BitMaker-hub / NerdMiner_v2

Improved version of first ESP32 NerdMiner
Other
1.5k stars 268 forks source link

Suggestion: Ethernet support #143

Open John-By opened 1 year ago

John-By commented 1 year ago

I suggest to implement ethernet support, so we don't have to rely on wifi entirely. This could be provideded eg. by a W5500 module, if some advanced networking functionalities should be offloaded from the esp32, or a simple external phy if the internal mac should be used. Another advantage would be an easy power supply in case poe is available.

BitMaker-hub commented 1 year ago

Thank you very much, this is a really good improvement. I'll take a look

John-By commented 1 year ago

Thank you very much, this is a really good improvement. I'll take a look

Thank you for your response.

Using the internal mac might reduce developement effort, as everything is already implemented for wifi and it is likeley that at least manufacturer provided HAL and drivers (if available) are pretty similar.