Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arduino Uno R4 WiFi Compatibility #621

Open
Dario-Ciceri opened this issue Dec 22, 2023 · 3 comments
Open

Arduino Uno R4 WiFi Compatibility #621

Dario-Ciceri opened this issue Dec 22, 2023 · 3 comments

Comments

@Dario-Ciceri
Copy link

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.

@h2zero
Copy link
Owner

h2zero commented Dec 29, 2023

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

@Dario-Ciceri
Copy link
Author

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

@fstrugar
Copy link

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants