Hi, I'm new here and I am learning about IoT so I want to build my own website and use something like adfruit or thinkpeek as my data analytics, but i don't know how I would link both of them. any thought? could someone help me?
Hi, I'm new here and I am learning about IoT so I want to build my own website and use something like adfruit or thinkpeek as my data analytics, but i don't know how I would link both of them. any thought? could someone help me?
Hi, I don't know much about web development, but for an Iot project a suggested start is that you can use MQTT protocol, you will need an MQTT client which can be an actual device (Arduino/ STM32/ PIC/ Raspberry Pi/...etc) or you can use a device simulator (MQTTBox) and you'll need an MQTT broker (mosquito/Azure Iot hub/ cloudmqtt.com) then you can build any website you like and use REST APIs to communicate with your devices (clients) through your broker. (If saving history is needed then you'll also need a database)
There are various tutorials based on your technology preference.
All the best of luck
Hi, I don't know much about web development, but for an Iot project a suggested start is that you can use MQTT protocol, you will need an MQTT client which can be an actual device (Arduino/ STM32/ PIC/ Raspberry Pi/...etc) or you can use a device simulator (MQTTBox) and you'll need an MQTT broker (mosquito/Azure Iot hub/ cloudmqtt.com) then you can build any website you like and use REST APIs to communicate with your devices (clients) through your broker. (If saving history is needed then you'll also need a database)
There are various tutorials based on your technology preference.
All the best of luck