How to connect a PS3 controller to an ESP32, using the Arduino core.
ESP32: Connecting a PS4 Controller
How to connect the a PS4 controller to an ESP32, using the Arduino core.
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 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. …
Continue reading "ESP32 Arduino Bluetooth Classic: Controlling a relay remotely"
ESP32 Arduino Bluetooth: Finding the device with Python
The objective of this tutorial is to explain how to configure the ESP32 to act as a discoverable Bluetooth device and then find it using a Python program. 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 tutorial is to explain how to configure …
Continue reading "ESP32 Arduino Bluetooth: Finding the device with Python"
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 …
Continue reading "ESP32 Arduino Serial over Bluetooth: Receiving data"
ESP32 Arduino: Getting the Bluetooth Device Address
In this ESP32 tutorial, we will check how to get the Bluetooth address of the device, using the Arduino core. 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 ESP32 tutorial, we will check how to get the Bluetooth address of the device, using the Arduino core. …
Continue reading "ESP32 Arduino: Getting the Bluetooth Device Address"
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 …
Continue reading "ESP32 Arduino: Serial communication over Bluetooth Hello World"
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"