Send GPS data to a Lora Local Node using the Heltec Cubecell AB02S Board
Transmit data with AES with Base64 encoding
-
- Receive conf from Local Server see https://github.com/MathieuB1/KOREK-WifiLora-GPS_tracker (AES key + Name + Sleep Frequency)
-
- Get GPS and Send it to a Lora Local Node Server
-
- Sleep each 30 seconds for waiting a "po", then send a "pi"
-
- Trigger GPS until whistle timeout
-
- Clear conf on EEPROM
-
- Install arduino https://www.arduino.cc/en/software
-
- Install Cubecell package for Arduino https://heltec-automation-docs.readthedocs.io/en/latest/cubecell/quick_start.html
-
- Add aes.h, aes.cpp, Base64.h, Base64.cpp to files to Arduino
-
- Compile and Upload the code by using the Arduino GUI
- The receiver is written in mycropython on esp32 board see https://github.com/MathieuB1/KOREK-WifiLora-GPS_tracker