ghoti57 / evofw3

Major overhaul of evofw2 Evohome listening software to use asynchronous radio mode
60 stars 10 forks source link

can't program this onto my UNO #10

Closed GlennWardle closed 3 years ago

GlennWardle commented 3 years ago

I can't upload this to my standard Arduino UNO (ATMEGA328P). If I set my board option to atmega328P (SWUART) It fails to upload immediately saying #error no baud rate defined. If I set the board type to atmega32U4 (HW UART), it gets further, but comes up with: Connecting to programmer: .avrdude: butterfly_recv(): programmer is not responding. This error gets repeated multiple times. My programmer is set to AVRISP - although changing that makes no difference. Please - have you any ideas?

FrankvdAa commented 3 years ago

Did you use the evofw3 AVR board definitions as stated in the README?

ghoti57 commented 3 years ago

And you need to make sure you're using the latest version of the evofw3 board definitions.

You must use an atmega328 or atmega32u4 definition according to your hardware type.