Skip to content

Arduino library for sending and receiving different variable types over UDP with an ESP32.

License

Notifications You must be signed in to change notification settings

joshua-8/ESP32_easy_wifi_data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP32_easy_wifi_data

arduino-library-badge PlatformIO Registry

Simple library for sending and receiving booleans, bytes, integers, and float variables over UDP. The esp32 can be connected to a wifi network or create its own hotspot.

If you set up port forwarding on your wifi router you can control your esp32 from anywhere!

Note: Communication with this library is not secured or error checked, don't use it to control anything dangerous or private.

Now works with ESP8266 chips too! (After Version 1.2.0)

Used by https://github.com/rcmgames/rcmv2 (hardware and software for small wifi controlled robots)

This and this are programs that can be used for sending data to this library from a computer or Android phone.

Now allows two boards to communicate with eachother (after version 1.4.0), see examples.

About

Arduino library for sending and receiving different variable types over UDP with an ESP32.

Topics

Resources

License

Stars

Watchers

Forks

Languages