Just like to preface that I’m a newbie when it comes to this sort of stuff so bear with me please. My current setup is a GridEYE with a RedBoard Qwiic and a Cthulhu Shield. All was working great, the examples included were running fine, when suddenly (upon restarting the system one day) the GridEYE appeared unresponsive. I believe the Qwiic board and the Cthulhu Shield are fine because when running an example that doesn’t involve the GridEYE everything continues to work normally. I checked my ports, uninstalled and installed all drivers, swapped out different Qwiic connector cables, redid all the installation instructions, and even tried different microusb cables, but whenever running one of the Cthulhu “heat cam” examples I keep getting errors such as:
Arduino: 1.8.12 (Windows 10), Board: “Arduino Uno”
Sketch uses 6340 bytes (19%) of program storage space. Maximum is 32256 bytes.
Global variables use 1385 bytes (67%) of dynamic memory, leaving 663 bytes for local variables. Maximum is 2048 bytes.
avrdude: stk500_paged_load(): (a) protocol error, expect=0x10, resp=0x33
avrdude: stk500_cmd(): programmer is out of sync
avr_read(): error reading address 0x0000
read operation not supported for memory “flash”
avrdude: failed to read all of flash memory, rc=-2
avrdude: stk500_disable(): protocol error, expect=0x14, resp=0x2c
avrdude: stk500_disable(): protocol error, expect=0x14, resp=0x2c
This report would have more information with
“Show verbose output during compilation”
option enabled in File → Preferences.
Is there a way for me to check if its a hardware issue as opposed to a software issue? Thanks in advance!