Tempivo Help

Sensor beacon SDK

Decode Tempivo sensor BLE advertisements on Node, Android, and iOS

Decode Tempivo sensor BLE advertisements in your own apps with the @tempivo/sensor-beacon SDK, without GATT pairing.

What it does

Sensors broadcast measurements as BLE manufacturer data (company ID 0x026C). The SDK parses these frames into typed measurements such as temperature and humidity, including split-frame caching for newer firmware.

Platforms

  • Node and TypeScript: npm package @tempivo/sensor-beacon.
  • Android: AAR library.
  • iOS: Swift Package.

See the package README for installation and code samples on each platform. BLE listening only requires a device near the sensors; no cloud API key is needed for decoding.

How is this guide?

On this page