top of page
Search
DS18B20 Sensor Interfacing with Nodemcu
Description DS18B20 is a Digital Temperature sensor which is developed by Maxim Integration. This sensor measures temperature in the...
5 views0 comments
Soil Moisture Sensor Interfacing with NodeMCU
Overview of Soil Moisture Sensor Soil moisture is basically the content of water present in the soil. This can be measured using a soil...
3 views0 comments
IR Communication using NodeMCU
Overview of IR LED and Photodiode IR communication makes use of IR (Infrared) waves from the electromagnetic spectrum. IR waves are not...
3 views0 comments
PIR Interfacing with NodeMCU
Overview of PIR Motion Sensor PIR sensor is used for detecting infrared heat radiations. This makes them useful in the detection of...
5 views0 comments
DHT11 Sensor Interfacing with NodeMCU
Overview of DHT11 DHT11 sensor measures and provides humidity and temperature values serially over a single wire. It can measure the...
1 view0 comments
LM35 Interfacing with NodeMCU
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...
4 views0 comments
RTC DS1307 Interfacing with NodeMCU
Overview of RTC DS1307 Real Time Clock (RTC) module is a device used to monitor time and maintain the calendar. To monitor the time using...
23 views0 comments
MAX7219 7-Segment Display Interfacing with NodeMCU
Description The MAX7219 is a serially interfaced 8-digit LED display driver. It can be used to control up to 64 individual LEDs, or eight...
5 views0 comments
16x2 LCD Display Interfacing with NodeMcu
Overview of LCD 16x2 The LCD (Liquid Crystal Display) is commonly used in embedded applications to display various outputs and parameters...
5 views0 comments
OLED Graphic Display Interfacing with NodeMCU
Overview of SSD1306 OLED Display The OLED module shown in the above image is a very popular module available in the market. There are...
1 view0 comments
WS2812 RGB LED with Color Picker via Nodemcu Web Server
Description The WS2812B is a popular RGB LED that is used in various lighting applications. It consists of a single LED package with...
2 views0 comments
LCD16x2 (I2C Module) Interfacing with NodeMCU
Description LCD16x2 is widely used in embedded applications as a display. It is a 2-line display with 16 characters in each line. The...
2 views0 comments
Analog Gauge Temperature Reading using Nodemcu Server.
Description In this guide, we will build a web server with the Nodemcu to display temperature sensor readings on the analog gauge. We...
2 views0 comments
NodeMCU Publish Sensor Readings on Google Sheets.
Description In this guide, we’ll show you how to publish any sensor readings/data on a Google spreadsheet using the Nodemcu board. For...
3 views0 comments
Magnetometer HMC5883L Interfacing with NodeMCU
Overview of Magnetometer HMC5883L is a 3-axis magnetometer which is used for measuring the direction and magnitude of the Earth’s...
2 views0 comments
MQTT on NodeMCU- Publish- Subscribe Beginners Guide
Introduction MQTT is a lightweight publish-subscribe-based messaging protocol. It is quicker (faster) than other request-response based...
2 views0 comments
HTTP Server on NodeMCU with Arduino IDE
Introduction The Hypertext Transfer Protocol (HTTP) is a standard application layer protocol that functions as a request-response...
2 views0 comments
HTTP on NodeMCU- Beginners Guide
Introduction HTTP (Hypertext Transfer Protocol) is a standard Application protocol that functions as a request-response protocol between...
1 view0 comments
HC-05 Bluetooth Module Interfacing with NodeMCU
Overview of Bluetooth HC-05 is a Bluetooth device used for wireless communication with Bluetooth-enabled devices (like smartphones). It...
1 view0 comments
NodeMCU Erase Flash Memory (Factory Reset)
Description Recently, we are working on one project with NodeMCU and just wanted to change the SSID of the Wi-Fi access point. As usual,...
12 views0 comments
bottom of page