Deploy a serverless solution that provides real-time temperature monitoring across your entire cold chain. Track environmental conditions continuously with BLE sensors that transmit data every 10 seconds, giving you immediate insights into product quality and compliance.
Overview
This Guidance demonstrates how to implement cost-effective application-based condition monitoring for last-mile logistics using Bluetooth Low Energy (BLE) sensors and AWS services. It helps businesses in agriculture, pharmaceutical, and grocery retail sectors monitor temperature-sensitive goods in small crates with minimal maintenance requirements. The solution shows how to leverage existing Android devices as IoT gateways, integrate with AWS IoT Core for data collection, and utilize Amazon Aurora for auditable record-keeping. Organizations can benefit from the long battery life of sensors, real-time temperature monitoring through web dashboards, and a complete audit trail of order states, all while keeping implementation and operational costs low.
Benefits
Enhance supply chain visibility
Strengthen compliance management
Maintain comprehensive audit trails with automated backups and hash verification in Amazon Aurora PostgreSQL. Every temperature threshold breach and state change is recorded with timestamps, helping you meet regulatory requirements while simplifying compliance reporting.
Streamline field operations
Empower warehouse and delivery personnel with mobile applications that seamlessly connect physical assets to cloud services. The Android gateway application allows staff to scan and match orders to specific sensors via QR codes, reducing manual processes and improving operational efficiency.
How it works
These technical details feature an architecture diagram to illustrate how to effectively use this solution. The architecture diagram shows the key components and their interactions, providing an overview of the architecture's structure and functionality step-by-step.
Step 1
The Data Merge & Alarm AWS Lambda function handles comprehensive processing, managing IoT data ingestion, order management, device assignment, status updates, and maintaining audit trail operations.
Data flows from the Data Merge & Alarm AWS Lambda function to the Table component and connects with Amazon Aurora, managing structured data storage and state records. When there the order state changes (order creation, warehouse pickup, delivery completion, or temperature threshold violations during delivery), it is permanently recorded in the Amazon Aurora PostgreSQL table. These records serve as the definitive source for audit purposes, independent of time-series data in Amazon Timestream.