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?
Try a Raspberry Pi 4 to both host the web site and do the data analytics
Is this a website for in your house, or public available on the internet?
my own project for now.
w, there are a number of options then. One possibility is to use node-RED and its web dashboard to collect and report data. These can run on the device that Clem suggested above.
Fort analytics, I don’t have a good suggestion.
so I want to build my own web page with my own features, but because I am starting now I just wanna evaluate the data in IoT data analysis like adfruit, without using hardware, however, I am not sure if it is possible to create my own website and use adfruit as a data analytics.
I am not sure if its possible
There is a tutorial by Andreas Spiess on doing this with Node-Red, Grafana, and InfluxDB on a Raspberry Pi here: https://www.youtube.com/watch?v=JdV4x925au0&t=124s
He also has other material on the topic.
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