How to do HTTP/2 requests, using Node.js. and the fetch-h2 package.
ESP32 Arduino: HTTP communication between devices
Establishing HTTP communication between two ESP32 devices.
Raspberry Pi HTTP/2 server: Receiving GET request from a ESP32
How to send a GET request from an ESP32 to a Node.js HTTP/2 server running on a Raspberry Pi 3.
ESP32 Arduino HTTP server: Serving image as attachment
How to serve an image as attachment from a HTTP web server running on the ESP32.
ESP32 Arduino: Controlling a DC motor remotely using HTTP
How to control a DC motor remotely with the ESP32, via HTTP.
ESP32: HTTP/2 GET request to Node.js server
In this tutorial we will check how to make a HTTP/2 GET request from the ESP32 to a Node.js server. The tests shown on this tutorial were performed using an ESP32 board from DFRobot. Introduction In this tutorial we will check how to make a HTTP/2 GET request from the ESP32 to a Node.js server. The ESP32 …
Continue reading "ESP32: HTTP/2 GET request to Node.js server"
ESP8266 Arduino: HTTP PUT request
The objective of this tutorial is to explain how to perform a HTTP PUT request using the ESP8266 and the Arduino core. The tests from this tutorial were performed on a DFRobot’s ESP8266 FireBeetle board. Introduction The objective of this tutorial is to explain how to perform a HTTP PUT request using the ESP8266 and the …
ESP32 Arduino Serial over Bluetooth: Client connection event
In this tutorial we will learn how to detect the client connection event when using the Bluetooth Serial library of the Arduino core. The tests were performed using a DFRobot’s ESP32 module integrated in a ESP32 development board. Introduction In this tutorial we will learn how to detect the client connection event when using the Bluetooth Serial library …
Continue reading "ESP32 Arduino Serial over Bluetooth: Client connection event"
ESP32 Arduino: HTTP/2 GET Request
In this tutorial we will test how to perform a HTTP/2 GET request using the ESP32 and the Arduino core. The tests were performed using a DFRobot’s ESP32 module integrated in a ESP32 development board. Introduction In this tutorial we will test how to perform a HTTP/2 GET request using the ESP32 and the Arduino core. We will …
ESP32 Websocket server: Sending binary frame to client
In this tutorial we will check how to send binary frames to a client that connects to websocket endpoint from a HTTP server running on the ESP32. The tests were performed using a DFRobot’s ESP32 module integrated in a ESP32 development board. Introduction In this tutorial we will check how to send binary frames to a client that …
Continue reading "ESP32 Websocket server: Sending binary frame to client"