[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 considerably

[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 considerabl

[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 considerabl

[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 c

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 simp

[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 http://beaglebo

[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 o

Re: [beagleboard] elapsed time microseconds c++

2013-10-07 Thread ignacio . matador
hi, Looks like there is something wrong in eclipse. I compiled the code gettimeofday directly from ubuntu terminal and it works properly. Also the code works in my beaglebone :-) BUT... :-S. I am trying to run my code. It compiles and run under ubuntu but when i try to run in in my beaglebone

Re: [beagleboard] elapsed time microseconds c++

2013-10-04 Thread ignacio . matador
Hi, My big code compiles properly in eclipse. As you said I started with hello world and small codes. My problems became only measuring elapsed time. With small codes, just to measure elapsed time it still doesn't work. I tried with clock() as i said but the elapsed time showed in the terminal

Re: [beagleboard] elapsed time microseconds c++

2013-10-04 Thread ignacio . matador
My aim is program in ansi c my beaglebone black. I am using an ubuntu vm under mac os. I am new in ubuntu and eclipse and this is the main problem, i guess :-S I have a model that i would like to run into BB but i have problems to measure the elapsed time, i tried before with clock(), but looks

Re: [beagleboard] elapsed time microseconds c++

2013-10-03 Thread ignacio . matador
Hi, sorry it was my fault. I only have problems with: >>> Field "tv_sec" could not be resolved >>> Field "tv_usec" could not be resolved the issue is that i can not find gettimeofday.c in ubuntu. I only find /usr/share/man/man2/gettimeofday.2.gz sorry, i am quite new with this. how could i so

Re: [beagleboard] elapsed time microseconds c++

2013-10-01 Thread ignacio . matador
On Tuesday, October 1, 2013 10:08:54 PM UTC+2, ignacio...@gmail.com wrote: > > > > On Tuesday, October 1, 2013 9:38:07 PM UTC+2, ignacio...@gmail.com wrote: >> >> >> >> On Tuesday, October 1, 2013 2:11:39 PM UTC+2, Dieter Wirz wrote: >>> >>> On Thu, Sep 26, 2013 at 9:36 PM, wrote: >>> > hello,

Re: [beagleboard] elapsed time microseconds c++

2013-10-01 Thread ignacio . matador
On Tuesday, October 1, 2013 9:38:07 PM UTC+2, ignacio...@gmail.com wrote: > > > > On Tuesday, October 1, 2013 2:11:39 PM UTC+2, Dieter Wirz wrote: >> >> On Thu, Sep 26, 2013 at 9:36 PM, wrote: >> > hello, >> > >> > I tried several ways ( clock(), gettimeofday()..) but I can get the >> prope

Re: [beagleboard] elapsed time microseconds c++

2013-10-01 Thread ignacio . matador
On Tuesday, October 1, 2013 2:11:39 PM UTC+2, Dieter Wirz wrote: > > On Thu, Sep 26, 2013 at 9:36 PM, > > wrote: > > 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

[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 that