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 …

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 …

ESP32 Arduino Bluetooth Classic: Controlling a relay remotely

In this tutorial we will check how to control a relay remotely using serial communication over Bluetooth Classic. The tests of this ESP32 tutorial were performed using a DFRobot’s ESP-WROOM-32 device integrated in a ESP32 FireBeetle board and a DFRobot relay board.   Introduction In this tutorial we will check how to control a relay remotely using serial communication over Bluetooth Classic. …

ESP32 Arduino Serial over Bluetooth: Receiving data

In this tutorial we will check how to receive data on a serial connection operating over Bluetooth classic. 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 tutorial we will check how to receive data on a serial connection operating over Bluetooth classic. This tutorial …

ESP32 Arduino: Serial communication over Bluetooth Hello World

The objective of this post is to explain how to get started with the BluetoothSerial ESP32 library, in order to send data to a emulated Serial connection, operating over Bluetooth classic. 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 …

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. …