Dear members,
Please find below the link for 3 new tutorials on how to send data to Favoriot Platform.
1. Tutorial to send data stream to Favoriot Platform using mqtt protocol
https://github.com/Favoriot/favoriot-mqtt-nodejs-tutorial
2. Tutorial to send data stream to Favoriot Platform using restApi http protocol in python
https://github.com/Favoriot/favoriot-restAPI-python-tutorial
3. Tutorial to send data stream to Favoriot Platform using mqtt protocol by using Arduino Maker UNO and WiFi shield
https://github.com/Favoriot/favoriot_mqtt_makerUno_cytron_wifi_shield
Happy coding.
hi, can someone help me to stream multiple data on this 3rd method? I have a problem to use DHT sensor since the example only include temperature. \
Favoriot platform only accept correct json format
example:
{
"device_developer_id": "deviceDefault@FAVORIOT",
"data": { "temperature": "31",
"humidity": "70"
}
}
Can refers here:
documentation: https://platform.favoriot.com/tutorial/v2/?python#send-data-from-a-device
github: https://github.com/Favoriot/Hibiscus-Sense-with-RPC