aconno acnsensa project for iOS devices with iBeacon packets support.

Dependencies:   LSM9DS1 Si7006A20 aconno_SEGGER_RTT aconno_bsp adc52832_common

readme.md

Committer:
dbartolovic
Date:
2018-08-17
Branch:
sensaformatfix
Revision:
38:c90e1670ffb3
Parent:
8:b2d29ca87103

File content as of revision 38:c90e1670ffb3:

SETTING THE TIMINGS WITH THE FOLLOWING 2 DEFINES

    WAKE_UP_TIME determines how often data is read from sensors
    
    ADV_INTERVAL determines how often data is advertised, don't go under 100 ms
    
    These are both defined in /main.cpp
    
ACCELERATION FACTOR

    Acceleration value can be calculated from raw sensor value by the following
    formula:
        acceleration = raw_value * (correction_factor/2^16)