e.g. main.srec ---> main.srec.out and assigned id = 1 set-mote-idmain.srec main.srec.out 1 2. Copy the file main.srec.out to the Stargate. 3. Load the program image (main.srec.out) to the mote via stargate. uisp -dprog=sggpio -dpart=ATmega128 --wr_fuse_h=d9 --wr_fuse_e=ff --erase --upload ...
I recommend to buy a ATmega128 kit and make a firmware to turn on/off LEDs, detect switch input and display message on the text LCD. Motor control program is also a very good project: for instance, the line tracer. DO NOT use any library. You should make everything on your own, exce...
I recommend to buy a ATmega128 kit and make a firmware to turn on/off LEDs, detect switch input and display message on the text LCD. Motor control program is also a very good project: for instance, the line tracer. DO NOT use any library. You should make everything on your own, exce...