Category Archives: Sensor circuits

Temperature measurement with one or more DS18B20 and an Arduino

The DS18B20 is a simple and inexpensive temperature sensor. The sensor operates by an OneWire system, which needs, besides the connections for ground and the supply voltage, only one wire to read the temperature values​​. By this bus system, it is possible to run multiple sensors which is also described in this tutorial.

Temperature measurement with one or more DS18B20 and an Arduino - blog.simtronyx.de

Temperature measurement with one or more DS18B20 and an Arduino

Continue reading

Measurement of illuminance with a BH1750FVI Breakout Board (GY-30) and an Arduino Uno

In this simple circuit, we use a small BH1750FVI sensor on a breakout board and an Arduino to measure the illuminance in lux. Besides the application to measure the illumination of objects in the photography, you can – with an extension of this circuit – also easily make an adapted illumination of rooms or gardens. It is also possible to realize an automatic brightness control for displays.

Measurement of illuminance with a BH1750FVI Breakout Board (GY-30) and an Arduino - blog.simtronyx.de.jpg

Measurement of illuminance with a BH1750FVI Breakout Board (GY-30) and an Arduino

Continue reading

Tiny RTC DS1307 Real-Time-Clock with an additional temperature sensor DS18B20

In the following article we extend the Tiny RTC module with a DS18B20 temperature sensor, which either already exists on the board or we simply add by soldering. This article is an extension of: Time and calendar functions with a real time clock module based on the DS1307 and an Arduino.

Tiny RTC DS1307 module with an additional temperature sensor DS18B20 and an Arduino Uno - blog.simtronyx.de

Tiny RTC DS1307 module with an additional temperature sensor DS18B20 and an Arduino Uno

Continue reading

Simple indoor climate monitoring with an Arduino, BMP085, DHT11 and a RTC

In this a bit more extensive project we deal with several factors on the subject of indoor climate. We will measure the temperature, humidity and air pressure, saving maximum and minimum values of our measurements and show it on a TFT display.

Simple indoor climate monitoring with an Arduino, BMP085, RTC, DHT11

Simple indoor climate monitoring with an Arduino, BMP085, RTC, DHT11

Continue reading

Sensors: Pressure and temperature measurement with the BMP085 (GY-65 breakout board)

On the way to a small weather station we deal today with the air pressure and temperature measurement and use a breakout board for the BMP085 with an I²C interface, and an Arduino of our choice.

Sensors: Pressure and temperature measurement with the BMP085 (GY-65 breakout board)

Sensors: Pressure and temperature measurement with the BMP085 (GY-65 breakout board)

Continue reading

The HC-SR04 ultrasonic distance sensor and an Arduino

Learning from nature can also be used in electronics. Today we use the capabilities of the bat around with the HC-SR04 distance sensor to detect obstacles or measure the distance of an object using ultrasonic waves.

The HC-SR04 ultrasonic distance sensor and an Arduino

The HC-SR04 ultrasonic distance sensor and an Arduino

Continue reading

Sensors: Temperature & humidity measurements with the DHT11

Sensors, like the DHT11, are virtually the senses in the world of microcontrollers. With them you can observe, for example, environmental influences, and possibly respond. In this case we deal with the temperature and humidity measurement and therefore we have almost a small weather station.

Temperature & humidity measurements with the DHT11

Temperature & humidity measurements with the DHT11

Continue reading