You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to libbu...@googlegroups.com
Glad to see the website is back up!
Is there a method to setup I2C as a slave or is that not yet supported? It doesn't appear to be a common feature, but it would be very helpful.
Datenheld
unread,
Jul 20, 2015, 9:11:30 AM7/20/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to libbu...@googlegroups.com
Hi,
I do not think this is natively supported on Linux. The best one could do is probably a bit banged protocol (aka dirty Hack). It would probably only work for low I2C clockspeeds as well.
Christopher Stack
unread,
Jul 20, 2015, 9:21:02 AM7/20/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
Obviously that's the C example, to get it working in Java I would have to change the device overlay and then there would need to be JNI code that worked with that interface is that right?
The other option I'm looking into is using a I2C slave to UART chip.