-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Nano 33 iot vs BLE #73
Comments
What is the compiler error you are getting? |
Arduino: 1.8.10 (Mac OS X), TD: 1.49, Board: "Arduino Nano 33 BLE" Multiple libraries were found for "WebUSB.h" This report would have more information with I do not have multiple WebUSB libraries installed incidentally. |
According to the tech specs the Nano 33 BLE has native USB support in the nRF52840 chip while the Nano 33 IoT uses a SAMD21 chip. It doesn't look like the PluggableUSB library is supported on the Nordic chip yet. |
no problem thanks! |
I see the Arduino Nano 33 iot listed as a compatible board. Is there a reason the 33 Nano BLE is not ? I cannot get it to compile with the latter board but wondering if there is a change to a .h file I can make which would make it compile.
The text was updated successfully, but these errors were encountered: