Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 733 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 733 Bytes

Light-remote

Mimics a remote control to toggle my RF controlled lightbulb via a website stored on the microcontroller. (The remote that came with the bulb broke, so I decided to make my own).

My first IoT project where I was first introduced to C++, microcontrollers, networking, and the remote control of a device.

Hardware

I used a NodeMCU ESP-12 (Microcontroller) and an LRF24L01 (RF Transceiver).

Development over time

I began by configuring my ESP to connect to initially connect to my wifi.

Using Figma, I designed a prototype for the remote web app:

And then made this using Bootstrap.