Skip to content

blinktracker/examples-arduino-led-blink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

examples-arduino-led-blink

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.

  1. Edit the ino file with your WLAN credentials:
const char* ssid = "YourSSID";
const char* password = "YourPassword";
  1. Once the server has started it prints the IP it is listening on to the serial monitor. Enter the IP under Settings, Api-Endpoint.

API

https://blinktracker.app/docs/api

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages