KOREK WifiLora GPS_tracker
1.0.0
korek-wifilora-gps_tracker
Korek的現場GPS軌道軌道
對於服務器:
為客戶:
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/
http://192.168.1.28/sensor
sudo rshell -p /dev/ttyUSB0
repl