Preloader
DHT11 Sensor Interfacing with NodeMCU

DHT11 Sensor Interfacing with NodeMCU

Introduction

DHT11

DHT11 sensor measures and provides humidity and temperature values serially over a single wire.

It can measure the relative humidity in percentage (20 to 90%...

LM35 Interfacing with NodeMCU

LM35 Interfacing with NodeMCU

Introduction

LM35 is a temperature sensor which can measure temperature in the range of -55°C to 150°C.

It is a 3-terminal device that provides analog voltage proportional...

NodeMCU MQTT Client with Arduino IDE

NodeMCU MQTT Client with Arduino IDE

Introduction

MQTT is a lightweight publish-subscribe based messaging protocol.

  • It is quicker (faster) than other request-response based APIs like HTTP.
  • It is developed on the base of the...
HTTP Server on NodeMCU with Arduino IDE

HTTP Server on NodeMCU with Arduino IDE

Introduction

The Hypertext Transfer Protocol (HTTP) is standard application layer protocol which functions as a request response protocol in between server and client.

It is widely used in IoT...

HTTP Client on NodeMCU with Arduino IDE

HTTP Client on NodeMCU with Arduino IDE

Introduction

HTTP (Hypertext Transfer Protocol) is a standard Application protocol which functions as request-response protocol between client and server.

HTTP client helps sending HTTP requests and receiving HTTP responses...

NodeMCU I2C with Arduino IDE

NodeMCU I2C with Arduino IDE

Introduction

I2C (Inter-Integrated Circuit) is serial bus interface connection protocol. It is also called as TWI (two wire interface) since it uses only two wires for communication. Those two...

NodeMCU SPI with Arduino IDE

NodeMCU SPI with Arduino IDE

Introduction

The Serial Peripheral Interface (SPI) is a bus interface connection protocol originally started by Motorola Corp.

  • SPI Interface uses four wires for communication. Hence it is also...
Showing 23 - 33 of 100 items