BLEduino / bleduino-firmware

All firmware for the BLEduino: Sketches, BLE library and BLEduino BLE profile.
26 stars 17 forks source link

Clarification on Readme #1

Open PL76 opened 9 years ago

PL76 commented 9 years ago

In the readme it states when building for 32u4 to rename build.txt and program.txt to .bat files. I see the build.txt file but I don't see a program.txt file. Am I missing something is the program.txt file located in a different directory? Please help I bricked my bleduino and want to create new bootloader but am lost.

UncleGravity commented 9 years ago

Hey there, sorry for the delay! If you bricked the BLEduino, you can flash the "Caterina-BLEduino.hex" file to the ATmega32u4 of the BLEduino (using a serial programmer, which could even be another Arduino/BLEduino)

The instructions in the readme.txt are for creating your own custom bootloader, which I don't recommend unless you really know what you're doing! They're not very clear though, so I'll clarify them. Thanks for bringing it up. Let me know if that helps.