Hi
I have an Adafruit Feather M0 Basic and having trouble communicating with my laptop to upload a simple sketch.
(I have experience of successfully using Uno and Mega boards.)
When the board is plugged into my laptop using USB, the board displays a rapid flashing yellow light.
When I try to upload an Arduino Sketch to the board, it continues to flash rapidly and the red light on the board glows and dims slowly.
This is the report from Arduino IDE when trying to upload the sketch …
Sketch uses 3868 bytes (13%) of program storage space. Maximum is 28672 bytes.
Global variables use 149 bytes of dynamic memory.
Connecting to programmer: .avrdude: butterfly_recv(): programmer is not responding
avrdude: butterfly_recv(): programmer is not responding
avrdude: butterfly_recv(): programmer is not responding
avrdude: butterfly_recv(): programmer is not responding
avrdude: butterfly_recv(): programmer is not responding
avrdude: butterfly_recv(): programmer is not responding
Found programmer: Id = “�”; type = �
Software Version = i.
I’m wondering if I have selected the correct board in Arduino IDE ?
I’m using board “Arduino Uno” on COM8
I’ve tried 2 different USB cables
Any ideas what the problem is please ?
Chris