pcb

Temperature Sensing Schematic

Temperature Sensing using DS18B20 Digital Sensors using Arduino

Note: When referring to Arduino below, this works in the same way on the emonTx which is arduino-based. The DS18B20 is a small thermometer with a built in 12bit ADC; it can be easily connected to Arduino digital input. The sensor communicates over a one-wire bus and requires little in the way of additional components. The sensors have …

Temperature Sensing using DS18B20 Digital Sensors using Arduino Read More »

Arduino Smoke Detector

Smoke Detector using MQ2 Gas Sensor and Arduino

Smoke Detectors are very useful in detecting smoke or fire in buildings, and so are the important safety parameters. In this DIY session, we are going to build a Smoke Detector Circuit which not only sense the smoke in the air but also reads and displays the level of Smoke in the Air in PPM (parts per million). This circuit triggers …

Smoke Detector using MQ2 Gas Sensor and Arduino Read More »

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 …

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