aconno acnsensa project for iOS devices with iBeacon packets support.

Dependencies:   LSM9DS1 Si7006A20 aconno_SEGGER_RTT aconno_bsp adc52832_common

Committer:
dbartolovic
Date:
Fri Aug 17 10:45:24 2018 +0000
Branch:
sensaformatfix
Revision:
38:c90e1670ffb3
Parent:
8:b2d29ca87103
Added service advertisement to telemetry data

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Dautor 6:51745805d8b0 1 SETTING THE TIMINGS WITH THE FOLLOWING 2 DEFINES
Dautor 6:51745805d8b0 2
Dautor 6:51745805d8b0 3 WAKE_UP_TIME determines how often data is read from sensors
Dautor 6:51745805d8b0 4
Dautor 6:51745805d8b0 5 ADV_INTERVAL determines how often data is advertised, don't go under 100 ms
Dautor 6:51745805d8b0 6
dbartolovic 8:b2d29ca87103 7 These are both defined in /main.cpp
dbartolovic 8:b2d29ca87103 8
dbartolovic 8:b2d29ca87103 9 ACCELERATION FACTOR
dbartolovic 8:b2d29ca87103 10
dbartolovic 8:b2d29ca87103 11 Acceleration value can be calculated from raw sensor value by the following
dbartolovic 8:b2d29ca87103 12 formula:
dbartolovic 8:b2d29ca87103 13 acceleration = raw_value * (correction_factor/2^16)