Cold-chain
Cold-chain container setup
GPS + temperature on the same shipment, with MoH-grade compliance reports.
What you need
GPS tracker
Concox AT4 (battery, IP67) for trailer/container. OR Teltonika FMB920 wired into reefer power for trucks.
Temperature probe
ESP32 + DS18B20 (Trakora pre-built) OR Inkbird IBS-TH2 BLE logger paired to FMB920.
Mounting kit
Magnetic bracket for steel container, weatherproof enclosure, 10m cable for probe inside container.
Setup options
Option A — Reefer truck (24V powered)
Best for refrigerated delivery trucks (Tanga Fresh, Wami, fish, vaccines).
- Install Teltonika FMB920 wired to truck 24V power (5 min for an installer).
- Run probe cable (DS18B20) into the cargo box. Splice into FMB920's analog input or use 1-Wire interface.
- Configure FMB to send temperature value as IO #66 (or similar).
- In Trakora: add device with IMEI. Sensor auto-appears under /sensors.
- Set min/max thresholds (typical: 2°C–8°C for vaccines, 0°C–4°C for dairy, -18°C+ for frozen).
- Define rule:
temperature > max sustained 5min → SMS QA + push to dispatcher.
Option B — Reefer container (battery-powered)
Best for shipping containers — Maersk, MSC, CMA-CGM reefer boxes that travel on rail/truck/ship.
- Magnet-mount Concox AT4 to the container's outside corner (steel-friendly). Battery lasts 30+ days at 4 pings/day.
- Install Trakora ESP32 probe inside the container, powered by the container's 24V reefer outlet.
- Probe POSTs temperature every 60s to
/api/sensor/readingover 4G via the AT4's BLE-bridged Wi-Fi share. - In Trakora: register both as a single Asset of
type=containerwith two Tags (gps + ble probe). - Compliance reports under /m/coldchain/excursions show exactly when temperature breached, for how long, by how much.
Option C — Standalone BLE logger (cheapest)
For low-budget or short-haul trips. Single device, no GPS.
- Drop an Inkbird IBS-TH2 logger inside the container.
- At depot: pair with the dispatcher's phone via Bluetooth — phone uploads readings to Trakora when in range.
- You get full temperature curve but only at depot scan-time (no live in-transit data).
- Best for last-mile cold delivery where the truck returns to depot daily.
In Trakora dashboard
- Add the container as an Asset: /assets → New asset → type=
container→ name=CMA-CGM-12345. - Tag it: Add a
gpstag (the IMEI) and aimeitag for the temp probe (its serial). - Provision sensor: /sensors → New sensor → kind=
temperature→ unit=°C → min/max=2/6. - Wire to module: Org → Settings → enable
coldchainmodule if not already on. - Set rule: /rules → New rule → trigger=Sensor temperature breach → conditions
{ sensorKind: 'temperature', max: 6, sustainMinutes: 5 }→ actions [push, SMS to dispatcher, email to QA]. - Watch live: /sensors for graph; /m/coldchain for module overview; /map for GPS.
Compliance: MoH / dairy audit
For pharma, vaccines, and dairy, regulators want a continuous temperature log per shipment. Trakora exports this from /api/m/coldchain/report?sensorId=X&format=csv — every reading + computed breach windows. PDF version coming Phase 8.