You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello I have multiple attiny85 all on the same i2c lines as slaves each with a unique address. However there seems to be an error where the i2c line appears to keep hitting the reset condition if they don't receive thier address. While going through the library I couldn't find the part of the state machine that handled ss_state=ss_state_address_not_slected (line 236) and was curious why the twi_reset_state(); (line 235) was needed as it would only disrupt the i2c line whilst other devices are being communicated with.
I would love your thoughts and on this. Thank you.
The text was updated successfully, but these errors were encountered:
@Drakehornbridge have you found a solution for this problem?
Going trough the same.. @eriksl Please could you explain why bus reset is needed if address is different?
When i power on both of the attinys at the same time both SDA and SCL lines keep reseting on an infinite loop until the master tries to comunicate and then all slaves stop communicating.
Hello I have multiple attiny85 all on the same i2c lines as slaves each with a unique address. However there seems to be an error where the i2c line appears to keep hitting the reset condition if they don't receive thier address. While going through the library I couldn't find the part of the state machine that handled ss_state=ss_state_address_not_slected (line 236) and was curious why the twi_reset_state(); (line 235) was needed as it would only disrupt the i2c line whilst other devices are being communicated with.
I would love your thoughts and on this. Thank you.
The text was updated successfully, but these errors were encountered: