We have a new specialist sensor beacon INGICS iBS03R in stock. It uses a time of flight (TOF) sensor to accurately detect distance to ±25mm over a range 40mm to 3m and 27 degree field of view.
It’s suitable for applications such as waste can, toilet paper, sanitiser, inventory monitoring and industrial automation.
Litum have a new article What is Bluetooth Low Energy (BLE)? How does BLE work? that’s higher level and less technical covering Bluetooth LE device discovery, differences to Classic Bluetooth, how positioning works, Bluetooth range , usecases and industries.
The University of North Carolina (UNC) recently piloted using beacons to track student-athlete class attendance.
SpotterEDU apps were used to detect beacons to implement automated attendance monitoring. This provided a replacement for previously ad-hoc and inconsistent manual checking.
The paper starts with an overview of indoor positioning techniques including trilateration, fingerprinting, dead reckoning and AI machine learning. It also provides a synposis of different technologies such as RFID, WiFi and Bluetooth.
The paper explains that while fingerprinting is widely used, it faces limitations when used in dynamically changing environments. Fingerprinting requires ongoing maintenance and updating of the reference fingerprinting map that’s manually intensive and time-consuming. Fingerprinting also requires a large number of beacon reference points to perform accurate locating.
The researchers looked into positioning within a two floor (grocery) retail store. Retail stores are of of the more challenging environments as there are shoppers moving about that can affect indoor localisation
Several indoor positioning techniques were considered including fingerprinting and trilateration. The researchers implemented fingerprinting and compared it to seven established classifiers. The random forest algorithm worked the best and inspired the authors to build an ensemble classification filter with lower absolute mean and root mean squared errors.
Mohari Hospitality and SH Hotels & Resorts have just opened the re-designed 1 Hotel Toronto as part of downtown Toronto’s urban regeneration.
1 Hotel Toronto
Beacons have been placed in the communal indoor and outdoor spaces as part of CNIB’s Accessible Neighbourhoods Project. The project improves access to city areas by making them more accessible.
Improving accessibility in Toronto
The BlindSquare Beacon Positioning System (BPS) broadcasts a unique ID that’s received by smartphones. The ID is used to look up the information linked to the beacon that’s presented to the user.
BPS App
There’s more detailed information on the BPS in the user guide.
You might have read that beacons can be used to pop up notifications. Such a mechanism, called Google Nearby Notifications, existed prior to October 2018 after which it was discontinued.
Today, there are two ways to cause beacons to trigger notifications:
Nordic Semiconductor, the manufacturer of the System on a Chip (SoC) used in many beacons, has published the latest online issue of Wireless Quarter Magazine. It showcases the many uses of Nordic SoCs.
Highlights include:
Nordic Semiconductor has launched an Apple Find My network compatible SDK
A new Bluetooth device that could help vapers quit
A Bluetooth LE smart pen that monitors aesthetic levels during surgery
There’s an in-depth article ‘Evolving Intelligence’ that covers AI machine learning. It explains how bandwidth limitations, latency demands and privacy concerns are dictating that machine learning move from the Cloud to edge devices. Battery powered IoT modules are able to perform machine learning inference in real-time allowing decision making near to where sensor data is generated and used.
We often get asked what’s the best iBeacon? Unfortunately, there is no one best beacon for all scenarios. It depends on your particular project and business requirements. Having said this we have some favourites based on specific characteristics:
Best for Price: FSC-BP103 – Inexpensive beacon that transmits up to 10 channels simultaneously:
Best for Features:M52-SA Plus – Large easy replaceable battery, long range, temperature, humidity, accelerometer:
Best for Battery Life: SmartBeacon-AA Pro (no longer available) – Allows use of 4x AA batteries. Use lithium AA batteries for 7+ year battery life (also depends on settings).
Best for Setup App:Minew range – Minew’s latest BeaconPlus range (those supporting both iBeacon and Eddystone) provides the best in class app.
If you need a more rigorous description take a look at the book IoT Projects with Bluetooth Low Energy. It covers the fundamental aspects of Bluetooth Low Energy scanning, services, and characteristics. It goes on to describe examples of how to monitor health data, perform indoor navigation and use the Raspberry Pi for Bluetooth solutions. The book’s code is also available on GitHub.
If you are developing an app on Android it can be useful to view Bluetooth packets to debug problems. Johnas Nellen has an article on Medium that describes how to verify communication between Android and Bluetooth devices.
It involves enabling the Bluetooth HCI snoop log in the Android developer options and using ADB to generate a bug report that can be analysed using Wireshark.