Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 877 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 877 Bytes

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: