Prosjekt2-09arduino / ArduinoStore

Apache License 2.0
3 stars 1 forks source link

Over the air programming #31

Closed LaStrada closed 11 years ago

LaStrada commented 11 years ago

Program the arduino over bluetooth.

LaStrada commented 11 years ago

Programming from terminal:

avrdude -v -p atmega328p -c arduino -P <bluetoothPort> -U flash:w:<filename.hex>
LaStrada commented 11 years ago

Works fine over bluetooth with baudrate 115200.