Arduino Nano 33 IoT - Bluetooth and Bluetooth Low Energy

Overview

In this tutorial, we are going to learn how to use Bluetooth Low Energy (BLE) with the Arduino Nano 33 IoT and the DIYables Bluetooth App. By the end of this guide, you will be able to wirelessly control your Arduino project from your smartphone — no extra hardware needed, just your phone and your Arduino board.

The Arduino Nano 33 IoT has built-in Bluetooth Low Energy (BLE) support, which means you can connect it directly to the DIYables Bluetooth App on Android or iOS without any additional Bluetooth module.

Note: The Arduino Nano 33 IoT only supports BLE (Bluetooth Low Energy). It does not support Classic Bluetooth. The DIYables Bluetooth App supports both BLE and Classic Bluetooth on Android, and BLE on iOS. Since this board uses BLE, the app works on both Android and iOS.

Arduino Nano 33 IoT Bluetooth Low Energy BLE Tutorial - DIYables Bluetooth App

Features

  • BLE Wireless Control: Control your Arduino from up to 10 metres away
  • Android & iOS Support: BLE works on both platforms
  • No Pairing Required: BLE auto-connects — no manual Bluetooth pairing in phone settings
  • Multiple App Widgets: Sliders, joystick, monitor, plotter, gauge, temperature, chat, table, rotator, and more
  • Compact Form Factor: Nano 33 IoT fits easily into small enclosures
  • Low Power: BLE consumes significantly less power than Classic Bluetooth
  • Easy Setup: Single library install handles all communication

Hardware Preparation

1×Arduino Nano 33 IoT
1×Micro USB Cable
1×Recommended: Screw Terminal Expansion Board for Arduino Nano
1×Recommended: Breakout Expansion Board for Arduino Nano
1×Recommended: Power Splitter for Arduino Nano

Or you can buy the following kits:

1×DIYables Sensor Kit (30 sensors/displays)
1×DIYables Sensor Kit (18 sensors/displays)
Disclosure: Some of the links provided in this section are Amazon affiliate links. We may receive a commission for any purchases made through these links at no additional cost to you.
Additionally, some of these links are for products from our own brand, DIYables .

NINA Firmware Requirement

> Important: The NINA-W102 module firmware must be version 1.4.8 or higher for BLE to work correctly with the ArduinoBLE library. Many boards ship with older firmware that will cause BLE.begin() to fail silently.

Check Current Firmware Version

  • Open Arduino IDE
  • Go to File Examples WiFiNINA Tools CheckWiFiNINAFirmwareVersion
  • Upload the sketch to your Arduino Nano 33 IoT
  • Open the Serial Monitor and check the reported firmware version

Update NINA Firmware

  • In Arduino IDE, go to Tools Firmware Updater
  • Select your Arduino Nano 33 IoT board and COM port
  • Select the latest available NINA firmware (1.5.0 or higher)
  • Click Update Firmware

Software Setup

Detailed Instructions

Follow these instructions step by step:

  • If this is your first time using the Arduino Nano 33 IoT, refer to the Arduino Nano 33 IoT getting started guide.
  • Connect the Arduino Nano 33 IoT board to your computer using a Micro USB cable.
  • Launch the Arduino IDE on your computer.
  • Select Arduino Nano 33 IoT board and the appropriate COM port.

Install Board Core

  • Go to Tools Board Boards Manager...
  • Search "Arduino SAMD Boards"
  • Install version 1.8.13 or higher by Arduino

Install DIYables Bluetooth Library

  • Navigate to the Libraries icon on the left bar of the Arduino IDE.
  • Search "DIYables Bluetooth", then find the DIYables Bluetooth library by DIYables
  • Click Install button to install the library.
Arduino Nano 33 IoT DIYables Bluetooth library
  • You will be asked for installing some other library dependencies
  • Click Install All button to install all library dependencies (includes ArduinoBLE 1.3.6+).
Arduino Nano 33 IoT DIYables Bluetooth dependency

Mobile App

  • Install the DIYables Bluetooth App on your smartphone: Android | iOS

Note: The DIYables Bluetooth App supports both BLE and Classic Bluetooth on Android, and BLE on iOS. Since the Arduino Nano 33 IoT uses BLE, the app works on both Android and iOS. No manual pairing is needed for BLE — just scan and connect.

  • Open the DIYables Bluetooth App
  • When opening the app for the first time, it will ask for permissions. Please grant the following:
    • Nearby Devices permission (Android 12+) / Bluetooth permission (iOS) - required to scan and connect to Bluetooth devices
    • Location permission (Android 11 and below only) - required by older Android versions to scan for BLE devices
  • Make sure Bluetooth is turned on on your phone
  • On the home screen, tap the Connect button. The app will scan for BLE devices.
DIYables Bluetooth App - Home Screen with Scan Button
  • Find and tap your Arduino Nano 33 IoT device name in the scan results to connect.

Examples

All examples below use the ArduinoBLE platform (BLE only), which is compatible with the Arduino Nano 33 IoT.

Troubleshooting

SymptomLikely CauseFix
Device not visible when scanning in the appBluetooth firmware too oldUpdate firmware to ≥ 1.4.8 via Tools → Firmware Updater
BLE.begin() returns falseOld firmware or wrong board coreUpdate Bluetooth firmware and Arduino SAMD core
Connects but no data receivedArduinoBLE library too oldUpdate ArduinoBLE to ≥ 1.3.6 via Library Manager
Compile error - ArduinoBLE.h No such fileArduinoBLE not installedInstall ArduinoBLE via Library Manager
Compile error about boardWrong board core installedInstall Arduino SAMD Boards ≥ 1.8.13
App connects then immediately disconnectsInterference or power issueEnsure stable USB power; keep phone within 5 metres

Notes

  • Use the ArduinoBLE_ examples — not Esp32BLE_ or Esp32Bluetooth_. Those are for different hardware.
  • The NINA module handles BLE MTU negotiation automatically. The DIYables library manages message fragmentation — no manual chunking needed.
  • The board must remain powered (USB or external) for BLE advertisement to stay active.

※ OUR MESSAGES

  • As freelancers, We are AVAILABLE for HIRE. See how to outsource your project to us
  • Please feel free to share the link of this tutorial. However, Please do not use our content on any other websites. We invested a lot of effort and time to create the content, please respect our work!