Dears all,
About a month ago some of you helped me figure out a piece of code that fortunately ended up working properly.
Project consisting in a copule of switches operating a pair of relays and communicating through serial port to Pure Data environment.
LINK : Push button controlling optocoupler weird behavior
I’ve used the board and the circuit project for a few days and then left it alone for a few weeks.
A few days ago I picked it up again and realized my project stopped working.
First thing done was to to try uploading my sketch to the board (Arduino Uno).
But it keeps failing.
Tried on a Mac Pro (OS 10.13.6) with IDE 1.8.18 and on a Windows (W10 Pro) with the latest available IDE (2.3.1 I guess).
Getting the same error which I include below.
I’ve searched for similar issues on the forum I believe - prior to buying a new board - I’ll have to burn the Bootloader onto the Arduino UNO.
Now, I believe I’m facing an issue since I own a Arduino UNO and a Wemos ESP8266 D1 R1.
I’m not sure if the Bootloader Burning process it’s doable with these two different boards.
Has anyone faced this issue and got it solved somehow?
Thanks in advance
Alexis
ERROR from MONITOR:
avrdude: Version 6.3-20190619
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2014 Joerg Wunsch
System wide configuration file is "/Users/alexis/Library/Arduino15/packages/arduino/tools/avrdude/6.3.0-arduino17/etc/avrdude.conf"
User configuration file is "/Users/alexis/.avrduderc"
User configuration file does not exist or is not a regular file, skipping
Using Port : /dev/cu.usbmodem1421
Using Programmer : arduino
Overriding Baud Rate : 115200
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x00
avrdude done. Thank you.
Problem uploading to board. See https://support.arduino.cc/hc/en-us/sections/360003198300 for suggestions.

