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
- Host: GitHub
- URL: https://github.com/marktheo/blink-avr-programming
- Owner: marktheo
- Created: 2023-05-21T15:38:54.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-08T20:29:16.000Z (almost 2 years ago)
- Last Synced: 2025-02-09T11:13:12.892Z (5 months ago)
- Topics: avr, avr-gcc, avr-microcontroller, avr-programming, avrdude
- Language: C
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```