Skip to content

Releases: gmag11/CayenneLPPdec

Make library compatible with ArduinoJson 6.x.x

30 Apr 16:50
Compare
Choose a tag to compare

Fix library.json

29 Apr 21:29
d01b0a2
Compare
Choose a tag to compare

Bugfix: ArdunioJson dependency was mistyped

Fix Plaform.io definition file

28 Apr 15:48
Compare
Choose a tag to compare

Bug fix

08 Mar 07:50
Compare
Choose a tag to compare

BugFix: ArduinoJSON library was not included on example

First public version

21 Feb 21:40
Compare
Choose a tag to compare

This version supports basic IPSO data types:

Type IPSO LPP Hex Data Size Data Resolution per bit
Digital Input 3200 0 0 1 1
Digital Output 3201 1 1 1 1
Analog Input 3202 2 2 2 0.01 Signed
Analog Output 3203 3 3 2 0.01 Signed
Illuminance Sensor 3301 101 65 2 1 Lux Unsigned MSB
Presence Sensor 3302 102 66 1 1
Temperature Sensor 3303 103 67 2 0.1 °C Signed MSB
Humidity Sensor 3304 104 68 1 0.5 % Unsigned
Accelerometer 3313 113 71 6 0.001 G Signed MSB per axis
Barometer 3315 115 73 2 0.1 hPa Unsigned MSB
Gyrometer 3334 134 86 6 0.01 °/s Signed MSB per axis
Latitude : 0.0001 ° Signed MSB
GPS Location 3336 136 88 9 Longitude : 0.0001 ° Signed MSB
Altitude : 0.01 meter Signed MSB