To see more JOM Software applications, click here.
Download: sensor_analyzer_v2_0_0.sis v2.0 (black UI, SIS file) sensor_analyzer.py v1.2 (white UI, source code only) | Sensor AnalyzerSensor Analyzer is a little tool to experiment how built-in sensors work in your device. You can see in real-time how your beloved phone reacts to shakes, tilts, rotation and changes in position. InstallationDownload: sensor_analyzer_v2_0_0.sis for PyS60 1.4.5 to be used on any Nokia non-touch UI device. This application uses Sensor API, which exists only in Nokia N95, N82, N93i and 5500 devices. Make sure you install this on same disk as PyS60 runtime. I used memory card, no problems. NOTE: this application does NOT work with Sensor Framework. Version which supports Sensor Framework and Touch UI will be released after PyS60 1.9.7. Main Features
Version HistoryVersion 2.00, release date 2009-11-27
Sample Code (1.2)
Sensor AnalyzerCan be used to see what kind of raw data values Sensor API gives, when you move, turn and shake the device. First bar is data_1 (RED), second bar is data_2 (GREEN) and third bar is data_3 (BLUE). At top you see max value for each data and at bottom min value. Bottom row shows current value for each. You can reset the recorded max/min limits by pressing zero number key at any time. Uses cases:
Usage - Keyboard shortcuts:
1 - Toggle data channel 1 on/off Initial AnalysisSensor API callback receives following data (sample): {'data_3': -287, 'data_2': -10, 'data_1': -31, 'sensor_id': 271003684}
|
(C) 2008-2009 Jouni Miettunen