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 …

Micro:bit MicroPython: UART OBLOQ HTTP GET Request to Flask server

In this tutorial we are going to check how to send a HTTP GET request using a micro:bit board and a UART OBLOQ. We will be using MicroPython to program the micro:bit board. Introduction In this tutorial we are going to check how to send a HTTP GET request using a micro:bit board and a UART OBLOQ. We will be using …

Micro:bit MicroPython: Connecting the UART OBLOQ to WiFi network

In this tutorial we will learn how to connect the UART OBLOQ to a WiFi network, using the micro:bit board and MicroPython to send the commands to the device, using a serial connection. Introduction In this tutorial we will learn how to connect the UART OBLOQ to a WiFi network, using the micro:bit board and …