Re: Question about Arduino install, stuck
All right, I made the change to configuration.h to make the max temp 350. I compiled it. When I look st the folder, only configuration.h shows a change on the date time stamp, is that correct?
I am getting confused now on which instructions to follow. Am I ready to upload the firmware with the HID bootloader?
If so, is this next part correct?:
- Download Lincomatic's BootloaderHID.zip and extract the files.
- Move the firmware.cpp.hex file from the previous section into the BootloaderHID folder.
(I cannot find the firmware.cpp.hex file. Where, oh where, could it be?)
- Connect your motherboard to your PC via USB. Add a jumper to the BOOT pins and press the RESET button to reset into bootloader mode. If you do not have a jumper, just short the pins together and press reset.
- Open a command prompt window. Navigate to BootloaderHID folder in the comand promt window and type the following command, substituting your file in for "firmware.cpp.hex":
hid_bootloader_cli -mmcu=at90usb1286 -w -v firmware.cpp.hex
Your firmware should upload to your motherboard very quickly before resetting.
Is that it? All done?
