corneliusmunz / legoino

Arduino Library for controlling Powered UP and Boost controllers
MIT License
259 stars 34 forks source link

Any plans to support Arduino Uno R4 Wifi? #80

Open SSchwaiger opened 3 weeks ago

SSchwaiger commented 3 weeks ago

I just stumbled over this awesome project and wanted to try it out on my Arduino Uno R4 Wifi. Unfortunately this device is not compatible with this library (and most likely also not with the NimBLE library).

Any plans to port legoino to this hardware platform?

corneliusmunz commented 3 weeks ago

Hi @SSchwaiger ! Thanks for your feedback. The library needs an ESP32 chip with bluetooth onboard. Unfortunately the Uno R4 Wifi has that chip but only as a coprocessor. My library is dependent on the NimBLE library which is relying on the ESP32 platform. So unless NimBLE does not support the R4 Wifi, legoino will also not work and I have currently no plan to support also this HW Platform