Hi everyone, is this possible to upload coordinates from Python to Cayenne and so they can be plotted on the map? Please help me i need to finish my project asap.
you can send data using client.virtualWrite(channel, data, "gps", "m")
where data expects [lat, lon, alt] format,
Thanks for the reply.
I have python code in Raspberry Pi which collects coordinates.I want to send those gps coordinates to cayenne and show it on map for live car tracking.
you can use GitHub - myDevicesIoT/Cayenne-MQTT-Python: Python Library for Cayenne MQTT API to send data to cayenne.
@shramik_salgaonkar does the map widget work with non lora devices now?
yup it works. check the list of data types Cayenne Docs
Awesome, I missed that announcement then.