Study into Monitoring Museum Exhibition Visitors

There’s recent research from Brno University of Technology and National Museum – Natural History Museum, Prague, Czech Republic on Monitoring visitors using wireless technologies (pdf) in which BeaconZone is referenced.

The paper looks into the historical and existing technologies such as WiFi, Bluetooth, ZigBee, Ultra-Wideband and RFID for tracking visitors.

The authors propose a new solution combining existing technologies with heat maps from camera images.

Analysing visitor behaviour, museums can identify popular and unpopular areas and make adjustments accordingly, such as adding interactive elements to specific exhibits. Visitor behaviour also helps museums make informed decisions about marketing and promotions. Tracking visitor movements can also help identify and mitigate potential security risks in real time.

Sensor Beacons List Updated

We offer a range of sensor beacons but what each beacon actually senses or detects is buried deep in the respective beacon descriptions.

As we have recently added new sensor beacons, we have updated our downloadable pdf showing what each beacon can detect.

If you want to know how you might use these beacons, take a look at our articles on Beacon Proximity and Sensing for the Internet of Things (IoT) , Using Bluetooth LE and Using Bluetooth LE Sensors.

Beacon MAC Addresses

The beacon MAC address is the Bluetooth LE MAC address, or Media Access Control address, a 48-bit identifier that uniquely identifies a Bluetooth device. The address is fixed address at time of manufacture and can’t be changed.

To find the Bluetooth MAC address of a beacon you use the configuration app that is supplied with the beacon to scan for the beacon. Alternatively, on Android, you can use nRF Connect. The MAC address is also sometimes stamped on the beacon case or an an attached sticker.

The MAC address can be used to uniquely identify devices. However, if you are reading from smartphone apps, it’s more usual to use the unique iBeacon id that is contained in beacon advertising because this can be detected by smartphone OS APIs. The MAC address tends to be used more in real time locating systems (RTLS) as a unique id that’s independent of the type of advertising.

Many newcomers make the mistake of trying to use, and set, the Bluetooth name as a unique id. This isn’t reliable and instead you should use the MAC address or iBeacon id.

Smart Business

In today’s competitive business environment, companies are constantly seeking ways to improve their operations, increase their efficiency and reduce costs. One way to achieve these goals is by implementing smart sensing technology to save energy costs and improve business processes.

Smart sensing technology allows businesses to monitor their operations in real-time, enabling them to identify areas where energy can be saved and process improvements can be made. By using sensors to measure factors such as temperature, humidity, air pressure, light level, and movement, businesses can gain valuable insights into their operations and make informed decisions to improve efficiency.

One of the key advantages of smart sensing technology is the ability to save energy costs. By using sensors to monitor energy usage, businesses can identify areas where energy is being wasted and take steps to reduce consumption. For example, by monitoring temperature levels, a business can adjust heating and cooling systems to maintain optimal levels while minimizing energy usage. This can lead to significant cost savings over time, as well as a more environmentally friendly business.

In addition to saving energy costs, smart sensing technology also helps businesses improve their processes. By monitoring operations in real-time, businesses can identify bottlenecks and inefficiencies, and take steps to improve them. For example, by using sensors to monitor the movement of goods within a warehouse, a business can identify areas where processes can be streamlined, reducing the time and effort required to move goods and improving overall efficiency.

Starting small with low-cost sensors in areas where the most significant gains can be made is a smart approach to implementing smart sensing technology. Bluetooth beacons are an example of such sensors that can detect movement (accelerometer), movement (started/stopped moving), button press, temperature, humidity, air pressure, light level, open/closed (magnetic hall effect), proximity (PIR), proximity (cm range), fall detection, smoke, natural gas, and water leak. These beacons can be placed in strategic locations to monitor and collect data about operations, which can then be used to make informed decisions.

Bluetooth gateways detect the beacons and send data for subsequent processing. Starting simple using simple server-side scripts and triggered events can be an effective way to begin implementing smart sensing technology. Avoiding SAAS and subscription-based systems, instead preferring simple stand-alone solutions can help keep costs down and ensure that businesses have financial control over these innovations.

Implementing smart sensing technology provides numerous benefits for businesses, including cost savings, improved efficiency, and enhanced process control. While these technologies are sometimes labelled as IoT or Industry 4.0, it’s best to ignore the hype and instead concentrate on practical matters. By starting small and using low-cost sensors in strategic locations, businesses can gain valuable insights into their operations and make informed decisions to improve their processes and reduce costs.

Read about Consultancy

Large Scale Bluetooth Mesh Testing

Nordic Semiconductor, the manufacturer of the SoC chip in most beacons, has a new blog post on Large scale Bluetooth mesh testing.


Tests were conducted in Nordic’s office in Trondheim and focussed on measuring reliability and latency. The results show that it’s easy to get 100% reliability for unacknowledged messages. Regarding latency and reliability, unacknowledged messages perform better than acknowledged messages within the used testing constraints.

Decoding iBeacon Advertising Using Javascript

iBeacon advertising consists of a UUID, major, minor and measured power. To decode the advertising using Javascript:

function decodeIBeacon(packet) {
  var uuid = packet.substring(4, 40);
  var major = parseInt(packet.substring(40, 44), 16);
  var minor = parseInt(packet.substring(44, 48), 16);
  var power = parseInt(packet.substring(48, 50), 16) - 256;

  var beacon = {
    uuid: uuid,
    major: major,
    minor: minor,
    power: power
  };

  return beacon;
}

This function takes a hexadecimal string representation of an iBeacon advertisement packet as input and decodes it into an object that contains the UUID, major and minor values and the measured power (measured in dBm) of the beacon.

To use this function, you need to extract the iBeacon advertisement packet from the Bluetooth Low Energy advertisement data received by the BLE scanning device. The iBeacon advertisement packet typically starts with a pattern similar to the following: 02 01 06 1a ff 4c 00 02 15. You can extract the iBeacon part by searching for these bytes in the advertisement data and then take the next 20 bytes as the packet.

View iBeacons

Subscription-free Bluetooth Gateways

Bluetooth to WiFi gateways allow Bluetooth devices to communicate with WiFi networks and onward to local or Internet servers. A gateway converts the Bluetooth data into data that’s received at the server. This data usually includes the gateway MAC address, the beacon MAC address, the received signal strength (RSSI) and the raw beacon payload that’s usually iBeacon but can alternatively contain sensor information.


Some commercial gateways require financial subscriptions and use of a specific Internet platform. All gateways BeaconZone supply have open HTTP and MQTT data format allowing use of your own local or remote server. This is much more cost-effective and eliminates the need for ongoing fees. Another advantage of a gateway that doesn’t require a subscription is that it offers greater privacy and security. Platforms may collect and store user data that can raise concerns about privacy and security.

Not using a subscription-based platform means you are not dependent on a provider’s technical issues. You also become isolated from any existential business provider issues that might cause large increases in pricing or the service disappearing because the company is no longer in business.

Controlling your own server ultimately provides more options for customisation and scalability, allowing you to meet specific requirements that are unique to your business processes.

Temperature Powered Bluetooth Beacons

Bluetooth Low Energy (BLE) beacons transmit a radio signal at regular intervals, powered by small batteries. The batteries need periodic replacement that can be time-consuming and costly when a large number of beacons are in use. There’s a new paper from Rzeszów University of Technology, Poland on Bluetooth Low Energy Beacon Powered by the Temperature Difference.


The paper proposes a power source that gathers energy through the Peltier effect. As temperature differences between two surfaces are present in most environments, the authors evaluated this energy source’s effectiveness in powering the beacons through measurements and simulations. They measured the beacon’s power supply demand in different modes and examined the Peltier module under different loads and temperature differences.


Based on the data gathered, they defined an energy conditioning system sufficient to power the beacon at a given temperature difference and developed a model of the proposed device. This solution eliminates the need for batteries, making the beacon maintenance-free.

New Bluetooth Location Market Research

Bluetooth SIG, the organisation responsible for Bluetooth standards, has a new Bluetooth® Market Update in collaboration with ABI Research. Bluetooth covers a large range of device types and application areas. Here are some insights related to location services.

Bluetooth location services device growth will trend significantly upward and return to pre-pandemic forecasts due to heightened awareness of the benefits of Bluetooth location services. There will be 2.46x growth in annual Bluetooth location services device shipments from 2023 to 2027.

Bluetooth real time location systems (RTLS) are set for rapid growth. New regulatory and safety requirements in manufacturing, stricter compliance procedures and sustainable operation requirements are making RTLS solutions more attractive. There will be 178,000 Bluetooth® RTLS implementations by the end of 2023. Many commercial and industrial facilities are now relying on asset tracking solutions to optimise resource and inventory control. The commoditisation of off-the-shelf Bluetooth asset tracking gateways and beacons are major drivers behind continued growth. 112 million Bluetooth asset tracking devices will ship in 2023.

Read about BeaconRTLS™

Read about PrecisionRTLS™