Hi there,
I'm interested in understanding programming steps and protocol about how IoT based temperature system would send temperature data to cloud server.
I am explaining general hardware design of an IoT-based temperature system involves with temperature sensor, microcontroller, Ethernet module, Power supply and router.
I've been trying to understand fundamental, but I'm not quite grasping some of the concepts and how they relate to the functionality of the system.
I'm hoping you could help me better understand some of the programming steps and protocol and how it relates to the system.
I was wondering if we need to use the either TCP/IP protocol or the HTTP or Both protocol to send the data to servers.
Can you clarify which protocol is needed?
Thank you!"
I'm interested in understanding programming steps and protocol about how IoT based temperature system would send temperature data to cloud server.
I am explaining general hardware design of an IoT-based temperature system involves with temperature sensor, microcontroller, Ethernet module, Power supply and router.
- Temperature sensor: The temperature sensor is the component that measures the temperature in a particular location.
- Microcontroller: The microcontroller is the brain of the system that processes the temperature data and sends it to the cloud server.
- Ethernet module: The Ethernet module is the component that allows the microcontroller to connect to the internet via a wired Ethernet connection.
- Router: The router is the component that connects the Ethernet module to the internet.
I've been trying to understand fundamental, but I'm not quite grasping some of the concepts and how they relate to the functionality of the system.
I'm hoping you could help me better understand some of the programming steps and protocol and how it relates to the system.
I was wondering if we need to use the either TCP/IP protocol or the HTTP or Both protocol to send the data to servers.
Can you clarify which protocol is needed?
Thank you!"