Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sparkfun/Pocket_AVR_Programmer
Example firmware and board files for the Pocket AVR Programmer
https://github.com/sparkfun/Pocket_AVR_Programmer
Last synced: about 2 months ago
JSON representation
Example firmware and board files for the Pocket AVR Programmer
- Host: GitHub
- URL: https://github.com/sparkfun/Pocket_AVR_Programmer
- Owner: sparkfun
- Created: 2013-04-22T18:01:06.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-12-28T10:09:10.000Z (about 6 years ago)
- Last Synced: 2024-11-16T07:12:59.895Z (2 months ago)
- Language: Python
- Homepage: https://www.sparkfun.com/products/9825
- Size: 6.26 MB
- Stars: 76
- Watchers: 68
- Forks: 129
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-avr - Pocket AVR Programmer - Example firmware and board files for the Pocket AVR Programmer. (Miscellaneous)
README
Pocket AVR Programmer
=====================[![Pocket AVR Programmer](https://dlnmh9ip6v2uc.cloudfront.net/images/products/9/8/2/5/09825-01b.jpg)
*Pocket AVR Programmer (PGM-09825)*](https://www.sparkfun.com/products/9825)This is a simple to use USB AVR programmer, that works with ATmega168 and ATmega328 and should work well
with all the AVR micros supported by AVRDUDE.Repository Contents
-------------------
* **/Enclosure** - 3D model of enclosure for this (.stl).
* **/Drivers** - Windows 7 drivers for use with this programmer.
* **/Firmware** - Firmware that ships on the Pocket AVR Programmer.
* **/Hardware** - All Eagle design files (.brd, .sch).Documentation
--------------
* **[Hookup Guide](https://learn.sparkfun.com/tutorials/pocket-avr-programmer-hookup-guide)** - Basic hookup guide for the Pocket AVR Programmer.
* **[Installing an Arduino Bootloader](https://learn.sparkfun.com/tutorials/installing-an-arduino-bootloader)** - Example of installing an Arduino bootloader on an Atmega328P-based microcontrollers (i.e. Arduino Uno and RedBoard Programmed with Arduino) through the Arduino IDE and command line using avrdude.License Information
-------------------
The hardware is released under [Creative Commons Share-alike 3.0](http://creativecommons.org/licenses/by-sa/3.0/).
The firmware is based off of:
* [USBtiny](http://dicks.home.xs4all.nl/avr/usbtiny/index.html) by Dick Streefland
* [USBtinyISP](http://www.ladyada.net/make/usbtinyisp/) by Limor Fried and is a collaboration with Limor Fried currently.