https://github.com/alex-spataru/avr-experiments
AVR projects that I am developing to familiarize myself with AVR microcontrollers
https://github.com/alex-spataru/avr-experiments
avr embedded embedded-c examples microcontrollers
Last synced: 6 months ago
JSON representation
AVR projects that I am developing to familiarize myself with AVR microcontrollers
- Host: GitHub
- URL: https://github.com/alex-spataru/avr-experiments
- Owner: alex-spataru
- License: other
- Created: 2018-07-08T23:13:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-18T00:18:32.000Z (over 7 years ago)
- Last Synced: 2025-04-07T06:34:30.535Z (10 months ago)
- Topics: avr, embedded, embedded-c, examples, microcontrollers
- Language: QMake
- Size: 3.83 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Support: Support/Cute-AVR/Cute-AVR.pri
Awesome Lists containing this project
README
# 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).

**Photo Description:** *Custom board running the Fading LED example*
## Compiling
These projects are designed to be compiled and uploaded with [Qt Creator](http://doc.qt.io/qtcreator/). 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](LICENSE.md).