Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 592 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 592 Bytes

LED Communication

Small demo project to show to send data with the flashlight of a phone to an ESP32 running Toit.

The project uses a normal LED (instead of a photodiode) to receive the data. The LED is connected as usual (with a current-limiting resistor) and is fully functional. When receiving, the direction of the pin is switched from output to input and with the ESP32's ADC we measure the voltage.

The code is just a proof of concept and not production ready.

led.com.mp4