Hi,
MacOS Sonoma 14.2.1
Arduino IDE 2.3.3
I'm trying to upload new code to the ALISHA Mini to set slightly different angles (my helmet is scaled) and when I press upload, I'm getting a repeated avrdude: stk500_recv(): programmer is not responding message. It tries 10 times before giving up.
Arduino IDE does see the board; however the port is called /dev/cu.usbmodem1101, not usbserial
Do I need to install CH340 drivers on Mac? The tutorial page (https://learn.sparkfun.com/tutorials/how-to-install-ch340-drivers/all) says normally it should install automatically. Additionally, the latest supported Mac OS seems to be 10.15. I tried installing what appears to be the latest Mac version and it doesn't help.
I have also tried swapping USB cables (that I have confirmed are data cables by plugging my phone into my laptop).
The command Arduino IDE is sending is ```"/Users/shashachu/Library/Arduino15/packages/arduino/tools/avrdude/6.3.0-arduino17/bin/avrdude" "-C/Users/shashachu/Library/Arduino15/packages/arduino/tools/avrdude/6.3.0-arduino17/etc/avrdude.conf" -v -V -patmega328p -carduino "-P/dev/cu.usbmodem1101" -b115200 -D "-Uflash:w:/private/var/folders/ln/grl0v4f54_520s73r9dq9y7h0000gn/T/arduino/sketches/8230966113912BE294CE6A36BE913631/Iron_Man_Servo.ino.hex:i"