Skip to content

Naguissa/WiFiLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arduino and STM32 WiFiLib

What is this repository for?

ESP8266 library to manage WiFi operations

How do I get set up?

  • 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

Important

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:

embedded folder icon

Example

Included on example folder, available on Arduino IDE.

Who do I talk to?

Contribute

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

About

Basic ESP8266 Arduino and STM32 library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages