ChevalierLouis

Results 21 comments of ChevalierLouis

Ok so now the server start but it automatically eject the raspberry of the network

I have the same problem on the pi 4

I have found the issue: the wiring of the raspberry pi 4 and the comput module 4 aren't the same as the pi 3, to resolve this I have to...

Hello 👋 back again So the server run, but the client have an error Traceback (most recent call last): File "time_client.py", Line 1, in Import vxi11 ModuleNotFoundError:No module named 'vxi11'

Just a question is it possible to control Raspberry Pi GPIOs ? How can I do that ? Something like default_instr.write('pin1:on') but have success to communicating Louis.

Hello this is what I've done for now https://github.com/ChevalierLouis/vxi11-gpio-device

Yes it's what I would like to replace requests/flask with vxi, in fact this is my 2nd or 3rd program in python usually I use arduino esp, I write code...

I will try this tomorrow I am a bit tired. Thanks

for the lib I use the one on the link from your read.me

So I have made this and it works (what did you think?) def device_write(self, opaque_data, flags, io_timeout): # 11 error = vxi11.ERR_NO_ERROR if False: error = vxi11.ERR_IO_TIMEOUT elif False: error...