Configuring iBeacon with Minew BeaconSET+

Minew have a new video showing how easy it is to set iBeacon parameters with their BeaconSET+ app:

BeaconSET+ is the newer app that works with MiniBeacon Plus beacons. These are Minew beacons supporting both iBeacon and Eddystone as opposed to those only supporting iBeacon for which the older BeaconSET app should be used.

This new video is one of many new tutorials that show how to use BeaconSET+.

View Minew Beacons

Using Beacons with iOS 13

iOS 13 has introduced changes to Location and Bluetooth permissions. Estimote has an excellent new post summarising the changes and their affect on apps using beacons.

The article differentiates between Core Location and Core Bluetooth. Core Location implies using the iBeacon APIs while Core Bluetooth is lower level and allows scanning and connection to any Bluetooth LE devices, not just beacons (but perversely can’t scan the iBeacon UUD, major and minor). If, as we recommend, you use the Apple Core Location APIs directly, only the Core Location permission changes will affect you.

There was time, during the release of iOS 10 when Core Location beacon detection was faulty. At that time, Estimote decided to create an alternative beacon detection API based on Core Bluetooth to circumvent the problems. This means that if you use their SDK, users of your apps will get both Location and Bluetooth prompts and both permissions are required for the Proximity SDK to function. The iOS 10 triggering problems have since been fixed.

Kiosk Pro for iOS Uses iBeacons

Kiosk Pro is an app for iOS that turns an iPad into a public kiosk.

The technical documentation shows how you can trigger the showing of specific information when in the vicinity of a particular beacon. For example, if the kiosk is static, people with different beacons might trigger the showing of different information. If the kiosk is moving, for example a tablet being held, it might trigger the showing of different information based on the location of, for example, different exhibits. The kiosk can also be set to advertise iBeacon that can be picked up in iOS and Android apps.

View iBeacons

Android WiFi Direct via Bluetooth

A problem with many IoT projects is the need to connect the device to WiFi. It’s a ‘chicken and egg‘ situation in that you need to connect to the device in order to set the WiFi settings but you can’t connect because you aren’t WiFi connected. This is usually solved in one of two ways. The first relies on a WPS button on the WiFi router which sets it into a mode where it will accept a new device without the user having to enter or select anything. Security flaws in WPS and the possibility of anyone pressing the WPS button mean this isn’t a great solution for IoT applications. The second method involves the IoT device itself acting as a WiFi router in ‘station mode’ while the user on a phone, laptop or other device connects and uses a http web interface to set the WiFi settings and reboot. Upon reboot, it’s no longer in station mode and connects to the assigned access point. However, users need simpler mechanisms.

Android used to support WPS but this has been deprecated in favour Wi-Fi Easy Connect. The latest Android Q documentation explains that the Wi-Fi Direct connection information (a URI) needs to reach the device somehow such as through a QR Code scan NFC receipt or a Bluetooth scan. Hence, it’s possible for an unprovisioned device to be scanning for a particular beacon that provides a connection URI that’s used for provisioning the WiFi. This allows retailers’ Android apps or Android IoT devices to easily connect to location-specific WiFi.

The API mentions that Easy Connect does not require Location or Wi-Fi permissions which is a bit misleading. It will need the Location permission if you use a Bluetooth scan to provision.

Recording Employees’ Working Hours

We have been seeing an increase in the number of beacon-based employee clocking in/out systems. This is due to a recent ruling by the European Court of Justice that said that EU companies must have something in place to provide an “objective, reliable and accessible system” that allows the duration of time worked each day to be measured. This is so that it can be confirmed that companies and organisations are complying with the Fundamental Rights Charter and the Working Time Directive.

Some employers and employers’ federations have been critical of the need for modern versions of the ‘punch card’. Some employees also resent being tracked to such a degree. In today’s mobile, flexible working environments, it’s often not practical to track work-related activities performed outside the main workplace. The definition of work is also open to interpretation. For example, is replying to a work email, at home, outside working hours, counted as work?

As with many EU rules, these things can’t be clearly defined and aren’t properly policed. In this case, companies and organisations will come under scrutiny if employees or their unions go to court for non-compliance with working time regulations. Some industries such as construction need time tracking anyway for contractor billing and safety. It’s for each organisation to assess the risk. For those deciding they need time tracking, beacons provide an automated solution.

Reducing Asset Redundancy Using Beacons

There are many industries where the inability to find assets leads to the requirement to have many more of those assets. This is especially so in areas, such as hospitals, where not finding things can cost lives.

It also tends to be the case that such urgently required items are also expensive as they are critical pieces of equipment. When equipment is very expensive, lack of redundancy can end up causing key staff spending their time finding things rather than doing their main job.

Even when not finding things isn’t mission critical, a lot of time, human effort and hence cost can be wasted if assets aren’t available. Examples include vehicles in fleet management, tools in construction and equipment in manufacturing.

Beacons and locating systems allow you to reduce asset redundancy, save costs and make working processes more efficient.

Using Beacons, iBeacons for Real-time Locating Systems (RTLS)

Beacon Triggered Rail Passenger Interfaces Entering Service

We previously mentioned EAO’s rail passenger interface. Railstaff has further news that the UK’s South Western Railway will include the system in refurbished Class 444 trains in November.

The wireless charging works with an app that can signal the seat is occupied and prompt the user to open the app.

“Ticket inspectors can then be informed if the passenger has a ticket while passengers would be able to order food and drink to their seat if there’s an onboard catering service. There are also options to provide tailored passenger information.”

EAO is also working with Eversholt Rail to retrofit the system to Class 395 Javelin trains in use by Southeastern.

Read about Beacons in Transportation

Using iBeacons for Locating Robots

Beacons are great for use with robots for use in determining extra contextual information. There’s recent research on Autonomous Navigation of an Indoor Mecanum-Wheeled Omnidirectional Robot Using Segnet (pdf) that uses iBeacons to determine a rough location of the robot.

The locating uses Kalman filtering and trilateration to get a fix for the robot.

If you want to learn more about using RSSI to determine robot location there’s also a presentation video Robot Localization using Bluetooth Low Energy Beacons RSSI Measures by David Obregón Castellanos.

Read about Using Beacons, iBeacons for Real-time Locating Systems (RTLS)