Skip to content

A small (demo) project to determine location using beaconDB or similar API (Arduino)

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

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

A small (demo) project to determine location using beaconDB or similar API (Arduino)

Topics

Resources

License

Stars

Watchers

Forks