High Temperature Measurement Using Beacons

Beacons can’t withstand very high temperatures due to the battery that can only typically operate up to +60°C. If you need to measure higher temperatures, it’s necessary to use a beacon with a temperature probe with just the probe being placed in the higher temperature environment.

iBS03TP Probe -50°C to 150°C

This beacon is also suitable for measuring low temperatures, down to -50°C, whereas non-probe beacons are usually limited to -30°C due to the battery.

INGICS Example Server Side Platform

INGICS, supplier of Bluetooth WiFi gateways and sensor beacons, has a new open source example. The BeaconLair code is implemented using Docker to simplify setup. Internally it uses Golang, Eclipse Mosquitto, InfluxDB and Grafana. The platform receives data from INGICS iGS03 BLE gateways and data from iBS sensor beacons.

The dashboard, using Grafana, provides gateways remote control, viewing of beacons and beacon sensor values.

INGICSLair

It can be used to remotely control gateways including device OTA upgrade, changing of the RSSI filters and provides configuration using all supported telnet commands.

View INGICS products

INGICS iGS03W in Stock

We have limited quantities of the new INGICS iGS03W Bluetooth WiFi gateway in stock.

The iGS03W listens for beacons, gets their advertising data and forwards it on to your server or an IoT server via TCP, HTTP(S) or MQTT including AWS IoT, Google Cloud IoT and Azure IoT Hub.

It differs from the iGS01S in that it supports greater throughput, Bluetooth 5 Long Range mode (LE Coded PHY) and also includes a wall holder.

View all Bluetooth gateways

Bluetooth Gateway Demoboard

INGICS, the manufacturer of some of the Bluetooth gateways we supply, has a new open source DemoBoard that can be used to demonstrate and test their gateways.

The software supports M2M (TCP) and MQTT connections.

The dashboard shows the number of messages and beacons:

Clicking on the number of messages shows a log of the received messages:

Clicking on a message shows parsed values:

You can also drill down on the beacons:

INGICS Products

View all gateways

New iGS03E Bluetooth Ethernet Gateway in Stock

We now have the INGICS iGS03E Bluetooth to Ethernet gateway in stock. This differs to the iGS02E in that it includes Power over Ethernet (PoE) without having to have an external PoE splitter.

Gateways look for Bluetooth LE devices and sends their advertising on to a server via TCP, HTTP(S) or MQTT including AWS IoT. If you use with sensor beacons, this provides a quick and easy way to provide for IoT sensing.

The iGS03E is one of the first gateways to also support Bluetooth 5 in Long Range mode (LE Coded PHY), although very few advertising devices support this yet.

Compatible with BeaconServer™ and BeaconRTLS™.

Bluetooth Gateways for AWS IoT Core, Azure IoT Hub and Google IoT Core

It never been easier to collect Bluetooth sensor information and store it in the cloud. The INGICS gateways come with step-by-step instructions how to set up AWS IoT Core, Azure IoT Hub and Google IoT Core.

Read more about Beacon Proximity and Sensing for the Internet of Things (IoT).

View Bluetooth Sensor Beacons

Bluetooth Gateway Heartbeats

If you are rolling out many gateways, there comes a time when you start wondering if all of them are working and connected. While it’s possible to write a server side script/code to detect whether or not data has been received from the gateway in the last n seconds/minutes, this doesn’t work when there aren’t any Bluetooth devices in the vicinity of some gateways which won’t be sending payloads.

iGS01S Bluetooth WiFi Gateway

The INGICS gateways have a way of setting up a heartbeat that’s a dummy payload used to indicate a gateway is working and connected. It’s set up by telnet to the gateway and issuing the following command followed by a reboot:

> SYS HEARTBEAT 1
> REBOOT

The ‘1’ signifies every 1 minute and allows setting up to 255 minutes. A $HBRP data payload is to the server in the form:

$HBRP,FECE97089146,FECE97089146,-127,00000000

The heartbeat functionality is available on firmware IGS01-v2.0.0 and IGS01S-v2.0.0 or later.