This project involves the connection between ESP32 and 1 or more Android phones that send the following data to ESP32:
- Latitude
- Longitude
- Time
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software and how to install them
- Arduino IDE downloadable from here
- Insert this link https://dl.espressif.com/dl/package_esp32_index.json to add ESP32 module inside Arduino IDE:
File->Settings->Additional Boards Manager URLs
- In
Tools->Board->Bords Manager...
search forESP32
and install the package - In
Sketch->Include Library->Manage Libraries...
search forESP32 BLE Arduino
, by Neil Kolban and install the library
Now you're ready to run the code.
git clone https://github.com/BE-Mesh/ble_esp_airmon.git
- In the Arduino IDE go to
File->Open
and select theBLE_ESP32.ino
file - Connect the ESP32 with a USB cable
- Upload the file using the
Upload
button
You can find the presentation of the project here