joustava / candled

LED Candle with ATTiny85

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Candle LED

Hardware and software design for a ATTiny85 based LED candle effect. Based on this post, information found on Ohmify and this avrlibc example

Quick start

Make sure you have a hardware setup to flash an ATtiny85. This repo uses PlatformIO for tooling, you might be able to change the target env config to match. Then run

$ platformio run -t upload -vvv

Software

UART communication to the BLE module is done with the picoUART library on PB3 and baud rate 9600 (default HM-10).

Hardware

Extra

Links

Contributing

Authors

TODO

  • Check howto do basic HM-10 controlled LED.
  • Check ISP wiring, does it need protective/isolating R's?
  • Control Hub based on Nerves for multiple lamps/single control point.

About

LED Candle with ATTiny85


Languages

Language:C 72.3%Language:C++ 27.7%