sparkfun / OpenLog

Open Source Hardware Datalogger
https://www.sparkfun.com/products/9530
Other
553 stars 216 forks source link

Updating firmware through Arduino UNO #181

Closed krevans closed 9 years ago

krevans commented 9 years ago

Is there a way to update the firmware through an Arduino UNO rather than purchasing the FTDI Basic and a crossover board?

thenickdude commented 9 years ago

It looks like you can remove the UNO from its socket, then basically take the breakout serial pins from your UNO and connect it to the OpenLog. Now when you upload the firmware you'll be talking to the OpenLog rather than the UNO:

http://www.instructables.com/id/Arduino-Examples-2-Use-an-Arduino-as-a-FTDI-Progr/

krevans commented 9 years ago

Thanks very much!