sensors

24 Oct 2024

Using ThingSpeak and RabbitMQ to Store Data from Sensors

In an era where IoT devices are proliferating, the need for robust and efficient data handling systems has never been more critical. This article discusses how to leverage ThingSpeak and RabbitMQ as a powerful combination for storing and managing data from sensors in real-time. Overview of ThingSpeak and RabbitMQ ThingSpeak ThingSpeak is an open-source IoT analytics platform service that enables users to collect, store, visualize, and analyze live sensor data in the cloud.

24 Oct 2024

Building a Smart Sensor with ESP32 and DS18B20 for Data Storage

In the world of IoT, creating a smart sensor can be a fun and rewarding project. Today, we will build a temperature sensor using the ESP32 microcontroller and the DS18B20 temperature sensor. We will then explore how to send the collected data to an online service for storage and analysis. This setup is not only great for home automation but can also be adapted for industrial monitoring. Components Required ESP32 Development Board - The main microcontroller that will read temperature data and send it to the cloud.