top of page
Search


MPU6050 Gyroscope Interfacing with ESP32
Overview of MPU6050 Gyroscope MPU6050 sensor module is an integrated 6-axis Motion tracking device. It has a 3-axis Gyroscope, 3-axis...
Â
Â


DS18B20 Sensor Interfacing with ESP32
Overview of DS18B20 Sensor DS18B20 is a Digital Temperature sensor which is developed by Maxim Integration. This sensor measures...
Â
Â


Thermocouple Sensor Interfacing with ESP32
Overview of Thermocouple Thermocouple consists of two different conductors forming an electrical junction at different temperatures. Due...
Â
Â


LM35 Sensor Interfacing with ESP32
Overview of LM35 LM35 is a temperature sensor that can measure temperature in the range of -55°C to 150°C. It is a 3-terminal device that...
Â
Â


Ultrasonic hc-sr04 Sensor Interfacing with ESP32
Overview of Ultrasonic Sensor Ultrasonic Module HC-SR04 works on the principle of SONAR and RADAR systems. It can be used to determine...
Â
Â


DHT11 Sensor Interfacing with ESP32
Overview of DHT11 Sensor DHT11 sensor measures and provides humidity and temperature values serially over a single wire. It can measure...
Â
Â


NodeMCU I2C with ESPlorer IDE
Introduction I2C (Inter-Integrated Circuit) is a serial bus interface connection protocol. It is also called as TWI (two-wire interface)...
Â
Â


NodeMCU GPIO Interrupts with ESPlorer IDE
Introduction An interrupt is an event that occurs randomly in the flow of continuity. It is just like a call you have when you are busy...
Â
Â


NodeMCU PWM with ESPlorer IDE
Introduction Pulse Width Modulation (PWM) is a technique by which the width of a pulse is varied while keeping the frequency of the wave...
Â
Â


NodeMCU ADC with ESPlorer IDE
Introduction Analog to Digital Converter(ADC) is used to convert the analog signals into digital form. ESP8266 has an inbuilt 10-bit ADC...
Â
Â


NodeMCU GPIO with ESPlorer IDE
Introduction General-purpose input/output (GPIO) is a pin on an IC (Integrated Circuit). It can be either an input pin or output pin,...
Â
Â


Getting Started with NodeMCU using ESPlorer
Introduction ESPlorer is a Lua based IDE used to develop applications for NodeMCU. Lua scripts are generally used to program the NodeMCU....
Â
Â


Stepper Motor Interfacing with NodeMCU
Overview of Stepper Motor The Stepper motor is a brushless DC motor that divides the full rotation angle of 360° into a number of equal...
Â
Â


DC Motor Interfacing with NodeMCU
Overview of DC Motor DC motor converts electrical energy in the form of Direct Current into mechanical energy in the form of rotational...
Â
Â


Servo Motor Interfacing with NodeMCU
Overview of Servo Motor A servo motor is an electric device used for precise control of angular rotation. It is used in applications that...
Â
Â


Stepper Motor Interfacing with LPC2148
Introduction Stepper Motor Stepper motor is a brushless DC motor that divides the full rotation angle of 360° into number of equal steps....
Â
Â


Servo Motor Interfacing with LPC2148
Introduction Servo Motor A servo motor is an electric device used for precise control of angular rotation. It is used where precise...
Â
Â


DC motor interfacing with LPC2148
Introduction DC Motor DC motor converts electrical energy in the form of Direct Current into mechanical energy. In case of a motor, the...
Â
Â


4x4 Keypad interfacing with LPC2148
Introduction 4x4 Keypad Keypad is used as an input device to read the key pressed by the user and to process it. 4x4 keypad consists of 4...
Â
Â


Sim900A GSM Module Interfacing with ARM LPC2148
Introduction Sim900A GSM Module Global System for Mobile communication (GSM) is digital cellular system used for mobile devices. It is an...
Â
Â
bottom of page