Getting started with ESP-NOW on the ESP32.
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/2: Connecting to server
In this tutorial we will check how to connect the ESP32 to a HTTP/2 web server, 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 connect the ESP32 to a HTTP/2 web server, using the Arduino core. We will …
ESP32 Arduino: Obtaining MAC address of stations connected to soft AP
In this tutorial we will check how to obtain the number of stations connected to a soft AP hosted by the ESP32, running the Arduino core. We will also obtain their MAC addresses. 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 …
Continue reading "ESP32 Arduino: Obtaining MAC address of stations connected to soft AP"
ESP32 Arduino: Getting the SDK version
In this tutorial, we will check how to get the ESP32 SDK version used in the Arduino core from our programs. 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 get the ESP32 SDK version used in the Arduino core from our programs. Since …
ESP32 Arduino Bluetooth Classic: Setting the device name
The objective of this post is to explain how we can set the name of the ESP32 operating as a Bluetooth device, so it displays a user friendly name for other devices that discover it. The tests of this ESP32 tutorial were performed using a DFRobot’s ESP-WROOM-32 device integrated in a ESP32 FireBeetle board. Introduction The objective of …
Continue reading "ESP32 Arduino Bluetooth Classic: Setting the device name"
ESP32 Arduino Bluetooth classic: Getting started
In this article, we will check how to get started using Bluetooth classic on the Arduino core, running on the ESP32. The tests of this ESP32 tutorial were performed using a DFRobot’s ESP-WROOM-32 device integrated in a ESP32 FireBeetle board. Introduction In this article, we will check how to get started using Bluetooth classic on the Arduino core, …
Continue reading "ESP32 Arduino Bluetooth classic: Getting started"
ESP32 IDF: Setting a soft AP
The objective of this ESP32 tutorial is to explain how to create a soft AP using the ESP32 and IDF. The tests of this ESP32 tutorial were performed using a DFRobot’s ESP-WROOM-32 device integrated in a ESP32 FireBeetle board. Introduction The objective of this ESP32 tutorial is to explain how to create a soft AP using the ESP32 and IDF. …
ESP32 Bluetooth: Advertising a SPP service with SDP
The objective of this post is to explain how to advertise a SPP service running on the ESP32 with SDP. The tests of this ESP32 tutorial were performed using a DFRobot’s ESP-WROOM-32 device integrated in a ESP32 FireBeetle board. Introduction The objective of this post is to explain how to advertise a SPP service running on the ESP32 with SDP. …
Continue reading "ESP32 Bluetooth: Advertising a SPP service with SDP"