Skip to content
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

Open
j3nsykes opened this issue Mar 4, 2020 · 4 comments
Open

Nano 33 iot vs BLE #73

j3nsykes opened this issue Mar 4, 2020 · 4 comments

Comments

@j3nsykes
Copy link

j3nsykes commented Mar 4, 2020

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.

@reillyeon
Copy link
Collaborator

What is the compiler error you are getting?

@j3nsykes
Copy link
Author

j3nsykes commented Mar 4, 2020

Arduino: 1.8.10 (Mac OS X), TD: 1.49, Board: "Arduino Nano 33 BLE"

Multiple libraries were found for "WebUSB.h"
In file included from /Users/j.sykes/Documents/Arduino/webUSB_send/webUSB_send.ino:1:0:
Used: /Users/j.sykes/Documents/Arduino/libraries/WebUSB
/Users/j.sykes/Documents/Arduino/libraries/WebUSB/WebUSB.h:27:10: fatal error: PluggableUSB.h: No such file or directory
#include "PluggableUSB.h"
^~~~~~~~~~~~~~~~
compilation terminated.
exit status 1
Error compiling for board Arduino Nano 33 BLE.

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

I do not have multiple WebUSB libraries installed incidentally.

@reillyeon
Copy link
Collaborator

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.

@j3nsykes
Copy link
Author

j3nsykes commented Mar 4, 2020

no problem thanks!

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

No branches or pull requests

2 participants