How to do HTTP/2 requests, using Node.js. and the fetch-h2 package.
How to get started with Express.js
How to setup a Node.js server using the Express.js framework.
ESP32 Arduino: HTTP communication between devices
Establishing HTTP communication between two ESP32 devices.
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 HTTP2: Using query parameters
In this tutorial we will check how to add query parameters to a HTTP2 GET request sent from the ESP32, using 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 check how to add query parameters to a HTTP2 GET request sent from …
Continue reading "ESP32 Arduino HTTP2: Using query parameters"
ESP32 HTTP/2: Adding headers to GET request
In this tutorial we will check how to set the headers of a HTTP/2 GET request, sent by the ESP32 and using 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 check how to set the headers of a HTTP/2 GET request, sent …
Continue reading "ESP32 HTTP/2: Adding headers to GET request"
ESP32 HTTP/2: GET request with continuous stream response
In this tutorial we will test making a HTTP/2 GET request to a endpoint that will leave a stream open and periodically send data back to the client with the current date and time. The tests were performed using a DFRobot’s ESP32 module integrated in a ESP32 development board. Introduction In this tutorial we will test making a …
Continue reading "ESP32 HTTP/2: GET request with continuous stream response"
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 HTTP web server: Serving external JavaScript file
In this tutorial we will learn how to serve an external JavaScript file to be referenced by a HTML file, using the ESP32. The ESP32 will be running the Arduino core and the HTTP async web server libraries. The tests were performed using a DFRobot’s ESP32 module integrated in a ESP32 development board. Introduction In this tutorial we will …
Continue reading "ESP32 HTTP web server: Serving external JavaScript file"
ESP8266 Arduino: Getting HTTP Response headers
In this post we are going to check how to obtain the headers of the response of an HTTP request, using the Arduino core on the ESP8266. The tests of this tutorial were performed using a DFRobot’s ESP8266 FireBeetle board. Introduction In this post we are going to check how to obtain the headers of the response …
Continue reading "ESP8266 Arduino: Getting HTTP Response headers"