A Smart Hospitals or other Smart Building network can be created and managed from a single or multiple machine with Herald’s various Bluetooth MESH applications and API.
Herald provides a Bluetooth MESH API built exclusively for Zephyr RTOS and provides pre-built open source embedded device applications, embedded hardware and wearable designs, and administration microservice implementations.
A typical Herald Bluetooth MESH demonstration network is shown in the below diagram:-
This diagram shows several device types. Below are their descriptions and the Bluetooth MESH roles they support in our Herald MESH applications:-
The Herald Project provides Open source hardware designs for Bluetooth Low Energy and MESH wearables and beacons. The current demonstration network as shown above, however, uses off the shelf hardware from Maker Diary, namely the nRF52840 MDK USB Dongle.
This is a very capable device with support for Bluetooth Low Energy, MESH, NFC and USB which the Herald project uses. They are also capable of Thread, Matter and Zigbee communications.
These devices use lower performance chip antennae and so are really only aimed at demonstration installations. They are cheap and easy to use as a starting place though.
The devices are based on the Nordic Semiconductor nRF52840 System on Chip (SoC) and the UF2 bootloader which can be mounted as a Flash drive for programming. They have only 1MB Flash storage and 256 KB RAM, but this is more than enough for any complex MESH relay application.
This chip also incorporates the Arm TrustZone CryptoCell 310 device. This provides security functionality but does not provide a secure store. This makes the devices useful for testing, but not suitable for a production Bluetooth MESH installation that needs to conform to industry Internet of Things (IoT) security standards such as PSA Level 1 Certification.
In 2020 The Herald Project worked with advice from the United Nations Development Programme (UNDP) to design a low-cost wearable that could be manufactured in most device fabricating factories through the world. The idea here was to provide a Bluetooth Digital Contact Tracing capable wearable for countries where the latest handsets and 4G coverage was not possible.
This culminated in the creation of the Herald Wearable and Beacon V1 opensource hardware . This can be manufactured into a basic Digital Contact Tracing wearable for around USD 25 - USD 35. A daughter board has also been designed for the wearable that provides Blood Oxygenation and heart rate information for an additional USD 15.
This is based on the Fanstel BC833M pre-certified chip which uses the Nordic Semiconductor nRF52833 SoC. This chip is designed for low power use and has more memory than the original nRF52832 SoC. It has 512 KB Flash and 128 KB RAM. This is enough for Herald Wearable and Bluetooth Low Energy beacon devices, but not for MESH Relay nodes currently.
Our hardware design incorporates an external additional Flash storage area, USB-C connector, accelerometer, and multi frequency daylight sensor. This is to facilitate more sophisticated on-device, privacy preserving, data and exposure risk analytics than is possible with mobile phones. They can be paired with mobile phones, or interact with a Bluetooth LE Herald network such as provided by Herald MESH Relay nodes.
This future design will use another pre-qualified Fanstel module but this time based on the nRF5340 SoC. This SOC provides an Arm TrustZone CryptoCell 312 implementation that does provide a secure enclave. This will allow this device to pass the PSA Level 1 Certification mentioned above.
It should be noted that both the SoC and the Zephyr RTOS we use already have PSA Level 1 certification. Below are links to the relevant certification pages:-
The Herald Project aims to get PSA Level 1 Certification for the following items eventually:-
You can now view the Herald MESH Models page to find out how this is implemented.
To help you get started, see the documentation.