Just one more thing

To make the experience fit your profile, pick a username and tell us what interests you.

Pick an awesome username hackaday.io/ Your profile's URL: hackaday.io/username. Max 25 alphanumeric characters. Pick a few interests Projects that share your interests People that share your interests

We found and based on your interests.

Similar projects worth following View Gallery

Team ( 1 )

This project is submitted for

This project was created on 09/26/2015 and last updated 9 years ago.

Description

The Aurora Master Ocean Relax Projector http://goo.gl/ZmdWgr is an inexpensive popular LED based night special effects light. It projects softly moving colored patterns on walls or ceiling.

But one problem it has is that it is manually controlled. This is fine for most typical uses, but for Makers, it presents itself as a candidate for Internet of Things (IoT). Using the new ESP8266 module, with its built-in WiFi, processor and GPIO pins, it allows for easy wireless networking and interfacing, all for less than $10.

NOTE: THIS WILL VOID YOUR WARRANTY of the Aurora Master, but since it’s only about $15, not a great loss if you mess up. You will be modifying the Aurora Master, removing the manual buttons and soldering a couple wires. Using the ESP8266 makes for a low cost wireless add-on.

Details

You will be modifying the Aurora Master, removing the manual buttons and soldering a couple wires. Using the ESP8266 makes for a low cost wireless add-on.

In order to simplify the external components needed, I used the excellent Adafruit HUZZAH ESP8266 breakout instead of the more raw ESP8266 modules. This one supports 5V DC Input power directly. The same power that the Aurora Master uses.

The Aurora Master has 3 buttons to control it. Two are just for optional audio control. I don’t use its audio feature, but you can if desired. The center button is the Power and Mode button. Each time you press it, it switches to another pattern. Pressing it several times ends up turning the unit back off. The unit also turns itself off after about an hour. This modification allows you to “press” this Power/Mode button remotely via WiFi from any web browser or Linux Curl or Python web command. By repeatedly calling the ESP8266’s URL, you can turn the unit on, switch between patterns, or turn the unit off.

Components