ESP32 Bluetooth Networking: User Guide
ESP32 Bluetooth Networking: User Guide
User Guide
Version 1.2
Espressif Systems
Copyright © 2019
About This Guide
This document provides a guide with examples to using ESP32 to establish Bluetooth®
networks for IoT devices.
Release Note
Date Version Release notes
Certification
Download certificates for Espressif products from https://www.espressif.com/en/
certificates.
Content
1. Introduction ............................................................................................................................. 1
1. Introduction
1.1. Overview
The ESP32, as a single 2.4 GHz Wi-Fi and Bluetooth combo chip, supports Wi-Fi setups
via both SmartConfig and Bluetooth. Users can use ESP32 for secure configuration of Wi-
Fi networking for IoT devices.
Using Bluetooth for configuring Wi-Fi network presents the following advantages:
• The Bluetooth protocol is open and scalable.
• By using Bluetooth protocol, users can easily discover nearby devices via Bluetooth
beacons.
• The Bluetooth protocol is secure, because the authentication of the device is done
over a secure Bluetooth connection before the password is sent to the device.
• Users can also transmit data over Bluetooth to a smartphone, even when the router
is not working. The phone can then uploads the data to the Internet.
• The phone can now also connect to the Bluetooth device and send commands
directly to control the device if the Wi-Fi network is down.
1.2. EspBlufi
ESP32 is compliant with Bluetooth v4.2 BR/EDR and BLE specifications. Espressif has
developed the app EspBlufi specifically for Bluetooth networking of IoT devices. The app is
supported on Android 4.3 and above. For smartphones of Android 6.0 or above, because
of Google’s modification to the Android API, users must give their permission for access to
their current location and enable the location information module to start the Bluetooth
scanning.
• EspBlufi can be downloaded via: https://github.com/EspressifApp/EspBlufiForAndroid/
releases
• Open EspBlufi after downloading it. In the user interface as shown in Figure 1-1, click on
the ! icon in the upper right corner.
Espressif ! /!13
1 2019.11
1. Introduction
!
Figure 1-1. EspBlufi User Interface
• The Configure button will be shown in the interface and click this button.
• Configure the length of BLE mtu, BLE device filtering, and check the version of the app
and Blufi repository.
!
Figure 1-3. CONFIGURE Interface
Espressif ! /!13
2 2019.11
2. APIs for Networking Development
!
Function Description
Espressif ! /!13
3 2019.11
2. APIs for Networking Development
!
Espressif ! /!13
4 2019.11
3. ESP32 Bluetooth Networking Examples
!
• 1 × PC, connected to the module to supply power and print log for ESP32.
• Download and install EspBlufi on the smartphone. Turn on the Wi-Fi and Bluetooth
capabilities on the phone. The link for downloading EspBlufi is
https://github.com/EspressifApp/EspBlufiForAndroid/releases.
!
2. Open the EspBlufi app, and refresh the interface by swiping down from the top of the
screen. The nearby Bluetooth-enabled devices will be shown on the screen.
!
Figure 3-1. EspBlufi Interface
Espressif ! /!13
5 2019.11
3. ESP32 Bluetooth Networking Examples
!
3. Click on the ESP32 device in the interface as Figure 3-1 shows, and click Connect
button ! to establish Bluetooth connection to it. Successful connection will yield the
interface shown in Figure 3-2.
!
Figure 3-2. Interface Showing Successful Connection
Meanwhile, the following log will be output to the serial port tool:
📖 Note:
If the Networking button is not shown or can not be clicked in the interface of Figure 3-2, it means that
Bluetooth connection has failed.
4. Click on the Networking button ! to configure the network, get the dropdown menu
for network configuration, as Figure 3-3 shows:
Espressif ! /!13
6 2019.11
3. ESP32 Bluetooth Networking Examples
!
!
Figure 3-3. Network Configuration Interface
5. Select the device mode from the dropdown menu, as Figure 3-4 shows. (BluFi
networking supports the following three modes: Station, SoftAP, and Station+SoftAP.)
!
Figure 3-4. Selecting Device Mode
Espressif ! /!13
7 2019.11
3. ESP32 Bluetooth Networking Examples
!
6. Select Station mode as an instance, click on the refresh button ! , and choose the Wi-
FI SSID. Then, enter the password.
!
Figure 3-5. Configuring the Station Mode
!
Figure 3-6. Station Connection Information
Espressif ! /!13
8 2019.11
3. ESP32 Bluetooth Networking Examples
!
Meanwhile, the following log will be output to the serial port tool:
!
Figure 3-7. Selecting SoftAP Mode
2. Configure the SoftAP mode, as Figure 3-8 shows. Select the security encryption mode,
channel, and maximum number of Stations to be connected. Enter the SoftAP’s SSID
and password. Click on the ! button to complete the configuration.
Espressif ! /!13
9 2019.11
3. ESP32 Bluetooth Networking Examples
!
!
Figure 3-8. Configuring the SoftAP Mode
3. Success of the SoftAP configuration will lead to the interface as Figure 3-9 shows. The
current Wi-Fi mode and the connection status are shown in the interface.
!
Figure 3-9. SoftAP Connection Information
Espressif ! /! 13
10 2019.11
3. ESP32 Bluetooth Networking Examples
!
Meanwhile, the following log will be output to the serial port tool:
!
4. Turn on the smartphone’s Wi-Fi capability. The SoftAP connected can be found in the
WLAN interface, as Figure 3-10 shows.
!
Figure 3-10. The Configured ESP32 SoftAP
5. Connect the smartphone to the ESP32 SoftAP. As shown in Figure 3-11, the prompt
! will appear, indicating that the Wi-Fi is connected.
Espressif ! /! 13
11 2019.11
3. ESP32 Bluetooth Networking Examples
!
!
Figure 3-11. Wi Fi Connection Prompt
Meanwhile, the following log will be output to the serial port tool:
!
The ESP32 device is successfully connected to Wi-Fi via Bluetooth networking.
📖 Note:
All values of connection time shown on the EspBlufi app screenshots in this document are provided only
as examples. Connection time is subject to the actual situations.
Espressif ! /! 13
12 2019.11
Disclaimer and Copyright Notice
Information in this document, including URL references, is subject to change without
notice.
THIS DOCUMENT IS PROVIDED AS IS WITH NO WARRANTIES WHATSOEVER,
INCLUDING ANY WARRANTY OF MERCHANTABILITY, NON-INFRINGEMENT, FITNESS
FOR ANY PARTICULAR PURPOSE, OR ANY WARRANTY OTHERWISE ARISING OUT
OF ANY PROPOSAL, SPECIFICATION OR SAMPLE.
All liability, including liability for infringement of any proprietary rights, relating to the use of
information in this document, is disclaimed. No licenses express or implied, by estoppel or
otherwise, to any intellectual property rights are granted herein.
The Wi-Fi Alliance Member logo is a trademark of the Wi-Fi Alliance. The Bluetooth logo is
a registered trademark of Bluetooth SIG.
All trade names, trademarks and registered trademarks mentioned in this document are
Espressif IoT Team
property of their respective owners, and are hereby acknowledged.
www.espressif.com Copyright © 2019 Espressif Inc. All rights reserved.