- May 22, 2019
- Kai Ren
- Bluetooth Low Energy, Connected Device, Device Networks, Mesh
This year, the Bluetooth Special Interest Group (SIG) hosted a session on Bluetooth® Mesh Provisioning and Interoperability at Bluetooth Asia 2019. Developers who attended the session were able to use their smartphones to provision and control a micro:bit board running a Zephyr solution.
For those developers who were not able to attend, this follow-up article shows you step by step how to build the firmware for micro:bit.
Set Up the Dev Environment
To set up the development environment on your computer, perform the following steps.
- Set Up a Development System
- Get the Source code
- Install Python Dependencies
- Set Up a Toolchain
- Build and Run an Application
Build the Firmware
To build the firmware, do the following.
- Open exe (Windows) or Terminal (macOS), navigate to the main project directory
- Type below command, switch to tag v1.14.0.
git checkout -b branch_v1.14 v1.14.0
- Download source code here
- Unzip source code file in the folder ./zephyr/samples/ like below
- Depending on your computer OS, then:
# On Linux/macOS
cd samples/BluetoothAsia2019/Bluetooth_Mesh_Provisioning_Sample
mkdir build && cd build
# On Windows
cd samplesBluetoothAsia2019Bluetooth_Mesh_Provisioning_Sample
mkdir build & cd build
cmake -GNinja -DBOARD=bbc_microbit ..
ninja
The main build products are in samples/BluetoothAsia2019/Bluetooth_Mesh_Provisioning_Sample/build/zephyr. The final application binary in HEX format is named zephyr.hex by default.
Flash Firmware
For the flash firmware, follow the steps below.
- Connect the micro:bit to your laptop by USB cable
- Use one serial terminal software; use Tera Term or Putty on Windows or use this guide on macOS or Linux. The serial port setting is: 115200, 8-N-1
- Copy zephyr.hex and paste it in the volume of the micro:bit on your computer
- Information prints on the serial console
- If you can see above screenshot, it means the build and flash firmware was successful. The Device Name varies, as it depends on the micro:bit factory unique identifier.
To learn more about developing with Bluetooth® mesh and other Bluetooth technologies, visit the Bluetooth SIG resources page.
FEATURED DOWNLOAD
Bluetooth Mesh Developer Study Guide
The Bluetooth Mesh Developer Study Guide is a self-study educational resource which covers both the theory and practice of Bluetooth mesh device firmware development.
The Importance of Standardizing Wireless Lighting Control
Lighting control systems are deployed in offices, retail, healthcare, factories, and other commercial facilities…
Six Bluetooth Mesh Feature Enhancements to Get Excited About
The new Bluetooth mesh feature enhancements offer more robust security, improved network efficiency, reduced…
What’s New with the Latest Bluetooth Mesh Specification
In the evolving landscape of IoT, Bluetooth mesh topology has emerged as an important…
Bluetooth SIG introduces Networked Lighting Control (NLC) Profile
Silvair welcomes Bluetooth® NLC as an important milestone in the development of a global…
Why Go Wireless for Commercial Lighting Control?
Figure 1: Wireless Shipments Trends Lighting control systems feature an intelligent network of individually…
Creating Optimal Learning Environments: How Lighting Control Revolutionizes Schools
LED Lighting plays a crucial role in the overall quality of educational environments. It…
The Benefits of Bluetooth Networked Lighting Control
Lighting control systems feature an intelligent network of individually addressable and sensor-rich luminaires and…
Bluetooth® Mesh Feature Enhancements Summary
This paper summarizes the recent Bluetooth® Mesh feature enhancements and provides references to other…
Bluetooth® Mesh Subnet Bridging - Technical Overview
This paper examines subnet bridging, a new feature introduced in the Bluetooth® Mesh protocol…
The Latest in HADM with Bluetooth LE
HADM, or high accuracy distance measurement using Bluetooth does exactly what it says –…
Mr. Beacon Podcast: Snapdragon Sound with Mike Canevaro
This episode of the Mr. Beacon Podcast explores the revolutionary world of Bluetooth audio.…
Features and Benefits of Bluetooth Mesh 1.1 for Wireless Mesh Networking
Commercial and industrial applications like lighting require large-scale, low-power device networks where thousands of…
Bringing Wireless Controls To The Epicentre Of Connectivity
This year, the time came for the lighting infrastructure at the Bluetooth SIG headquarters…
Smart Lighting And Controls Halve Energy Consumption At Campus Pitzemburg
Campus Pitzemburg has cut its energy usage by 50% thanks to smart controlled energy…
Sylvania Lets Efficiency And Control Fly High At FLYINGGROUP Antwerp
FLYINGGROUP Antwerp was looking for a solution for their meeting rooms that were more…
The Bluetooth® Low Energy Primer
Are you new to Bluetooth Low Energy? Learn about its constituent parts, features, and how it works.
Smart Solutions Using Network Lighting Infrastructures
An intelligent network lighting control infrastructure helps business owners and staff know more about…
Bluetooth® Technology for Linux Developers
Learn how to use the interprocess communication system D-Bus and the BlueZ APIs to create Bluetooth applications for Linux computers.
Bluetooth Range and Reliability: Myth vs Fact
As Bluetooth is becoming more and more ubiquitous in smart homes, buildings, and factories,…
The Role of Lighting in Smart Buildings
Undoubtedly, everyone is aware of two types of lighting, i.e., wired and wireless. It…
2021 Bluetooth® Market Update
Supported by updated forecasts from ABI Research and insights from several other analyst firms, the Bluetooth Market Update highlights the latest Bluetooth trends and forecasts.
Designing and Developing Bluetooth® Internet Gateways
Learn about Bluetooth internet gateways, how to make them secure and scalable, and design and implement your own working prototype gateway and web application for use with either Bluetooth LE Peripherals or with Bluetooth mesh networks.
2020 Bluetooth® Market Update
Supported by updated forecasts from ABI Research and insights from several other analyst firms, the Bluetooth Market Update highlights the latest Bluetooth trends and forecasts.
2019 Bluetooth® Market Update
Supported by updated forecasts from ABI Research and insights from several other analyst firms, the Bluetooth Market Update highlights the latest Bluetooth trends and forecasts.
Lighting as a Platform
See how connected lighting systems are being used as a platform to enable advanced building services like wayfinding, asset tracking, and space utilization to improve the ROI of smart building investments.
Build a Smarter Building with Blue
See how Bluetooth increases reliability, reduces costs, and enhances your smart building ROI.
Overview – Bluetooth Mesh Networking
A quick overview outlining how Bluetooth mesh uniquely meets the reliability, scalability, and security requirements of commerical and industrial markets.