WiFi RGB Lamp Web Server
Dependencies: mbed ESP8266_WebServer
You are viewing an older revision! See the latest version
Homepage
RGB WiFi Lamp¶
Firmware¶
This is the official firmware repository for the BinarySpace RGB WiFi Lamp project. This firmware is still in alpha stage, and subject to change.
Planned changes include:
- Configure the WiFi Lamp to connect onto your SSID
- Variety of operating modes like
- Fixed colour operation
- Rainbow gradient
- Time-based colour changing
- API-based colour changing
Supported Platforms¶
- ST Nucleo F103RB
- ST Nucleo F302R8
- ST Nucleo L152RE
- ST Nucleo F401RE
Unsupported Platforms¶
- ST Nucleo F030R8 (unsupported due to insufficient registers for PololuLed library)
How to update your firmware¶
One of the best things about the ST Nucleo series is that they enumerate as a USB Mass Storage device when plugged in. Updating the firmware is as simple as compiling it using mbed compiler(free registration required to use) for your selected platform, plugging in your Nucleo and copying the .bin file created by the compiler to the USB drive enumerated by the Nucleo. That's it!
Code is fully Open Source¶
Please feel free to fork this repository and to submit pull requests if you make any cool additions/changes.