In this tutorial we will check how to do a HTTP/2 POST 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 check how to do a HTTP/2 POST request, using the ESP32 and the Arduino core. We will …
ESP32 Arduino Serial over Bluetooth: Get client address
In this tutorial we are going to check how to print the Bluetooth address of a client, when it establishes a serial over Bluetooth connection with the ESP32. The tests were performed using a DFRobot’s ESP32 module integrated in a ESP32 development board. Introduction In this tutorial we are going to check how to print the Bluetooth address …
Continue reading "ESP32 Arduino Serial over Bluetooth: Get client address"
ESP32 Arduino Serial over Bluetooth: Client disconnection event
In this tutorial we will check how to detect the client disconnection event when using the Bluetooth Serial library of the Arduino core, 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 detect the client disconnection event when using …
Continue reading "ESP32 Arduino Serial over Bluetooth: Client disconnection event"
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 HTTP/2: Decompressing Brotli encoded content
In this tutorial we are going to check how to do a HTTP/2 GET request, accepting the content compressed with the Brotli algorithm. Thus, we will later decompress it back, after receiving the response. The tests were performed using a DFRobot’s ESP32 module integrated in a ESP32 development board. Introduction In this tutorial we are going to check …
Continue reading "ESP32 HTTP/2: Decompressing Brotli encoded content"
ESP32 Arduino: Brotli decompression
In this tutorial we will check how to decompress a string compressed with the Brotli algorithm, 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 check how to decompress a string compressed with the Brotli algorithm, using 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 Arduino: Base64 decoding
In this tutorial, we will learn how to decode a base64 string, using the ESP32 and the Arduino core. The tests of this tutorial were performed using a DFRobot’s ESP32 module integrated in a ESP32 development board. Introduction In this tutorial, we will learn how to decode a base64 string, using the ESP32 and the Arduino core. For …
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"