Monitor – Presence Detection Reported via MQTT

There’s a new Linux script called Monitor that scans for the presence of beacons and other Bluetooth devices and reports to a MQTT server.

The mechanism doesn’t just scan for beacons. It combines name requests, anonymous advertisements and beacon advertisements to determine when to issue a name request to determine if a device is present and when to issue a name request to determine if a device is absent.

The author, Andrew J Freyer, provides instructions how to set up on a Raspberry Pi Zero W.

Parking System Using Beacons

Researchers at the University of Toronto and the University of Guelph, Canada, have a new paper on Smart Parking System Based on Bluetooth Low Energy Beacons with Particle Filtering (pdf).

The system uses an Android app and Gimbal Series 21 beacons advertising Eddystone.

The server side uses an RSSI path loss model, based on Bayesian filtering of RSSI, to improve the accuracy of location estimation.

The app provides facilities to register the user/vehicle, locate parking and charge the user based on the exact time used.

Movement Constraint-based Location Tracking

Researchers at the Pusan National University, Korea have a new paper on Applying Movement Constraints to BLE RSSI-Based Indoor Positioning for Extracting Valid Semantic Trajectories.

The received signal strength (RSSI) of beacons is often used to infer location. However, the RSSI is subject to reflection and blocking from walls, people and other obstacles causing the derived locations from the raw data to be ‘jumpy’. There are many ways to process the raw data, such as Hidden Markov Models, k-nearest neighbors and Deep Neural Networks (DNN) to obtain smoother trajectories.

The researchers use movement constraints and sliding-window aggregation to extract invalid trajectories and provide real-time semantic trajectories.

The paper shows the proposed movement constraint-based approach extracts valid trajectories that are comparable to the unconstrained and non-machine language approaches. This new approach is particularly suited to dynamic indoor environments where the reflection and blocking changes over time.

Bluetooth Technical Resources

Silicon Labs is a Bluetooth module manufacturer and solutions provider. Over the years they have created a large number of useful technical notes. They have just created a master list that allows easier access to the notes. Here are some that more general, less proprietary and not specific to Silicon Labs’ modules:

Bluetooth advertising data basics

Bluetooth Tx power settings

Throughput with Bluetooth Low Energy technology

Bluetooth advertising using manufacturer specific data

BLE Basics (master/slave, GATT client/server, data RX/TX)

Understanding the Bluetooth Connection Process

Bluetooth Mesh Training resources

Understanding Sensor Beacon Accelerometer Data

In this post we will take a look at data from the INGICS iGS01RG beacon.

The x axis is time. You can see the x, y and z values, every 100ms, over time. The y axis is normalised between -1 and -1 for use in our SensorCognition Edge device. The chart is for when the beacon has been moving, followed by a stationary period. Notice how the orange line continues to show acceleration even though the beacon isn’t moving. This is caused by gravity.

In this chart the beacon has been flipped over and the orange line now shows a constant negative acceleration.

A good thing about the presence of a constant offset in one of the x y z inputs is that it can be used to help determine the orientation of the beacon. The less desirable aspect is that the offset significantly complicates using the x y z to determine types of movement such as human gestures.

Such complex data problems are more easily solved using AI machine learning than trying to write a traditional algorithm to make sense of the data.

Here’s an example of output from a SensorCognition Edge device trained with up and down movement and left and right movement. In this case, the output 227 is showing the beacon is moving left and right.

Read about SensorCognition

Quick Detection of Man Down with MOTOTRBO™, TRBOnet and iBeacons

TRBOnet is control room software for Motorola MOTOTRBO™ two-way radios. When used with iBeacons, it allows mapping of 2-way radio locations.

The location update rate depends on the degree of radio congestion. The more radios there are the greater the congestion. The use of iBeacons also increases radio congestion as they cause more location packets to be sent. This can become a problem in larger 2-way radio/beacon rollouts.

In cases where a 2-way radio can see more than one beacon, the TRBOnet server uses the relative signal strengths of the beacons to determine the nearest beacon. In the case of radio congestion, the location updates for the two or more beacons might be two far apart, in time, to allow an accurate location to be determined. In congested situations, location updates used for geofencing or man-down might also come in far too late, say 5 minutes late, to provide timely alerts that someone has entered/exited an area or has fallen.

Neocom Software, the authors of TRBOnet, have introduced an Option Board based solution (pdf), that fits in the 2-way radios, that solves these problems. It monitors beacons every 3-5 seconds instead of the standard 30 seconds. It does the comparing of beacon signal strength at the 2-way radio rather than at the server to reduce the number of sent location packets. It intelligently sends location packets as the user changes zone rather than continuously.

The configuration guide (pdf) explains how the option board can be set up to detect events such as man down, geofencing, lone worker (no activity), no movement, crash detection and speed limit.

Are you an established 2-way radio company?
Contact us for advice on which beacons we have supplied for use with TRBOnet.

The Demise of Unsolicited Marketing Using Beacons

There’s a new article at DIGIDAY on how Apple’s new privacy features have further rattled the location-based ad market. The iOS location and Bluetooth permission changes have caused users to opt-out of marketing messages:

Right now opt-in rates to share data with apps when they’re not in use are often below 50% … Three years ago those opt-in rates were closer to 100%

Benoit Grouchko, Teemo

80% of those users stopped all background tracking across their devices

Location Sciences

Google’s discontinuing support for Android Nearby notifications and Apple’s tightening of permissions have caused the demise of unsolicited marketing using beacons. This is understandable because unsolicited marketing is seen by end-users as intrusive and creepy.

However, the iOS and Android mechanisms are still there for more worthy applications such as visitor space usecases that need to provide location based information. For these types of application, there’s the need for good app onboarding explaining location and Bluetooth usage in order to provide the location-based information that the end-user is requiring.

While unsolicited marketing was the key benefit when iBeacon was first announced, the use of beacons has since diversified into less contentious and more practically useful areas such as real time locating (RTLS), IoT Sensing and insights through machine learning.

Bluetooth in Healthcare

The Bluetooth blog has a recent post on 4 Reasons to Use Bluetooth in Your Healthcare Facility. It explains some advantages of Bluetooth and mentions some uses within healthcare.

Bluetooth can be used as a way of connecting wearables and equipment to other devices. When equipment and people are Bluetooth-enabled, asset tracking and wayfinding become possible. Staff can quickly locate valuable hospital assets and patients in need for urgent care.

Another reason for using Bluetooth is reliability. The article mentions Bluetooth’s adaptive frequency hopping (AFH) that makes communication more reliable in noisy wireless environments. You can read more about the technical aspects in our post on Bluetooth LE on the Factory Floor.

A further reason for using Bluetooth, particularly Bluetooth LE, is low power. Stand-alone devices can work on coin-cell batteries for many years.

The final reason given for using Bluetooth is the ability to create larger site-wide networks using Bluetooth mesh. Mesh can be used for control, monitoring and automation systems without the need for WiFi that can be unreliable and congested in hospitals.

For a further look at usecases, see the post on RTLS in Healthcare.