Skip to content

Latest commit

 

History

History
59 lines (34 loc) · 1.75 KB

jqjcy01ym-ble-api.md

File metadata and controls

59 lines (34 loc) · 1.75 KB

Formaldehyde HCHO Monitor

About JQJCY01YM

  • Honeywell 'Formaldehyde HCHO Monitor' JQJCY01YM are HCHO Monitor
  • Has sensors to relay temperature, humidity and formaldehyde
  • Uses Bluetooth Low Energy (BLE) and has a limited range
  • 2 * AA batteries are used as power source

Features

  • Read real-time sensor values
  • Read historical sensor values
  • Temperature humidity and formaldehyde sensors

Protocol

The device uses BLE GATT for communication.
Sensor values are immediately available for reading.

BLE & GATT

The basic technologies behind the sensors communication are Bluetooth Low Energy (BLE) and GATT. They allow the devices and the app to share data in a defined manner and define the way you can discover the devices and their services. In general you have to know about services and characteristics to talk to a BLE device.

Endianness

Data structure

Bluetooth payload data typically uses little-endian byte order.
This means that the data is represented with the least significant byte first.

To understand multi-byte integer representation, you can read the endianness Wikipedia page.

Services, characteristics and handles

The name advertised by the devices is unknown.

TODO

Historical data

TODO

Advertisement data

JQJCY01YM broadcast service data with 16 bits service UUID 0xFE95 .

Check out the MiBeacon protocol page to get more information on advertisement data for this device.

Reference

[1] -

License

MIT