Using USBasp with Deviot
See original GitHub issueI’d like to use a USBasp to program my Atmega chip, for which I am using the following configuration in my platformio.ini
file:
[env:prod]
platform = atmelavr
board = atmega328pb
board_f_cpu = 8000000L
framework = arduino
upload_protocol = usbasp
upload_flags = -Pusb
This way of uploading does not need a serial port, as USBasp shows up as a device in /dev/bus/usb/...
. However the Deviot interface still prompts for a serial port on upload, blocking the process.
Issue Analytics
- State:
- Created 6 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
How to Use USBasp Programmer with Arduino Boards
In this video I show you how to program your Arduino boards using USBasp programmer. In the video I connect an USBasp programmer...
Read more >4. Arduino for Production! How to use the USBasp ... - YouTube
Purchase my new book: Arm Microcontroller Programming and Circuit Building Volume ...
Read more >Programming the 3DoT using USBasp - Arxterra
The USBasp programmer needs to have the correct drivers installed to work. Step 2: Plug in the USBasp to a USB port, and...
Read more >Programming Microcontrollers With a USBasp Programmer in ...
1. Open your web browser and head to https://zadig.akeo.ie/
Using this tool, we first install the correct driver onto the USBasp.
Hit the download button...
Read more >USBASP ICSP Programmer Quickstart Guide - Freetronics
USBasp is an ICSP (In Circuit Serial Programming) adapter that allows you to install new bootloaders and firmware on common AVR microcontrollers, such...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
fixed in
dev.15
, now it will automatically detect the programmer inplatformio.ini
👍 Like a charm!