Comment on Communication protocol suggestion for peer-to-peer device network?
surepancakes@discuss.tchncs.de 1 year agoHmmm… It does tick a lot of the boxes, but the ethernet protocol is way too complex with all of its layers and not reasonably implementable on a low-power microcontroller. Also it requires separate hubs for connecting multiple devices together unlike i2c, which is daisy chainable.
wildbus8979@sh.itjust.works 1 year ago
A lot of microcontrollers, ESP32 or STM32F4 to give two examples, have the PHY built in.