KOREK-WifiLora-GPS_tracker
Live GPS-tracker for KOREK
For the Server:
- 1 Heltec V2 ESP32 Board with Wifi & Lora
- Average Consumption 0.08A max 0.27A
For the Client:
- 1 Cubecell AB02S https://github.com/MathieuB1/KOREK-Lora-GPS_tracker_CubeCell_GPS-6502
- Capture gps data and send it to korek.ml
- Send data using Wifi & Lora
- Track your pet using korek-react.ml
- Webserver for configuring your tracker
- Whistle let you trigger gps acquisition
- Battery level warning
sudo apt-get install python3-pip
sudo pip3 install esptool rshell
wget https://micropython.org/resources/firmware/esp32-20230426-v1.20.0.bin
sudo esptool.py --port /dev/ttyUSB0 erase_flash
sudo esptool.py --port /dev/ttyUSB0 --baud 115200 write_flash 0x1000 esp32-20230426-v1.20.0.bin
# 1. Clone this repo
# 2. Set receiver to True/False in main.py (Default is the Lora sender)
# 3. Upload to Heltec v2 board
sudo rshell -p /dev/ttyUSB0 -b 115200
cd KOREK-WifiLora-GPS_tracker/ && rm -rf .git && cp -r * /pyboard/
# 3. Reboot your board and connect to LOCAT-AP with ip address shown on your display board to add your korek-react.ml credentials & Wifi account
essid: LOCAT-AP pass: 123456789 webserver: http://192.168.4.1/
sudo rshell -p /dev/ttyUSB0
repl