educc wrote:
Thanks Michael!.
I take the advantage of this post to tell everybody I have written
an adapted tutorial to program the Waspmote using Eclipse.
Tutorial:
http://www.eduardocc.com/EclipseWaspmot ... orial.htmlI hope you find it useful!.
Edu.
Thank you very much for the tutorial, it was very useful. I just started toying around with the waspmote and having an IDE with helps is pretty useful.
I have just one little problem, I tried the BlinkLed but after I do the build, I cannot upload it in the waspmote, it gives a timeout error and I don't know why?
Code:
Launching C:\WinAVR-20100110\bin\avrdude -pm1281 -cstk500v2 -P//./COM8 -b38400 -Uflash:w:BlinkTemplate.hex:a
Output:
avrdude: stk500_2_ReceiveMessage(): timeout
avrdude execution aborted
Anyone did have this error too?