/ESP32Location-client

A small project to determine location using beaconDB or similar API

Primary LanguageC++GNU General Public License v2.0GPL-2.0

ESP32Location-client

A small project to determine location using beaconDB or similar API

How it should work:

  • Upon press of a button, 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 (latitude, longitude, accuracy).

What if it doesn't work?

Required hardware:

  • An ESP32 (family) board with a button, defaulting to the BOOT button included on most devkits if not set

Required libraries: