by admin | Dec 18, 2022 | Arduino, Arduino Projects, Arduino Tutorials
A TM 1637 4-digit 7-segment display is a type of digital clock with four digits and seven segments. It displays hours, minutes, and seconds in two modes: as hours/minutes or as hours/seconds. The TM 1637 was developed by Texas Instruments in 1978, with production...
by admin | Sep 25, 2022 | Arduino, Arduino Tutorials
Rotary Encoder is a sensor or we can say a device that is used to convert the angular position of an axle into digital output signals. Also used to detect the direction of the axle or knob where it’s being turned. The other name for Rotary Encoder is...
by admin | Aug 30, 2022 | Arduino, Arduino Tutorials
BME280 sensor is an ecological sensor with temperature, barometric tension, and humidity!. We already successfully interface Temperature and humidity sensors with arduino. This precision sensor is the most ideal low-expense sensing solution for estimating humidity...
by admin | Jul 22, 2022 | Arduino, Arduino Tutorials
The DS18B20 is a temperature sensor that provides 9-bit to 12-bit values of temperature. Temperature readings from a specific device can be shown here. This sensor can communicate with an internal microprocessor via a one-wire bus protocol that employs only one data...
by admin | Jul 21, 2022 | Arduino, Arduino Tutorials
Incorporating an LM35 Temperature Sensor into your Arduino project is a simple and low-cost option for temperature detection. These accurate sensors need no further hardware. When it comes to temperature sensors, all it takes is a few simple connections and some...
by admin | Jul 18, 2022 | Arduino, Arduino Tutorials
A Relay is an electronic switch like the one we have in our house to on-off the lights or fans. Arduino Relay is an electronically controlled mechanical switch that means it can be controlled by applying a secondary supply. In this article, we are going to structure...