aconno acnsensa project for iOS devices with iBeacon packets support.

Dependencies:   LSM9DS1 Si7006A20 aconno_SEGGER_RTT aconno_bsp adc52832_common

Revision:
36:9e40cdef6bd6
Parent:
34:714dfddf2cd9
diff -r 5d8baeb4c801 -r 9e40cdef6bd6 config/aconnoConfig.h
--- a/config/aconnoConfig.h	Mon Aug 06 16:10:04 2018 +0200
+++ b/config/aconnoConfig.h	Wed Aug 08 14:29:44 2018 +0000
@@ -18,7 +18,7 @@
 #define RSSI_INIT	(-1)
 
 #define UPDATE_SENSORS_TIME_MS			(1000)
-#define V0 0.47    /* In volts */
+#define V0 0.50    /* In volts */
 #define TC 0.01    /* In volts */
 #define VCC (3.6)
 #define VALUE_TO_PERCENTAGE (100)
@@ -37,7 +37,7 @@
 #define DEBUG_PRINT     	(1)
 #define SLEEP_TIME      	(0.150)          /* Sleep time in seconds 		*/
 #define WAKE_UP_TIME    	(1)          /* Awake time in ms 			*/
-#define ADV_INTERVAL    	(500)           /* Advertising interval in ms 	*/
+#define ADV_INTERVAL    	(1000)           /* Advertising interval in ms 	*/
 #define CALIBRATION_STEPS 	(20)
 #define TX_POWER_DB      	(4)
 #define INVERT_AXES			(1)