Using Beacons to Mitigate Staff Duress

Staff duress, also known as employee duress or worker duress, is where employees may feel threatened, intimidated, or unsafe while performing their job duties. This can occur in a variety of industries, including healthcare, education, retail, hospitality, and security.

Problems associated with staff duress include:

  • Employee safety: If employees feel threatened or unsafe, it can have a negative impact on their well-being, job satisfaction, and productivity.
  • Employer liability: Employers have a legal obligation to provide a safe working environment for their employees. Failure to do so can result in legal action and financial penalties.
  • Costly incidents: If an employee is injured due to a safety issue, it can result in costly workers’ compensation claims, lawsuits, and reputational damage to the employer.

Beacons with buttons, used with real time locating systems, can help mitigate staff duress by providing a quick and effective way for employees to signal for help in an emergency situation. These devices have a wearable or handheld button that employees can press to trigger an alert. The alert is then sent to a designated response team, who can quickly assess the situation and provide assistance as needed.

Beacons with buttons can be especially useful in industries where employees work alone or in remote locations. They can also be helpful in schools and universities, where teachers and staff members may be at risk of violence or other safety threats.

Beacons with buttons

Using Beacons for Intelligent In-Room Presence Detection

Most Beacon usecases involve putting beacons on things or in places and triggering notifications on users’ phones. There’s a paper by Yang Yang, Zhouchi Li and Kaveh Pahlavan of Worcester Polytechnic Institute (WPI), Worcester, MA that instead proposes Using iBeacon for Intelligent In-Room Presence Detection.

Their system records users in a room for applications such as graduate seminar check-in, security and in and out counting. It recognises in room presence by analysing path loss and door motion readings to decide whether a person is inside the room. Their custom app receives the beacon data and sends it to a server for analysis. They experimented using two iBeacons, one attached to the outside of the door with another mirroring at the inside and also as single iBeacon implementation that still performed well.

presencedetection

The paper also a useful chart showing the variation of RSSI with how a phone is held:

rssivspostion

The iBeacon Protocol

iBeacon is a protocol developed by Apple that uses Bluetooth Low Energy (BLE) to transmit a signal that can be picked up by nearby devices, such as smartphones. The iBeacon protocol format is based on the standard BLE advertising packet, which is a small amount of data that is broadcast at regular intervals.

The iBeacon protocol format includes the following components:

  • Proximity UUID: This is a unique identifier that is used to identify a group of beacons. It is typically a 128-bit value.
  • Major and Minor: This is a 16-bit value that is used to identify a specific beacon within a group of beacons.
  • Measured Power: This is a value that is used to indicate the expected signal strength of the beacon at a distance of one meter. This value is used to estimate the distance between the device and the beacon.

Together, the Proximity UUID, Major, and Minor values make up a unique identifier for each beacon, which can be used to determine the beacon’s location or trigger an action on a nearby device.

It’s worth noting that the iBeacon protocol is one of the many implementations of BLE beacons, and other protocols and vendors have different formats.

Beacon Advertising Cheat Sheet

Radio RSSI

RSSI stands for Received Signal Strength Indicator. It is a measure of the power level of a radio signal being received by a device, for example a smartphone, in dBm (decibel-milliwatts). The RSSI is accessible to receiving devices via APIs such as the standard iOS and Android Bluetooth libraries.

The RSSI value is typically used to get an indication of the distance between a device and a beacon. A higher RSSI value indicates a stronger signal and therefore a closer proximity to the beacon, while a lower RSSI value indicates a weaker signal and a farther proximity to the beacon. Note that RSSI is usually -ve so a larger negative more usually indicates the beacon is further away.

RSSI is not a perfect measure of distance, as it can be affected by factors such as the environment and the type of device that is receiving the signal. However, by comparing the RSSI value of a beacon’s signal with the known transmission power of the beacon, it is possible to estimate the distance between the device and the beacon.

RSSI is commonly used in wireless communications such as WiFi, Zigbee, Bluetooth and cellular networks to measure the signal strength of the received signal. It is also used to estimate the quality of the signal, and to determine if the signal is strong enough to maintain a reliable connection.

RSSI is not a standard or a regulated measure and varys depending on the technology and the manufacturer of the device.

The relationship between RSSI and distance is not linear, and can vary depending on the environment and the type of device that is receiving the signal. In general, as the distance between a device and a beacon increases, the RSSI value decreases. However, the rate at which the RSSI value decreases with distance can vary depending on factors such as the environment and the transmission power of the beacon.

In free space, the RSSI value decreases at a rate of approximately 6 dB per doubling of distance. This is known as the inverse square law, which states that the power of a signal decreases proportionally to the square of the distance from the source.

Inverse square law

However, in a real-world environment, the rate of decrease can be affected by factors such as walls, obstacles, and interference from other devices, which can cause the signal to weaken faster or slower than expected.

It’s also worth noting that the RSSI value can vary depending on the type of device that is receiving the signal, as well as the type of radio technology used. The sensitivity of the device’s radio receiver will also affect the received RSSI value, a more sensitive device will be able to detect weaker signals at farther distances than a less sensitive device.

While equations can be used to infer distance from RSSI, the above factors mean the most accurate way to determine distance is to compare with previously measured RSSI-distance values.

If accurate distance is essential, up to about 3m, consider using a beacon such as the iBS03R that uses a time of flight (ToF) sensor rather than using RSSI.

What is a Bluetooth WiFi Gateway?

A Bluetooth WiFi gateway is a device that connects Bluetooth devices to a WiFi network. It allows Bluetooth devices, such as sensors, beacons, or other IoT devices, to communicate with a WiFi network and exchange data with other devices on the network or remote servers or the cloud.

Bluetooth WiFi gateways have both Bluetooth and WiFi capabilities and are able to bridge the communication between these two technologies. They are often used in IoT (Internet of Things) applications, where they can be used to connect a variety of Bluetooth devices to a WiFi network, allowing them to communicate with each other and exchange data.

Bluetooth has a relatively short range of up to 100m, so using a Bluetooth WiFi gateway can allow Bluetooth devices to originate data over longer distances. Bluetooth WiFi gateways are easy to set up and configure, making them a convenient solution for connecting Bluetooth devices to a larger network.

View Bluetooth WiFi Gateways

Eddystone URL

Eddystone-URL is a format for Bluetooth Low Energy (BLE) beacon advertisements. It is an open format developed by Google and designed to be transmitted by beacons to nearby devices, such as smartphones and tablets. The format allows beacons to broadcast a URL which can be used to direct users to a specific web page.

In other words, Eddystone-URL is a way for ‘things’ with attached beacons to communicate with nearby devices and provide them with a link to a webpage. This can be used for a variety of purposes, such as providing location-based information, coupons, or other types of content to users. It can be used in a wide range of applications, including retail, transportation and tourism.

Eddystone-URL works by broadcasting a URL in a Bluetooth advertisement packet. When a device with a compatible BLE receiver, such as a smartphone, comes within range of the beacon, it can receive the advertisement packet and decode the URL. The user can then open the URL in a browser on the device.

An app is needed on iOS and Android such as Beaconstac NearBee, the Physical Web Association app or your own custom app. If you create your own app, consider using iBeacon instead of Eddystone URL advertisements for easier processing on iOS (also works on Android). The iBeacon ids can be mapped to URLs in the app. This is often better because the mapping can be changed, for example on a server, rather than having to physically access the beacon to change the URL.

Read about Using Beacons for Marketing

The Manufacturer Site Says a Beacon Has a Particular Capability. Why Doesn’t the Version BeaconZone Sells Support This?

There can be several reasons why the specification for a beacon listed on our site doesn’t match that shown on a manufacturer’s web site or 3rd party sales platform.

  • Beacon descriptions on many sites are often written by non-technical staff and non-English speakers. This means that there can be misunderstandings and errors.
  • Some descriptions purposely over-fill descriptions with incorrect information or competitor’s product information so as to attract interest. The actual specification becomes clearer after you have asked the right questions or, in some cases, when you receive the beacons!
  • Some descriptions are of cloned products with dubious provenance rather than products from the original manufacturer.
  • It’s common for descriptions to mention optional features that are only available via manufacturing customisation. They are sort of saying the specification is possible, but you will find you have to pay a lot extra for a custom version.

We spend a long time assessing beacons and only list the features actually provided by the beacons we sell. We have a deep understanding of beacons that can be accessed via our support and consultancy services.

View Beacons

How to See Bluetooth LE Advertising on Android and iOS

To see Bluetooth LE advertising on smartphones, you can use a Bluetooth scanner app. These apps are available from the App Store and Google Play Store and can be downloaded and installed on your smartphone.

To use a Bluetooth scanner app, follow these steps:

  1. Open the App Store Google Play Store on your device and search for “Bluetooth scanner” or “Bluetooth advertising”.
  2. Select a Bluetooth scanner app that you want to use and install it on your device. nRFConnect is a well-known scanner, provided by Nordic Semiconductor, the manufacturer of the Bluetooth System-on-chip in most beacons.
  3. Once the app is installed, open it and enable Bluetooth on your device, if it is not already enabled.
  4. The app will scan for nearby Bluetooth devices that are broadcasting advertising packets. It will display a list of the devices it finds, along with their names and other information.
  5. You can tap on a device in the list to see more details about it, such as its Bluetooth address (only on Android), signal strength, and any advertising data that it is broadcasting.

In summary, using a Bluetooth scanner app is a simple and effective way to see Bluetooth advertising on an smartphones. These apps allow you to see the devices that are broadcasting advertising packets, as well as the data that they are transmitting.

Overview of Different Types of Bluetooth Beacon

Bluetooth beacons are small, low-power devices that use Bluetooth technology to broadcast a signal to nearby devices. These signals can be used by nearby devices to determine the location of the beacon, or to trigger certain actions, such as sending a notification or displaying information on a mobile device.

There are several different types of Bluetooth beacons, which can be classified based on their shape, size, and power source. Some examples of different types of Bluetooth beacons include:

  1. USB beacons: These are small, USB-powered beacons that can be plugged into a computer or other device to broadcast a Bluetooth signal. They are often used in retail or other public settings, where they can be plugged into a computer or display to broadcast information to nearby devices.
  2. Coin-cell beacons: These are small, battery-powered beacons that are about the size of a coin. They are often used in portable or wearable applications, such as tracking the location of a child or pet, or triggering a notification in a mobile app.
  3. Wall-mounted beacons: These are larger, wall-mounted beacons that can be installed in a fixed location, such as a retail store or office building. They typically have a larger battery, longer range and higher power output than other types of beacons, allowing them to broadcast a signal over a larger area.
  4. Outdoor beacons: These are rugged, weather-resistant beacons that are designed to be used outdoors. They often have a longer range and higher power output than other types of beacons, and are designed to withstand exposure to rain, snow, and other harsh conditions.

Overall, there are several different types of Bluetooth beacons, which can be used in a variety of applications. The type of beacon that is best suited for a particular application will depend on factors such as the range and power requirements, as well as the environment in which it will be used.

View Bluetooth Beacons

Latest Nordic Wireless Quarter Magazine

Nordic Semiconductor, the manufacturer of the System on a Chip (SoC) in many beacons, has published the latest online issue of Wireless Quarter Magazine. It showcases the many uses of Nordic SoCs.

The latest issue of the magazine highlights the use of Nordic SoCs in the following Bluetooth solutions:

  • Bluetooth LE wildlife tracking solution
  • Tracker notifications to parents if their child wanders off from a caregiver
  • Bluetooth 5 monitor for refrigeration equipment
  • Indoor asset tracking platform monitoring essential medical equipment in hospitals

It’s interesting that some of these companies have chosen to create their own hardware even though these scenarios are achievable using generic beacons. Sometimes, a custom hardware product has more credibility for investors and customers. However, similar levels of kudos can be achieved by branding and/or over-casing generic devices with much less cost and risk.

The magazine also has an interesting article on how smart toy manufacturers are engaging and educating children.

Read Nordic Semiconductor Wireless Quarter