sensors

Eyeball

Huge Arduino Animatronic LED Eyeball using arduino

I’m currently in the process of making a Halloween contraption that has a few components that are worth documenting. The Huge Arduino Animatronic LED Eyeball is one of them. Background Most animatronic eyeball projects that I found were more or less life-size. They were usually ping pong balls or dolls eyes or 3-D printed. I needed something …

Huge Arduino Animatronic LED Eyeball using arduino Read More »

rtc microcontroller

rtc microcontroller using pic

Interfacing an SPI-Interface RTC with a PIC Microcontroller – Maxim Application note describing how to interface an SPI-interface RTC with a PIC microcontroller. . PIC, real time clock, RTC, spi interface, pic microcontroller . -> Using a D Interfacing an SPI-Interface RTC with a PIC Microcontroller – Maxim Application note describing how to interface an SPI-interface RTC …

rtc microcontroller using pic Read More »

Sensirions SHT1x

Humidity and temperature measurements with Sensirion’s SHT1x/SHT7x sensors using PIC18F2550 (Part 1)

Temperature and relative humidity are two very important ambient parameters that are directly related to human comfort. Sometimes, you may be able to bear higher temperatures, if there is a lower relative humidity, such as in hot and dry desert-like environment. However, being in a humid place with not very high temperature may make you …

Humidity and temperature measurements with Sensirion’s SHT1x/SHT7x sensors using PIC18F2550 (Part 1) Read More »

SHT setup

Humidity and temperature measurements with Sensirion’s SHT1x/SHT7x sensors using PIC18F2550 (Part 2)

In Part 1 of this tutorial, we discussed about Sensirion’s SHT1x and SHT7x series of humidity sensors, their interface specifications, the communication protocol used for transferring data in and out of the sensor, and the equations to convert their digital outputs to actual physical quantities. These sensors are capable of measuring temperature along with relative humidity and …

Humidity and temperature measurements with Sensirion’s SHT1x/SHT7x sensors using PIC18F2550 (Part 2) Read More »

Gas Detection

Gas Detection and PPM Measurement using PIC Microcontroller and MQ Gas Sensors

MQ series Gas sensors are very common types of sensors used in Gas Detectors to detect or measure certain types of Gases. These sensors are widely used in all Gas related devices like from simple Smoke Detectors to Industrial Air Quality Monitors. We have already used these MQ gas sensors with Arduino to measure some harmful gases like Ammonia. In this …

Gas Detection and PPM Measurement using PIC Microcontroller and MQ Gas Sensors Read More »