Skip to content

A small project to determine location using beaconDB or similar API

License

Notifications You must be signed in to change notification settings

chickendrop89/ESP32Location-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP32Location-client

A small project to determine location using beaconDB or similar API

This is my first ever thing i have done with ESPs and C++ in general, and as my other hardware hasn't shipped yet, i resorted to doing this 😛

How it should work:

  • An ESP32 device scans for Wi-Fi networks and BLE beacons, parses necessary information, and sends the body to a GLS/MLS compatible server, such as beaconDB.
  • Then the received location data is printed over the serial interface.

What if it doesn't work?

Required libraries: