ricardoquesada / bluepad32-arduino

Bluepad32 for Arduino NINA-W10 boards
https://bluepad32.readthedocs.io/en/latest/plat_nina/
Other
31 stars 5 forks source link

Compatibility with Arduino Uno R4 WiFi #9

Closed Dario-Ciceri closed 10 months ago

Dario-Ciceri commented 10 months ago

Hi, I would like to know if it is possible to make everything compatible with Arduino Uno R4 WiFi. Thank you

ricardoquesada commented 10 months ago

It should be possible, but it is not supported at the moment

Dario-Ciceri commented 10 months ago

thanks, wanting to try to make it compatible, which file contains the services to check? I can locate the address of the controller, to reuse some of your code, what are the parts needed to connect with the controller and callback calls for the various advertisers?

ricardoquesada commented 10 months ago

Take a look at how Bluepad32 for NINA works

https://github.com/ricardoquesada/bluepad32/blob/main/docs/plat_nina.md

I'm assuming that WiFi R4 uses something similar: SPI to talk to the ESP32-S3... if so, then it should be more or less straightforward...

Dario-Ciceri commented 10 months ago

Take a look at how Bluepad32 for NINA works

https://github.com/ricardoquesada/bluepad32/blob/main/docs/plat_nina.md

I'm assuming that WiFi R4 uses something similar: SPI to talk to the ESP32-S3... if so, then it should be more or less straightforward...

yes perfect, from what i know it uses a serial to communicate with module esp32 so i will try to adapt it, thanks. In case I will send you the code here

ricardoquesada commented 10 months ago

great. yes, feel free to send a pull-request. thanks.