Ethernet Daisy Chain with Teensy 3.6

Status
Not open for further replies.

Gagan Khandate

New member
I looking to build a daisy chain architecture with a bunch of Teensy 3.6 boards. I am exploring Ethernet as an option due to the potential for high speeds ( > 5Mb/s) . A 3-port Ethernet switch is required to do this. One port of the switch directly connects to the Teensy 3.6 while the other two serve as Input and Output. The Output of one "node" connects to the Input of the next node in the daisy chain.

The best switch, with a size comparable to that of the Teensy 3.6 board, I found so far is AC320004 from Microchip. It is a board meant to be used with PIC32 Ethernet Starter Kit. I am looking answers for the following questions in particular but would happy to get any useful information.

1. Can I use this AC320004 board with Teensy 3.6? What are the things that I need to look at to validate this?

2. Is there any other small size Ethernet Switch that is compatible with Teensy 3.6? If there is one, what are the programming challenges?

PS: I am new to Teensy and Ethernet worlds. :p

Thanks in advance!
 
I would think that it would make more sense to use an Ethernet hub and either send and receive messages straight to each Teensy 3.6’s MAC address or send as a broadcast message and depending on the content of the message each Teensy will respond accordingly. That way each Teensy can communicate with whatever Teensy it wants to and you can easily add more Teensy 3.6’s onto the hub to expand it more. The current Ethernet library for the Teensy 3.6 with a Wiznet850io module can achieve local communication upwards of a 1Gb/s if I’m reading correctly.
 
How many remote points and what distances? Only Teensy to Teensy communications? Wondering if the T_3.6 USB HOST capability might offer a way to link them?
 
Status
Not open for further replies.
Back
Top