danacr / wifi-servino

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WiFi Servino

Using an Arduino MKR 1010 to build a servo controller over wifi.

arduino_secrets.h contents:

#define SECRET_SSID " " //  your network SSID (name) between the " "
#define SECRET_OPTIONAL_PASS " " // your network password between the " "

to trigger:

curl http://192.168.1.88/H
curl http://192.168.1.88/L

About


Languages

Language:C++ 100.0%