top of page
Search
RTC (Real Time Clock) in ARM LPC2148
Introduction to RTC Real Time Clock (RTC) is a time counter that counts real time continuously. We can get present time details using...
3 views0 comments
4x4 Matrix Keypad Interfacing with NodeMCU
Description A keypad is used as an input device to read and process the user's keystrokes. In the A 4x4 keypad contains four rows and...
1 view0 comments
MAX30100 Pulse Oximeter Interfacing with NodeMCU
Description The MAX30100 Pulse Oximeter is a medical device that is used to measure blood oxygen saturation levels, heart rate, and pulse...
13 views0 comments
PWM in ARM LPC2148
Introduction Pulse Width Modulation (PWM)Â is a technique by which width of a pulse is varied while keeping the frequency constant. A...
1 view0 comments
LPC2148 I2C
Introduction to I2C I2C (Inter Integrated Circuit) is a serial bus interface connection protocol first invented by Philips Semiconductor...
1 view0 comments
LPC2148 DAC (Digital to Analog Converter)
Introduction to DAC Digital to Analog Converter (DAC) are mostly used to generate analog signals (e.g. sine wave, triangular wave etc.)...
7 views0 comments
ADC (Analog to Digital Converter) in ARM LPC2148
Introduction to ADC Analog to Digital Converter(ADC) is used to convert analog signal into digital form. LPC2148 has two inbuilt 10-bit...
1 view0 comments
LPC2148 (32-bit ARM7TDMI-S processor) GPIO Ports and Registers
Introduction to GPIO General-purpose input/output (GPIO) is a pin on an IC (Integrated Circuit). It can be either input pin or output...
1 view0 comments
Getting started with ARM LPC2148 using Keil uVision IDE
There are various development environments available in the market for ARM processors. Some of these are mentioned below : CrossWorks for...
11 views0 comments
ESP32 IOT Dashboard.
Description This guide provides you with step-by-step instructions on creating an IoT dashboard using an ESP32. The dashboard allows you...
53 views0 comments
ESP32 Web Server using SPIFFS (SPI Flash File System).
Description As we know the ESP32 has its Serial Peripheral Interface Flash File System (SPIFFS). SPIFFS stands for SPI Flash File System...
10 views0 comments
Analog Gauge Temperature Reading using ESP32 Server
Description In this guide, we will build a web server with the ESP32 to display temperature sensor readings on the analog gauge. We will...
4 views0 comments
Control the LED using Whatsapp message with ESP32
Description We can program ESP32 for controlling an LED using Whatsapp messaging remotely. Messages contain light on / light off commands...
10 views0 comments
Temperature Alert on WhatsApp using ESP32
Description Let’s build WhatsApp Temperature Alert System using ESP32. For Temperature measurement, we will use the DS18B20 temperature...
6 views0 comments
Thermocouple Sensor Interfacing with NodeMCU
Description A k-type thermocouple is a type of temperature sensor that is commonly used for industrial and scientific applications. It...
2 views0 comments
Temperature Alert on Telegram using ESP32
Description Let’s build Telegram Temperature Alert System using ESP32. We will use the DS18B20 temperature sensor as an example. It is a...
9 views0 comments
Temperature Alerts on Email using ESP32
Description Let’s build Email Temperature Alert System using ESP32. We will use the DS18B20 temperature sensor as an example. It is a...
5 views0 comments
Flex Sensor Interfacing with Nodemcu
Description A flex sensor is a resistive type sensor that changes its resistance based on the amount of bending or flexing applied. When...
6 views0 comments
Capacitive Proximity Sensor Interfacing with NodeMCU
Description The capacitive proximity sensor is a device that can detect the presence or absence of solid or liquid objects without...
1 view0 comments
ESP32 OTA Programming using Arduino ide.
Over-the-air (OTA) programming is a method of updating firmware on a device without having a physical connection to the computer. It is...
1 view0 comments
bottom of page