ATtiny10 Thermometer using DS18B20
https://www.electronics-lab.com/attiny10-thermometer-using-ds18b20/
This is a small battery-powered thermometer that displays the temperature as a series of red and green flashes on an LED. by David Johnson-Davies: The thermometer consists of an ATtiny10, a DS18B20 1-wire temperature sensor, and a bi-colour LED. To avoid the need for a digital display, and minimise current consumption, the thermometer pulses the […]
ANTENNINO – Arduino-RF multifunction board
https://www.electronics-lab.com/antennino-arduino-rf-multifunction-board/
Antennino (the name Antennino is the combination of Antenna and Arduino) is a low-cost and low-power board based on the Atmel chip, then 100% compatible with the traditional Arduino IDE. The board integrates sensors and bus communication to get external information, as well as a wireless link to communicate with the outside. <span title=”A seconda […]
Interesting Sensors To Add To Your Weather Station Project
https://www.electronics-lab.com/interesting-sensors-to-add-to-your-weather-station-project/
A Weather station project is a project that gives you information about the weather in a particular area and is quite useful for a lot of things like planning of the day, farming and several others. A weather station project is one of those projects where you can have different types of sensors attached to it. […]
ESP32 with multiple DS18B20 temperature sensors
https://www.electronics-lab.com/esp32-with-multiple-ds18b20-temperature-sensors/
Guide to ESP32 with multiple DS18B20 temperature sensors from Random Nerd Tutorials: This guide shows how to read temperature from multiple DS18B20 temperature sensors with the ESP32 using Arduino IDE. We’ll show you how to wire the sensors on the same data bus to the ESP32, install the needed libraries, and a sketch example you can […]
iTRUBEC Minimonitor v1.0 – IoT for Bees
https://www.electronics-lab.com/itrubec-minimonitor-v1-0-iot-bees/
A beehive (and not only) monitor (temperature, atmospheric pressure, humidity and noise level) the size of a box of matches. iTRUBEC Minimonitor started as a side project to another our project – iTRUBEC – beehive heating – published recently. The objective was to build a tiny device capable to monitor beehive (and not only a […]
ESP32 E-Paper Thermometer with a DS18B20 Sensor
https://www.electronics-lab.com/esp32-e-paper-thermometer-ds18b20-sensor/
Our friends on educ8s.tv published a new video. Check it out. In this ESP32 project video, we are going to use an E-Paper display and a DS18B20 temperature sensor to build a low-power thermometer. We are going to use the Arduino IDE to program to ESP32 board. ! It is a very easy project […]
3 in 1 Temperature Sensor Shield For Arduino Nano
https://www.electronics-lab.com/3-1-temperature-sensor-shield-arduino-nano/
This 3 in 1 shield for Arduino Nano helps to develop various temperature measuring applications. Arduino Nano shield consists of 3 different types of temperature sensors. MLX90614 non-contact temperature sensor 10K NTC Analogue Temperature Sensor Programmable Resolution 1-Wire Digital Thermometer With this board is easy to make a contactless temperature meter using the earlier published […]
DS18B20 Sensor Based Thermometer with Nokia 5110 LCD display
https://www.electronics-lab.com/ds18b20-sensor-based-thermometer-nokia-5110-lcd-display/
Hi guys welcome to this tutorial. Today we will be building a simple temperature monitor using the DS18B20 sensor with a Nokia 5110 LCD Display and an Arduino mega. The DS18B20 digital temperature sensor gives a 9-bit to 12-bit Celsius temperature readings and also has an alarm function with nonvolatile user-programmable upper and lower trigger […]
Arduino Analog Thermometer With DS18b20 Module
https://www.electronics-lab.com/arduino-analog-thermometer-ds18b20-module/
Sometimes, it is necessary to add a temperature indicator into your projects. Therefore, in this tutorial you will learn how to hack your analog Voltmeter and convert into an analog Thermometer using Arduino and a DS18B20 temperature sensor. Arduino Analog Thermometer With DS18b20 Module – [Link]
Temperature Controlled Fan With LED Status
https://www.electronics-lab.com/temperature-controlled-fan-led-status/
This is a simple fan controller with single LED temperature status light using an ATtiny85 microcontroller and DS18B20 temperature sensor. The fan is turned on/off based on temperature sensed and the controller goes in sleep mode when the temperature drop below a predefined threshold. Simple ATtiny85 fan controller to turn a fan on/off based on […]