ESP8266 library to manage WiFi operations
-
Get the ZIP.
-
Install library on Arduino
-
Optionally you can edit WiFiLib.h to change default values for essid, password or mode (not needed, you can change them using setters).
You can change device Serial and Baud rate using before #include:
- #define WiFiLib_BAUDS 115200
- #define WiFiLib_DEV Serial
Default values are:
- WiFiLib_BAUDS: 115200
- WiFiLib_DEV: Serial in Arduino, Serial2 on STM32
Remember you cannot transfer binary files from Arduino to ESP, so you can't transfer images.
HINT: You can use SVG, even with embedded images; at least in Inkscape they are embedded as base64 encoded images. HINT: You can use data embedding: data:[][;base64], -- as:
Included on example folder, available on Arduino IDE.
Any code contribution, report or comment are always welcome. Don't hesitate to use GitHub for that.
You can make a donation via PayPal: https://paypal.me/foroelectro
Thanks for your support.
Contributors hall of fame: https://www.foroelectro.net/hall-of-fame-f32/contributors-contribuyentes-t271.html