summaryrefslogtreecommitdiffstats
path: root/tradeshow/iot-sensortag/README
diff options
context:
space:
mode:
authorOtto Ryynänen <otto.ryynanen@qt.io>2016-12-02 13:53:22 +0200
committerOtto Ryynänen <otto.ryynanen@qt.io>2017-01-30 13:49:33 +0000
commit31bf214d734c6d7ac8773eb97911219825579ae5 (patch)
tree255b652f17560f1b16c6d2b98961097b6a4f7457 /tradeshow/iot-sensortag/README
parent99fd61e44216bc76f211f1c3bca9172172eef340 (diff)
Added IoT SensorTag demo to tradeshow
iot-sensortag folder added. This is project originally from consultacy repo, moved to here. It's a cross-platform app that shown multiple data values from TI CC2650 SensorTag. Change-Id: I648464ed9a8253e5069bc6fd59e8b92128b60adc Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io>
Diffstat (limited to 'tradeshow/iot-sensortag/README')
-rw-r--r--tradeshow/iot-sensortag/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/tradeshow/iot-sensortag/README b/tradeshow/iot-sensortag/README
new file mode 100644
index 0000000..8c83e7e
--- /dev/null
+++ b/tradeshow/iot-sensortag/README
@@ -0,0 +1,11 @@
+This is a work-in-progress project targeted for Embedded World conference 2017. With the application you can read sensor information and publish it to the Microsoft Azure cloud service for clients to read it. There is three form factors supported for the client device, and the correct form factor is automatically determined by the screen dimensions.
+
+Data is published to the cloud when the application is run either in sensor or mock mode.
+
+Usage: SensorTagDemo --source[=cloud]
+
+--source cloud sensor data is read from cloud
+ sensor sensor data is read from a Bluetooth sensor
+ mock sensor data is read from a mock data provider
+
+You can also set the environment variable QT_IOS_DEMO_NO_FULLSCREEN to force the application not to go to fullscreen mode. In this case the application is drawn in a window with dimensions specific to the selected screen form factor. Note: this setting is mainly intended for development purposes.