Skip to content

alex-spataru/AVR-Experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AVR Experiments

Repository with some AVR example projects that I am developing to familiarize myself with AVRs. Feel free to use and modify these programs in your own quest to learn AVR programming.

MCU Notes

To test these projects, I am using a custom board based on the AtMega328P and an USBAsp v2.0 programmer, you may need to change the MCU-Setup.pri file in order to suit your hardware.

You can see some photos and EAGLE files for my custom board in the 'MCU' folder (which is under construction).

Board running Fading LED example

Photo Description: Custom board running the Fading LED example

Compiling

These projects are designed to be compiled and uploaded with Qt Creator. Once you have Qt Creator installed, open the *.pro files withing Qt Creator and hit the build button (Ctrl+B) to test the projects. You can change the MCU, programmer, serial port and other options in the MCU-Setup.pri file that is loaded with each project.

License

These projects are released under the DBAD license, for more information, click here.

About

AVR projects that I am developing to familiarize myself with AVR microcontrollers

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published