-
Notifications
You must be signed in to change notification settings - Fork 154
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
Document Linux udev setup in README.md #29
Comments
There's a missing step in the setup instructions. On Linux you need to add a file containing the following line to
I'm going to re-purpose this bug for documenting this in README.md. |
Interesting... I already had the following in
Adding the rule you provided with correct Circuit Playground VID/PIDs swapped in...
...definitely gets me further than before. I still don't get a notification from Chrome on plug, but the RGB demo now gets as far as "Connected" and seems to think it's setting LED colors when I move the sliders. Unfortunately nothing seems to actually happen on the board. I'll keep experimenting and post here if I can work out how to control the LEDs. |
If you look in chrome://device-log when you plug in your device there should be a log message explaining why it failed to read the landing page URL. |
I'm having the same problem and adding this line doesn't have any effect. The output of
It seems that my Arduino isn't a member of the "usb subsystem"? Here's what the failures look like from the device-log: I'm using a Feather M0. I did add the relevant Your help would be greatly appreciated. |
I was able to get it to run by following these instructions: https://learn.adafruit.com/adafruit-arduino-ide-setup/linux-setup |
I had a very smooth experience today using only I added
My OS user was already part of the |
Are you open to taking Pull Requests to add this to the README? |
Yes. |
I'm attempting to get the RGB demo up and running with an Adafruit Circuit Playground board. I've already added Circuit Playground's VID and PID to serial.js as mentioned in #13. When I click the "Connect" button I can select my device, but then the error handler prints
SecurityError: Access denied.
The only time
SecurityError
is mentioned in the WebUSB spec is in Section 4 - Device Enumeration under the section starting 'To request the "usb" permission...'I'm definitely interacting when this error occurs, so I'm not sure where my setup is going wrong.
--enable-experimental-web-platform-features
and--enable-features=WebUSB
USBCore.h
to enable USB 2.1.Any ideas? Thanks!
The text was updated successfully, but these errors were encountered: