[beagleboard] Easy Interface for programming Beaglebone, (Kimat Interface)

2016-03-10 Thread Francisco Ignacio Matador Baena
For the ones starting with Beaglebone, Kimat Interface has been developed to create projects using C language, making simple the process of implementation and testing. It integrates an auto-compilation module, compatible with many of the existing C libraries, which will reduce

[beagleboard] Easy Interface to program Beaglebone Black. (Kimat Interface)

2016-03-10 Thread Francisco Ignacio Matador Baena
For the ones starting with Beaglebone, Kimat Interface has been developed to create projects using C language, making simple the process of implementation and testing. It integrates an auto-compilation module, compatible with many of the existing C libraries, which will reduce

[beagleboard] Easy Interface to program Beaglebone Black. (Kimat Interface)

2016-03-10 Thread Francisco Ignacio Matador Baena
For the ones starting with Beaglebone Black, Kimat Interface has been developed to create projects using C language, making simple the process of implementation and testing. It integrates an auto-compilation module, compatible with many of the existing C libraries, which will reduce

[beagleboard] Re: Ethernet communication in BBB

2014-07-17 Thread ignacio . matador
El miércoles, 16 de julio de 2014 13:59:53 UTC+2, ignacio...@gmail.com escribió: Hello, I have a beaglebone black and I am looking the way of communicating with a PC. Do you know any simple program in .c to send data from the BBB to the PC (windows) using the ethernet port? I could not

Re: [beagleboard] Ethernet communication in BBB

2014-07-17 Thread ignacio . matador
Hello Thank you so much I have developed 2 programs, in #c, which are running in my beaglebone and my pc (windows). I would like to integrate some code into these programs to be able to send data from my beaglebone to my pc as fast as possible. These is the reason why i am looking for a

[beagleboard] Ethernet communication in BBB

2014-07-16 Thread ignacio . matador
Hello, I have a beaglebone black and I am looking the way of communicating with a PC. Do you know any simple program in .c to send data from the BBB to the PC (windows) using the ethernet port? I could not find anything in inernet Thank you so much -- For more options, visit

[beagleboard] PWM PRU and AI on beaglebone black

2013-12-08 Thread ignacio . matador
hi, I am not really familiarise with assembler. I have a beagle bone black, i followed several examples that I found in internet regarding how to use pwm with PRU ports and it works properly in my BBB. As I said I am not familiarise with assembler and PRU. I wonder if anybody could help me

[beagleboard] elapsed time microseconds c++

2013-09-26 Thread ignacio . matador
hello, I tried several ways ( clock(), gettimeofday()..) but I can get the proper way to measure the elapsed time in microseconds. I am using eclipse to program in ansi c. Could anybody help me about how to measure the elapsed time in microsecond? Could it be possible to enclosed the code