NimBLE-Arduino icon indicating copy to clipboard operation
NimBLE-Arduino copied to clipboard

Arduino Uno R4 WiFi Compatibility

Open Dario-Ciceri opened this issue 2 years ago • 3 comments

Hi, I wanted to know if there is even the slightest of possibilities to use the Arduino Uno R4 WiFi BLE stack with Nimble or if I have to go directly through ArduinoBLE, I have some codes with Nimble that I would like to use but at the limit I will have to rewrite everything for ArduinoBLE. Thanks for the wonderful work so far in any case.

Dario-Ciceri avatar Dec 22 '23 22:12 Dario-Ciceri

Hello, thank you for asking. Unless drivers are available for the Uno/NimBLE then I will not be able to support it.

h2zero avatar Dec 29 '23 05:12 h2zero

I know that there's something called spi_dvr.h if I'm not wrong which is used to communicate with the Esp32 chip

Dario-Ciceri avatar Dec 29 '23 19:12 Dario-Ciceri

Is HCI the layer that ArduinoBLE uses to communicate with ESP32? (https://github.com/arduino-libraries/ArduinoBLE/blob/master/src/utility/ATT.cpp seems to rely on https://github.com/arduino-libraries/ArduinoBLE/blob/master/src/utility/HCI.h ?) I don't know if that's of any help...

fstrugar avatar Jan 21 '24 23:01 fstrugar