Simple example on how to control an LED with the BlinkEasy App and an ESP32 or Arduino microcontroller.
The code starts a HTTP server that is accessible over your home WiFi and flashes the builtin LED every time the app detects that your eyes are blinking.
- Edit the ino file with your WLAN credentials:
const char* ssid = "YourSSID";
const char* password = "YourPassword";
- Once the server has started it prints the IP it is listening on to the serial monitor. Enter the IP under Settings, Api-Endpoint.