We added a flash server sample into the python code at https://github.com/pcduino/python-pcduino. After we clone it the navigate to the directory named ‘hello-temp’ and run the server by typing:
$sudo python ./hello-temp.py
Now we can read different sensors outputs from another computer’s web browser.
For example, if the IP address of the target pcDuino3 found by ‘ifconfig’ is 192.168.1.172.
1. Check time:
2. Check temperature:
3. Check light brightness:
4. Check humidity:
Leave a Reply
You must be logged in to post a comment.