Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raspberry PI as i2c follower? #63

Open
nordseele opened this issue Nov 20, 2020 · 2 comments
Open

Raspberry PI as i2c follower? #63

nordseele opened this issue Nov 20, 2020 · 2 comments

Comments

@nordseele
Copy link

nordseele commented Nov 20, 2020

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.

@golemparts
Copy link
Owner

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!

@nordseele
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Feature requests
  
Awaiting triage
Development

No branches or pull requests

2 participants