Closed toptensoftware closed 1 year ago
Unfortunately this is not supported by the I2C slave hardware in the RPi and will not work.
Thanks Rene, no problem. Thought I'd ask anyway.
(perhaps a note in the docs/code to that effect?)
I will add a note.
The note is in the header file on the develop branch and will be added to the docs later.
It seems the I2C Slave support in circle doesn't receive general call messages (ie: messages sent from master to address 0). see here
If I open the slave on address 0 I get the broadcast messages, but then not the addressed ones?
Is it possible to get this to work with both broadcast and addressed messages?