Let's assume I have a system of four Teensy 4.0 or 4.1. They are close together on the same board, and some communication is required between them:
Teensy 1 sends (the same) 8 bytes to Teensy 2, 3 and 4.
Teensy 2 sends (the same) 8 bytes to Teensy 1, 3 and 4.
Teensy 3 sends (the same) 8 bytes to Teensy 1, 2 and 4.
Teensy 4 sends (the same) 8 bytes to Teensy 1, 2 and 3.
The whole data exchange must run as fast as possible. Almost all pins are available, except one I2C bus. How would you do this?
Thanks,
Michael
Teensy 1 sends (the same) 8 bytes to Teensy 2, 3 and 4.
Teensy 2 sends (the same) 8 bytes to Teensy 1, 3 and 4.
Teensy 3 sends (the same) 8 bytes to Teensy 1, 2 and 4.
Teensy 4 sends (the same) 8 bytes to Teensy 1, 2 and 3.
The whole data exchange must run as fast as possible. Almost all pins are available, except one I2C bus. How would you do this?
Thanks,
Michael