Skip to content

AVR Programming - Learning to Flash Code Into Microcontrollers

Notifications You must be signed in to change notification settings

marktheo/Blink_AVR_Programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

AVR Programming - Learning to Flash Code Into Microcontrollers

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published