№ 10029 В разделах: 3D printing
Electronics
от May 11th, 2019,
В подшивках: 3D модель, Smart Home
https://www.thingiverse.com/thing:3621513
Под 2-канальное реле
https://www.thingiverse.com/thing:3625989
Ссылки по теме:
№ 9737 В разделах: Electronics
ESP8266
Programming
от February 13th, 2019,
В подшивках: ESP8266, Smart Home, WifiManager
In Arduino IDE library you can find wifi manager (https://github.com/tzapu/WiFiManager). It will help you to connect your device to you home wifi without hardcoding credentials.
My projects where used wifi managers:
If you interested check whole tag.
Sample code:
#include <ESP8266WiFi.h> #include <DNSServer.h> #include <ESP8266WebServer.h> #include <WiFiManager.h> void setup() { .... WiFiManager wifiManager; wifiManager.autoConnect("my-device-name"); .... }
More examples here.
Fortune cookie: Of course, you UNDERSTAND about the PLAIDS in the SPIN CYCLE --