Archives
Categories
Meta
Tag Archives: Raspberry PI
Simple Home Automation Web Interface [Part 3]
To continue on from my previous posts about the cheap wireless AC outlets, here is some code for a simple web interface that will let you turn on and off the outlets via buttons on a web page.
Home Automation [Part 2] – Scheduling with CRON
# m h dom mon dow command # * * * * * command to execute # ┬ ┬ ┬ ┬ ┬ # │ │ │ │ │ # │ │ │ │ │ # │ │ │ │ └───── … Continue reading
Cheap, Easy Raspberry Pi Home Automation (for Australia) [Part 1]
In my hacking adventures I came across these awesome, super-cheap wirelessly controlled mains power outlets from Jaycar Electroncis in Australia. [UPDATE: This can also be used, but you need to get a 433Mhz transmitter separately]. They are on clearance, which means … Continue reading
Getting NMEA GPS data in iSailor
If you have been using the iPad app ‘iSailor‘ for navigation (as I have), you may have seen the option to unlock NMEA positioning support. NMEA-0183 is a standard protocol used to communication marine information such as depth, speed, position etc. Most … Continue reading