-
I2C Restrictions
11/12/2019 at 16:06 • 0 comments- I2C cables have to be short otherwise error rate is very high.
- Arduino I2C wire library has 32 bytes of buffer thus overhead has to be very low.
- 32 bytes restriction will likely require packet based communication under the hood.