Thanks to visit codestin.com
Credit goes to github.com

Skip to content

eskilblomfeldt/iot-sensortag

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

sensortag demo from http://code.qt.io/cgit/qt-apps/boot2qt-demos.git/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 63.7%
  • QML 32.6%
  • C 2.5%
  • QMake 1.2%