I keep getting the error message below when I try to upload my program onto the board. I know its not my code because it would verify, and even the simplest Hello Word program wont upload.
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x9a
Failed uploading: uploading error: exit status 1
I have downloaded the correct drivers for my COM port connecting and selected the appropriate board and port in the Tools menu.
I first started using the board in 2021 for a university course, and this was the setup guide they taught us. When I disconnect the board COM3 does disappear, and nothing was connected to pins 0 and 1. The board did work in the past, and currently I'm just trying to run the test code the IDE provides.
You were using MPLABX and the SNAP programmer to program the Seeeduino Lotus board, so you probably erased the bootloader
In order to use the Arduino IDE you will need to re-flash the bootloader but I'm not sure it can be done with SNAP.
Ah, it can be done with SNAP but first you will need to install MiniCore.
Would you happen to know the wiring connections between the SNAP and the Grove Board? After the connection has been made, how would run the IDE to re-flash the bootloader on the Grove Board?
Not off hand but it uses the SPI interface on the grove board
how would run the IDE to re-flash the bootloader on the Grove Board?
From the tools menu you select board manager-> minicore->ATmega328
Then from tools menu select programmer->MPLAB SNAP ISP
Then from tools click on Burn Bootloader.
Well all I can say at this point is check the connections.
I've never used SNAP to program an Arduino, so I'm not sure that I can be of any further help