ESP32

Esp-Eye Hand On With Simple WiFi Configuration - Post 1

In recent days, I was studying ESP-EYE development kit (from ESPRESSIF). Try to make some fun experiences with that, now post my first note about how to make a simple web based Wi-Fi captive portal (so much bugs to be fixed, but it works). To lean more about ‘Esp-Face’ please visit my early post here: https://vitoho.ml/post/esp-face-development-notes/ Now let’s start our journey! Wi-Fi/Httpd headers to be added to the program: #include "esp_wifi.

ESP Captive DNS

Found a really helpful repo to make ESP32 act as DNS server. /* * ---------------------------------------------------------------------------- * "THE BEER-WARE LICENSE" (Revision 42): * Jeroen Domburg <jeroen@spritesmods.com> wrote this file. As long as you retain * this notice you can do whatever you want with this stuff. If we meet some day, * and you think this stuff is worth it, you can buy me a beer in return. * * modified for ESP32 by Cornelis * * ---------------------------------------------------------------------------- */ /* This is a 'captive portal' DNS server: it basically replies with a fixed IP (in this case: the one of the SoftAP interface of this ESP module) for any and all DNS queries.

Esp-Face Development Notes

A memo document for ESP-Face human recognition solution