gzweigle / DIY-Grand-Digital-Piano

Building a hybrid MIDI digital piano
https://www.youtube.com/@gzpiano88
GNU General Public License v3.0
44 stars 3 forks source link

DOC: ethernet connection #98

Closed davidedelvento closed 10 hours ago

davidedelvento commented 2 weeks ago

It is unclear how ethernet connection is supposed to happen. I see three possible options:

Any of these solutions would be totally fine, but it needs to be documented which one is the appropriate one (I have not tried it yet at time of writing)

gzweigle commented 10 hours ago

Added Ethernet connection documentation.

davidedelvento commented 10 hours ago

Oh, I see so now you send all keys rather than just 12, very nice, given that the bandwidth allow that!

More strictly on my own question, I studied Teensy hardware and software, and it supports automatic crossover so you basically connect it to either a switch or a computer directly, and its own firmware (not the one you wrote) interacts with its own hardware and automatically senses which lines are for transmit and which ones are for receive. So you can

You might want to add this clarification too in the docs

gzweigle commented 23 minutes ago

re-opening to remind myself to make this change