temperature

How to get sensor data from a remote Arduino via Wireless Lora Protocol

This is an example to show how to get sensor data from a remote Arduino via Wireless Lora Protocol. The exampels requries below hardwares:   1) Client Side: Arduino + Lora Shield (868Mhz) + DS18B20 (Temperature Sensor). 2) Server Side: Arduino + Lora Shield (868Mhz) + Yun Shield + USB flash. make sure the USB […]

How to get sensor data from a remote Arduino via Wireless Lora Protocol Read More »

Circuit diagram of the temperature based fan speed control and monitoring using Arduino

Beat the Heat: DIY Temperature-Controlled Fan Speed Regulator

This project is an independent fan speed regulator that automatically adjusts the speed of an electric fan based on real-time feedback. The use of embedded system technologies like a microcontroller and closed-loop control architecture enables successful and reliable temperature regulation. The ATMega8/168/328 microcontroller allows for rapid adjustment of fan speed based on real-time sensor information.

Beat the Heat: DIY Temperature-Controlled Fan Speed Regulator Read More »

TMP36 Temperature Sensor With Arduino in Tinkercad

TMP36 Temperature Sensor With Arduino in Tinkercad

For this assignment, your goal is to transform the Arduino into a thermometer! Utilize a temperature sensor to track your skin’s temperature and record the information using three LEDs. The Arduino, being a digital tool, is able to collect information from analog devices such as the TMP36 temperature sensor by utilizing its on-board Analog-to-Digital (ADC)

TMP36 Temperature Sensor With Arduino in Tinkercad Read More »

How to Make an Arduino Weather Station With DHT11 Temperature and Humidity Sensor

How to Make an Arduino Weather Station With DHT11 Temperature and Humidity Sensor

Recently I started playing around with DHT11 Temperature and Humidity sensor, at that time around, I had an idea to make a small yet effective Weather Station, so in this project inscructable, we will use the DHT11 sensor from the previous tutorial and turn it into mini weather station for our desk, so follow up

How to Make an Arduino Weather Station With DHT11 Temperature and Humidity Sensor Read More »

ARDUINO PH METER

ARDUINO PH METER

In this project, we will be making a benchtop pH meter using the gravity analog pH circuit and probe from Atlas Scientific and an Arduino Uno. Readings will be displayed on a liquid crystal display (LCD). MATERIALS 1 – Arduino Uno 1 – Gravity analog pH sensor 1 – pH probe 1 – 20×4 LCD module 1 – 158x90x60mm Enclosure

ARDUINO PH METER Read More »

How to Set Up an Ultrasonic Range Finder on an Arduino

How to Set Up an Ultrasonic Range Finder on an Arduino

Ultrasonic range finders are fun little modules that measure distance. You can use them to find the distance to an object, or to detect when something is near the sensor like a motion detector. They’re ideal for projects involving navigation, object avoidance, and home security. Because they use sound to measure distance, they work just as well in the dark as

How to Set Up an Ultrasonic Range Finder on an Arduino Read More »

How to Set Up the DHT11 Humidity Sensor on an Arduino

How to Set Up the DHT11 Humidity Sensor on an Arduino

The DHT11 humidity and temperature sensor makes it really easy to add humidity and temperature data to your DIY electronics projects. It’s perfect for remote weather stations, home environmental control systems, and farm or garden monitoring systems. In this tutorial, I’ll first go into a little background about humidity, then I’ll explain how the DHT11 measures humidity. After that,

How to Set Up the DHT11 Humidity Sensor on an Arduino Read More »

Scroll to Top