microcontroller

Circuit diagram of the transmitter unit

Microcontroller Projects: Fridge Temperature and Humidity Indicator

We can measure temperature and humidity inside the fridge using a normal temperature-humidity indicator but relative humidity (RH) could be inaccurate in that case. The moment the fridge door is opened, RH will shoot up due to ingress or egress of moisture in the surroundings. The small sniffer device, described in this article, picks up

Microcontroller Projects: Fridge Temperature and Humidity Indicator Read More »

Programming ESP8266 With Arduino IDE The Easy Way

Programming ESP8266 With Arduino IDE : The Easy Way

The ESP8266 WiFi Module is a self-contained SOC that can give any microcontroller access to your WiFi network. It’s an extremely cost-effective board with a huge and ever-growing community. Each ESP8266 module comes pre-programmed with an AT command set firmware. This module has a powerful on-board processing and storage capability that allows it to act as a

Programming ESP8266 With Arduino IDE : The Easy Way Read More »

Introduction to I²C and SPI protocols

Introduction to I²C and SPI protocols

I²C vs SPI Today, at the low end of the communication protocols, we find I²C (for ‘Inter-Integrated Circuit’, protocol) and SPI (for ‘Serial Peripheral Interface’). Both protocols are well-suited for communications between integrated circuits, for slow communication with on-board peripherals. At the roots of these two popular protocols we find two major companies – Philips

Introduction to I²C and SPI protocols Read More »

Scroll to Top