Notifications
Clear all

Tutorials on sending data

3 Posts
3 Users
0 Likes
1,325 Views
 Gops
(@gopish)
Posts: 31
Member
Topic starter
 

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. 

 
Posted : 14/01/2020 5:22 pm
(@azeemsyaz)
Posts: 1
New Member
 

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. \

https://github.com/Favoriot/favoriot_mqtt_makerUno_cytron_wifi_shield/blob/master/favoriot_mqtt_maker_uno_cytron_wifi_shield.ino

This post was modified 1 year ago by Azeemsyaz
 
Posted : 30/12/2022 5:25 pm
(@favoriot)
Posts: 7
Active Member Admin
 

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

 
Posted : 30/12/2022 9:12 pm
Share:

Copyright © 2024 All rights reserved