Cold chain tracking
Create a system for monitoring asset temperature using Bluetooth Low Energy (BLE) tags and Particle devices
Introduction
This blueprint shows how you can create a system for monitoring temperature of assets using tags that advertise their temperature using Bluetooth Low Energy (BLE).
Supported devices
Hardware and supplies
- Supported Device
- BLE asset tag with temperature sensor
Cloud services and integrations
Integrations
Project description:
This blueprint demonstrates how to monitor asset temperatures in real-time using Bluetooth Low Energy (BLE) tags that advertise temperature readings. The system uses Particle devices, such as the Tracker One or T-SoM Module, to scan and publish temperature data to the Particle cloud. Data can then be forwarded to Google Cloud Pub/Sub and stored in Firebase, enabling cloud-based monitoring and alerting.
Asset tags like the Kontakt.io S18-3 are used to broadcast temperature data, which is captured by Particle devices at regular intervals. The blueprint includes code for setting up the BeaconScanner library to collect and publish this data to the Particle cloud for further processing.
This solution is suitable for applications requiring cold chain monitoring, such as logistics, healthcare, and food storage, allowing for easy integration with Google Cloud for data storage and alerting on temperature thresholds.