Python to read and record SQM-LE data, search saved data and find IP address..


Unihedron Sky Quality Meter with lens and Ethernet (SQM-LE) is used to monitor sky brightness for light pollution analysis.

Here's some codes used to read and record SQM-LE data, search saved data and find IP address.


Google Drive: https://drive.google.com/open?id=1Dfc1mvKKRsWB12AAYpjOnvCekrGP85xh

Below is the example of recorded format in txt files.
15-01-17-Time:22:40 r, 15.54m,0000000052Hz,0000008592c,0000000.019s, 030.9C
15-01-17-Time:22:41 r, 16.21m,0000000050Hz,0000015911c,0000000.035s, 031.5C
15-01-17-Time:22:42 r, 16.41m,0000000025Hz,0000019128c,0000000.042s, 031.9C
15-01-17-Time:22:43 r, 16.30m,0000000027Hz,0000017304c,0000000.038s, 032.2C
15-01-17-Time:22:44 r, 16.37m,0000000025Hz,0000018388c,0000000.040s, 032.5C
15-01-17-Time:22:45 r, 16.43m,0000000024Hz,0000019481c,0000000.042s, 032.8C




 Sample picture for Unihedron SQM-LE



Popular posts from this blog

Accuracy for Logistic Regression model is always lower than using Convolutional neural network

Accuracy 96% with Simple Deep NN using Keras Theano backend for nonMNist alphabet recognition

96.24% accuracy with higher epoch numbers for Convolutional Neural Network

Simple data curation practices using Numpy (Udacity Deep Learning Assignment 1)

Using mini batch SGD Neural Network in Alphabet recognition!

Tower Defense (Endless TD Beta)

Alphabet recognition by using LogisticRegression model from sklearn.linear_model. (Udacity Assignment 1)