Closed smalhao closed 5 years ago
Thank you for the Issue! This library has been deprecated in favor of our python3 Blinka library. We have replaced all of the libraries that use this repo with CircuitPython libraries that are Python3 compatible, and support a wide variety of single board/linux computers!
Visit https://circuitpython.org/blinka for more information
CircuitPython has support for almost 200 different drivers, and a as well as FT232H support for Mac/Win/Linux!
I would like to send data of BMP180 sensor between a client and a server with two raspberry pi 3 being that the client when executing the command get the server will give the temperature value to the client. However with the code I build when I execute the get command, the server goes down. I need some help for this topic. My code is as follows:
Server:
Client:
when i run the program in server gives me the error:
import Adafruit_BMP.BMP085 as BMP085 ImportError: No module named 'Adafruit_BMP'
i run the 2 programs in the python IDLE3
i need some help to find the mistake i'm doing