Simultanious communication over multiple I2C busses on a Teensy 4.1

DaniO

Member
Hi,

I'm using the Wire library on a Teensy 4.1 with several I2C sensors on a single bus, but the sampling rate is too slow for what I need.
I tried to divide the sensors over 3 separate busses, but the sampling rate did not increase much.

The oscilloscope shows that the Teensy communicates over each bus sequentially.
Is there a way that the Teensy 4.1 can communicate over multiple busses at the same time?

Thanks,
Dani
 
Back
Top