Skip to content

Controlling a flameless candle remotely using a MSP430 microcontroller

Notifications You must be signed in to change notification settings

tk512/msp430-candle-hack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

msp430-candle-hack

Controlling a flameless candle remotely using a MSP430 microcontroller

About

So I got this flameless candle for Xmas. It fits rather nicely inside a little candle housing that I have, so why not put this in the living room where it can be remotely controlled?

The cool thing about these flameless candles is that they're pretty realistic looking and they're certainly a lot more convenient than normal candles!

It's connected via a MSP430 Launchpad as I had a spare one.

I use a cron job to switch it on automatically at 8PM and it switches off at midnight.

0 20 * * * echo "1\n" > /dev/cu.uart-DAFF426C5015332F
0 0 * * * echo "0\n" > /dev/cu.uart-DAFF426C5015332F

Photo

About

Controlling a flameless candle remotely using a MSP430 microcontroller

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published