Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akafugu/ledcandle
Flickering LED Candle Firmware
https://github.com/akafugu/ledcandle
Last synced: 4 months ago
JSON representation
Flickering LED Candle Firmware
- Host: GitHub
- URL: https://github.com/akafugu/ledcandle
- Owner: akafugu
- Created: 2012-04-24T08:09:06.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-06-04T12:45:15.000Z (over 11 years ago)
- Last Synced: 2024-08-02T16:35:17.723Z (7 months ago)
- Language: C
- Homepage: http://akafugu.jp/posts/products/ledcandle
- Size: 138 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
LED Candle Firmware & CAD files
--------------------------Firmware and CAD filesfor the [Akafugu Flickering LED Candle](http://www.akafugu.jp/posts/products/ledcandle/)
The Akafugu LED Candle is an artificial candle that imitates the flickering of
a real candle. Use it in place of a real tea candle: It will fit
inside a tea candle casing or any holder made for tea candles.It comes as a kit of easy to solder components, and is suitable for beginners
to soldering.FEATURES:
* Randomly flickering LED: Imitates a candle
* Fits inside a tea candle casing
* Open Source Firmware (available at [GitHub](https://github.com/akafugu/ledcandle))
* Open Source Hardware: Eagle PCB design files available at GitHub.
* On-board ISP header for upgrading firmwareFirmware
--------The Akafugu LED Candle uses an ATTiny13A microcontroller. The firmware is written for the
avr-gcc compiler.See [here](http://www.akafugu.jp/posts/resources/avr-gcc/) for avr-gcc installation instructions.
Plug in ISP programmer into the ISP header, and in the directory 'firmware', do:
make fuse flash
An alternative firmware is available in the directory firmware_pwm, courtesy of madworm.
This firmware features a very different and slower flickering style.