Posts by MATHEUS HENRIQUE NASCIMENTO DA • 53 points
3 posts
-
3
votes2
answers838
viewsQ: How to check if server is available before request.urlopen in Python?
I have the following HTTP request code on my server in my python code: import urllib.request import json url= urllib.request.urlopen('http://ENDERECOIP/pasta/arquivo.php') x= url.read() y =…
-
0
votes1
answer102
viewsQ: How to install library on Raspberry without internet?
I have a Raspberry pi 3 without internet access and need to install in it the library RPI.GPIO, I have to download from another machine and pass the library by pendrive. My questions are: Which…
-
2
votes2
answers157
viewsQ: Send data via Arduino serial communication - Raspberry
Good morning, I’m having problems receiving the data that the Arduino is sending, what I want to read the line information, play this information in a variable and compare the values in Raspberry.…