
fredebec
France
Asked
Hi,
I have successfully connected ARC to the Pi using the EZBPi server, but I don't understand how to access the GPIOs of the Pi. If I want to set or read a digital port, how do I know which port in ARC correspond the right GPIO pinout?
Related Hardware Raspberry Pi
Related Controls
Read Digital
Set Digital
@fredebec what you are describing is very similar to the behavior of the old firmware. Reading a port used turn it off. Can you please report the version that is running on your Pi? The version is in the first lines that EZBPi.exe prints to the console when you run it.
@amin, I have the last version. The first line says: "Raspberry EZBPi Version: 2019.8.27.1"
@ptp, here we go:
@fredebec I did more tests and couldn't reproduce this issue even after updating my rpi.gpio package to match yours. Can you please run EZBPi in verbose (with --verbose) and try to set the port and copy paste whatever is printed on EZBPi console?
@amin, I am afraid that it is not so verbose...
Here is what happens if I set the port on & off and disconnect
Here is what happens if I do the same but with the "read digital" control
Also, I don't know if it is off any help, but when I run the EZBPi server, I can still run the Pi commands
and successfully switch on the led, without any interference or impact on the EZBPi server or ARC...
Hi,
Just for you to know, I am still not able to use the Digital control...
Another thing I have observed is that there is a 1-2 seconds latency when I use the PiCamera through ARC. There is no latency when I use a PiCam program. So, not much luck for me with the EZBPiServer so far...
@Fredebec: I have the same issue digital ports don't work too.
I wrote an EZB Server version codename:Blueberry Server inline with Raspberry and B for Blueberry
Check the instructions: https://synthiam.com/Firmware/EZB-Server-BlueBerry-Server-DBJJ5DRNAAH
Audio is supported, but is deactivated on the code.
If you want explore more my implementation drop some posts on the above thread.
@ptp
Cool, thanks. For sure, I am going to test it. See you on the other thread...