Hi there,
First time posting, i have been reading around through similar issues on the forum but haven't had any luck with many of the suggestions i have found. (checking board is correct and port is correct)
I am trying to upload a sample code from the Tiny Circuits website that they have for their GPS Tracker and the sketch included on that page to my TinyZero. I have the hardware hooked up, the board selected in the IDE Tools>Board menu and the port is correct with what shows up in device manager on my windows computer. The sketch compiles fine with no errors but then hangs when it appears to be done uploading (green bar is all the way across but it doesn't throw the error for like ten minutes).
Just wondering if there is something simple I am missing or if this error message sheds any light on anything to someone more familiar? I have tried this on two computers and the second one was a fresh install/set up of Arduino IDE.
Arduino: 1.8.18 (Windows 10), Board: "TinyZero, Default"
Sketch uses 18628 bytes (7%) of program storage space. Maximum is 262144 bytes.
Forcing reset using 1200bps open/close on port COM3
PORTS {COM3, } / {COM3, } => {}
PORTS {COM3, } / {COM3, } => {}
PORTS {COM3, } / {COM3, } => {}
PORTS {COM3, } / {COM3, } => {}
PORTS {COM3, } / {COM3, } => {}
PORTS {COM3, } / {COM3, } => {}
PORTS {COM3, } / {COM3, } => {}
PORTS {COM3, } / {COM3, } => {}
PORTS {COM3, } / {COM3, } => {}
PORTS {COM3, } / {COM3, } => {}
PORTS {COM3, } / {COM3, } => {}
PORTS {COM3, } / {COM3, } => {}
PORTS {COM3, } / {COM3, } => {}
PORTS {COM3, } / {COM3, } => {}
PORTS {COM3, } / {COM3, } => {}
PORTS {COM3, } / {COM3, } => {}
PORTS {COM3, } / {COM3, } => {}
PORTS {COM3, } / {COM3, } => {}
PORTS {COM3, } / {COM3, } => {}
PORTS {COM3, } / {COM3, } => {}
Uploading using selected port: COM3
C:\Users\Brandt\AppData\Local\Arduino15\packages\arduino\tools\bossac\1.7.0/bossac.exe -i -d --port=COM3 -U true -i -e -w -v C:\Users\Brandt\AppData\Local\Temp\arduino_build_399951/GPS_Tracker_original.ino.bin -R
An error occurred while uploading the sketch
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
I figured since it compiled fine, the verbose output on compile wouldn't be useful. I had this trouble with the 1.8.19 version so i just tried a shot in the dark and downgraded in case there was something not vibing with the current version? I have tried different USB cables as well. Any ideas? Probably something simple but i am brand new to this so kind of ran out of ways to troubleshoot with my limited knowledge.
Thanks!
Brandt