Replies: 1 comment
-
Did you ever get anywhere with this idea? I'm just starting this now as I can't find a tracking device that works how I want. Already have a mobile 4G WiFi router in a vehicle so just need GPS data to be sent to a Traccar server using POST/GET. Found a spare NodeMCU so will start with that and see how we get on.... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Wondering if anybody implemented OsmAnd Live Tracking web address format On an ESP32 Microcontroller ?
I adapted my GPS platform (non Traccar) to receive data from Traccar Apps which uses OsmAnd protocol and works great . My intention is to use the ESP32 along with My GPS system IOT capabilities/alarm/triggering rules to measure some GPIO .
http://demo.traccar.org:5055/?id=123456&lat={0}&lon={1}×tamp={2}&hdop={3}&altitude={4}&speed={5}
SO i may add almost anything ... However at ESP32 side i was wondering how to do it ... I use Platformio.
If Somebody interested in join efforts I can Open an GPS account for it
Beta Was this translation helpful? Give feedback.
All reactions