An open API service indexing awesome lists of open source software.

https://github.com/marktheo/blink-avr-programming

AVR Programming - Learning to Flash Code Into Microcontrollers
https://github.com/marktheo/blink-avr-programming

avr avr-gcc avr-microcontroller avr-programming avrdude

Last synced: 3 months ago
JSON representation

AVR Programming - Learning to Flash Code Into Microcontrollers

Awesome Lists containing this project

README

        

# Blink AVR Programming

> ## Description
> This is my first attempt to flash code into AVR microcontrollers.
>


> You may have a ATMEGA328P microcontroller and a machine with Docker to flash.


> ## Instructions
> - Clone this repository to your machine.
> - Open the terminal in the cloned directory.
> - Execute: ```sudo docker build . -t debian:avrprog```
> - Connect the ATMEGA328P to a USB port.
> - Execute: ```sudo docker run --device=/dev/ttyUSB0 debian:avrprog```