All,
im having trouble while programming the GPS, everytime i try to upload a code i get this error message:
Connecting to programmer: .
Found programmer: Id = ""; type =
Software Version = Hardware Version =
avrdude: error: buffered memory access not supported. Maybe it isn't
a butterfly/AVR109 but a AVR910 device?
avrdude: initialization failed, rc=-1
Double check connections and try again, or use -F to override this check.
avrdude: error: programmer did not respond to command: leave prog mode
avrdude: error: programmer did not respond to command: exit bootloader im getting this error
Im using Arduino IDE 2.3.3 while having the GPS connencted via its own USB-C port directly to my laptops USB-C, the com-Port is the correct one and the board is the Adafruit circuit playground. does anyone have an idea?
Trouble with Adafruit Ultimate USB GPS
Moderators: adafruit_support_bill, adafruit
Please be positive and constructive with your questions and comments.
- _Top_
- Posts: 1
- Joined: Mon Nov 18, 2024 6:43 am
Trouble with Adafruit Ultimate USB GPS
- Attachments
-
- Screenshot 2024-11-18 180223.png (25.8 KiB) Viewed 17 times
- adafruit_support_carter
- Posts: 31109
- Joined: Tue Nov 29, 2016 2:45 pm
Re: Trouble with Adafruit Ultimate USB GPS
Are you using this product?
https://www.adafruit.com/product/4279
If so, it does not require any Arduino sketch to be uploaded. The GPS data is available via a COM port created and accessed via the USB connector. The COM port is provided by the CP2102 USB-to-serial chip, which requires a driver to be installed.
https://www.silabs.com/developer-tools/ ... cp-drivers
https://www.adafruit.com/product/4279
If so, it does not require any Arduino sketch to be uploaded. The GPS data is available via a COM port created and accessed via the USB connector. The COM port is provided by the CP2102 USB-to-serial chip, which requires a driver to be installed.
https://www.silabs.com/developer-tools/ ... cp-drivers
Please be positive and constructive with your questions and comments.