Sensors for Arduino and other MCUs – A complete overview
Sensors are the eyes and ears of an Arduino system, transforming the analog and digital world around us into a language that microcontrollers can understand. …
Sensors are the eyes and ears of an Arduino system, transforming the analog and digital world around us into a language that microcontrollers can understand. …
In this article, I will show you how to use the TMP36 temperature sensor with an ESP32 microcontroller. The TMP36 is a low-cost, low-voltage temperature …
In this article, I will show you how to use the LM35 temperature sensor with the ESP32 microcontroller. The LM35 series are precise temperature sensors …
In this article, I will show you how to use the 1-wire DS18B20 temperature sensor with an ESP32 microcontroller. The DS18B20 stands out among the …
In this article, I will show you how to connect a DHT11 or a DHT22 sensor to an ESP32 microcontroller. The ESP32 with DHT11/ DHT22 …
In this article, you will learn how to interface a thermocouple to the Arduino UNO. There are several types of thermocouples with a wide range …
There are many temperature sensor options to utilise when sensing the ambient temperature with Arduino. You can use NTC/PTC, thermocouple or an RTD sensors. When …
In this tutorial, I will present the complete guide required to build temperature sensor projects using NTC and Arduino. NTCs are widely used in temperature …
In this tutorial, you will learn how to use an LM35 analog temperature sensor with Arduino. I have included a wiring diagram and example codes …
In this tutorial, you will learn how to use a TMP36 analog temperature sensor with Arduino. I have included a wiring diagram and several example …
This tutorial includes everything you need to know about using DS18B20 1-Wire digital temperature sensors with Arduino. I have included wiring diagrams and several example …
In this tutorial, you will learn how to use the AM2320 digital temperature and humidity sensor with Arduino. I have included a wiring diagram and …
In this tutorial, you will learn how DHT11 and DHT22/AM2302 digital temperature and humidity sensors work and how you can use them with Arduino. These …