Coder Social home page Coder Social logo

Comments (5)

sayanee avatar sayanee commented on May 14, 2024 1

@armsp What is your vendorID and productID using lsusb command on Ubuntu when you connect the board to your laptop?

The RGB demo calls serial.js which has a specified list of vendorID and productID and your board must match, else it will say No compatible devices found.

image

Just a hunch on why it is probably not working 😅

from arduino.

armsp avatar armsp commented on May 14, 2024 1

It worked !! You are a rockstar @sayanee

from arduino.

reillyeon avatar reillyeon commented on May 14, 2024

@sandeepmistry for the SAMD support. I am not familiar with these boards.

This library uses the Arduino USB stack, not TinyUSB. Adafruit's video links to this example code for using WebUSB with TinyUSB.

from arduino.

armsp avatar armsp commented on May 14, 2024

@sandeepmistry any hint on this?
So far I have tried -

  1. Adding the udev rule as mentioned here in a file 50-adafruit_m0_express.rules -
    SUBSYSTEM=="usb", ATTR{idVendor}=="2341", MODE="0664", GROUP="plugdev"
  2. Added my user to plugdev
  3. Started Chrome with --disable-webusb-security

Still then my browser doesn't recognize my Feather M0 Express. Even the Adafruit's own examples pointed by @reillyeon don't work. All I see is this -
webusb

from arduino.

armsp avatar armsp commented on May 14, 2024

My vendorId is 0x239A and productId is 0x801B. Does serial.js check for both productId and vendorId cause the vendorId matches with the last two values - Adafruit ItsyBitsy 32u4 - but the productId doesn't match with anything.

from arduino.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.