rppal icon indicating copy to clipboard operation
rppal copied to clipboard

Raspberry PI as i2c follower?

Open nordseele opened this issue 3 years ago • 2 comments

Hi, Using Rppal, is it possible to make the Raspberry Pi (3B or Zero) act as a i2c follower too ?

I know that kind of behavior is possible with the Pigipio library and its Bsci2c function (or bscxfer) but now that I've switched to Rust I'm wondering if something similar is possible with Rppal too.

Thank you.

nordseele avatar Nov 20 '20 13:11 nordseele

Thanks for the suggestion! Theoretically if pgpio can do it, so could rppal. However, one of the main differences with rppal is that the pigpiod daemon the client communicates with runs with superuser privileges, which is something I've been actively trying to avoid, but might be the only way to accomplish this. I'll add it to the list of feature requests and will look into it more once 0.12.0 has been released.

Considering this issue was opened several months ago, you may have already figured out how to do this in Rust. If so, I'd love to hear it!

golemparts avatar Feb 14 '21 16:02 golemparts

Thanks for your reply. No, I didn’t really look any further how to do that with Rust, I asked on the official forum but didn't get any answer. In the meantime, I split my program in two, on one hand the program coded in Rust and on the other a C++ program running alongside and using the Pigpio library to handle the "i2c follower" side.

But I still use Rppal for sending data on the i2c bus and it would be great to be able to group everything in the Rust program. Glad to read that you're considering this feature for a future version of Rppal. I hope it's feasible. Thank you very much.

nordseele avatar Feb 14 '21 17:02 nordseele