SRK Version of mDot LoRa_Sensormode_SRK

Dependencies:   libmDot mbed-rtos mbed

Fork of mDot_LoRa_Sensornode by Adrian Mitevski

Files at this revision

API Documentation at this revision

Comitter:
skramer
Date:
Mon Aug 15 18:57:35 2016 +0000
Parent:
5:cbf3fce508e1
Commit message:
Uptodate with last changes

Changed in this revision

app/ApplicationConfig.cpp Show annotated file Show diff for this revision Revisions of this file
app/BME280.h Show annotated file Show diff for this revision Revisions of this file
--- a/app/ApplicationConfig.cpp	Sun Aug 14 22:58:54 2016 +0000
+++ b/app/ApplicationConfig.cpp	Mon Aug 15 18:57:35 2016 +0000
@@ -425,7 +425,7 @@
 		setStateTaskGPS(SLEEPING);
 		setStateTaskLoRaMeasurement(SLEEPING);
 		setMAX44009_MODE(MAX44009_MODE_1);
-		setBME280_MODE(BME280_MODE_1);
+		setBME280_MODE(BME280_MODE_0);
 		setMPU9250_MODE(MPU9250_MODE_1);
 		setSI1143_MODE(SI1143_MODE_3);
 		setuBlox_MODE(uBLOX_MODE_3);
--- a/app/BME280.h	Sun Aug 14 22:58:54 2016 +0000
+++ b/app/BME280.h	Mon Aug 15 18:57:35 2016 +0000
@@ -12,7 +12,7 @@
 #define APP_BME280_H_
 
 
-#define BME280_SENSOR_ADDRESS 		0b11101100	/**< Sensor address */
+#define BME280_SENSOR_ADDRESS 		0b11101110	/**< Sensor address */
 #define BME280_SENSOR_ID			0xD0		/**< ID of BMP280 */
 #define BME280_SENSOR_RESET			0xE0		/**< Reset sensor */
 #define BME280_SENSOR_CTRL_HUM		0xF2		/**<  */