INT 21h

Select language

Датчики MQ-2 и MQ-7 для ESP8266 и Arduino

№ 11876. В разделах: Electronics ESP8266 от January 3rd, 2023

В подшивках: , , ,

tm1637 clock with weather on esp8266 (esp-01)

№ 11433. В разделах: 3D printing Electronics ESP8266 от November 27th, 2021

В подшивках: , , ,

Smooth LED blink on Arduino, ESP8266, etc

№ 11244. В разделах: Electronics ESP8266 Programming от March 8th, 2021

В подшивках: ,

Weather and time on matrix display

№ 10974. В разделах: Electronics ESP8266 от April 2nd, 2020

В подшивках: , , ,

Wifi manager for ESP8266

№ 9737 В разделах: Electronics ESP8266 Programming от February 13th, 2019,
В подшивках: , ,

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: There was a young trollop at Yale, Who had verses tattooed on her tail, And on her behind, For the sake of the blind, A duplicate version in Braille.