https://github.com/raimue/gpn13-smd-workshop
Prototyping with an AVR board made at a workshop at GPN13
https://github.com/raimue/gpn13-smd-workshop
Last synced: 6 days ago
JSON representation
Prototyping with an AVR board made at a workshop at GPN13
- Host: GitHub
- URL: https://github.com/raimue/gpn13-smd-workshop
- Owner: raimue
- Created: 2014-02-09T14:37:21.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-16T14:29:50.000Z (over 11 years ago)
- Last Synced: 2025-06-07T17:07:27.657Z (10 days ago)
- Language: C
- Homepage: https://entropia.de/GPN13:SMD-Lötworkshop
- Size: 453 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
AVR board from SMD workshop at GPN13
====================================In June 2013 I attended a workshop on SMD soldering at the [Gulaschprogrammiernacht 2013 (GPN13)][1], a German hacker event organized by the regional CCC group in Karlsruhe. The result of a workshop organized by [@DrLuke](https://github.com/DrLuke) was this small board with an [ATtiny9][2] microcontroller and a [74HCT595][3] shift register.
![]()
![]()
The left image shows the unpopulated sample board. My finished board with pin headers already soldered is on the right. Later I changed the pin header for the 8 output pins again to make them point to the bottom. Now the board can easily be used on a breadboard for prototyping.
I also wrote about this project [on my blog][4].
[1]: https://entropia.de/GPN13
[2]: http://www.atmel.com/devices/attiny9.aspx
[3]: http://www.nxp.com/products/logic/shift_registers/series/74HC_T_595.html
[4]: https://raim.codingfarm.de/blog/2014/02/09/tinkering-with-attiny9/