-
Notifications
You must be signed in to change notification settings - Fork 6
SWOT
Eugeny Shlyagin edited this page Jan 18, 2024
·
2 revisions
-
Easy to assemble
-
Popular widely available components such as Arduino and modules
-
Scalability
Arduino limits:
- memory size
- single threading
- no built-in BLE
The biggest problem is only one stream, while the BLE transmission is in progress, the tracker doesn't receive new data.
- Backend (online)
- Improvement of the mobile app
- ESP8266/ESP32 support
- LILIGO TTGO T-Beam ESP32 support
It's a free open source project so I don't know 🤷♂️
AGLoRa - tiny open source Arduino+GPS+LORA tracker
Arduino IDE sketch: https://github.com/Udj13/AGLoRa/blob/main/AGLoRa-tracker.ino
Full PlatformIO project: https://github.com/Udj13/AGLoRa-full
iOs (iPhone + iPad) and Android client: https://github.com/Udj13/AGLoRa-client-flutter