-
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
Not working with Seeeduino XIAO #91
Comments
Hi, If your board is not detected, something is wrong with the installation of webusb. Zadic will not help. You need to uninstall whatever Zadic has installed for you. If you are using Xiao, it will be easier to use TinyUSB with WebUSB. First you need to install the driver from Seeed Then Read how to use Tinyusb for Xiao Then read how to use WebUSB in TinyUSB Hope this helps. |
@jpliew, Thanks , I will try as you advised. |
@jpliew , I went through all steps you advised and tried webUSB example form https://learn.adafruit.com/using-webusb-with-arduino-and-tinyusb?view=all |
@ratheeshpv from your description here adafruit/Adafruit_TinyUSB_Arduino#140 I think you have an installation problem. The error message is not upload problem, it was compilation problem. The XIAO board should be able to use the library properly, they just not willing to support board bought from others. I did the same and I was able to compile webusb_rgb properly I would suggest you try on another computer follow this steps
DO NOT PROCEED until you get the above working.
|
@jpliew Thank you for your help, I will try this and let you know. |
Hi @jpliew
I don't know, what wrong I made, Please help me to solve this error Thanks |
Hi @jpliew In another computer (my brother's ) , didn't do step 3 because, he doesn't have board, Note: the XIAO board I was installing from 'Boards Manager' (because I couldn't get with with JSON). I think all others I done as you said Thanks |
@jpliew here is the messages, thanks |
Your library for Adafruit_TinyUSB is corrupted, please see line 1 from your debug
It should be
You should
Then follow my previous steps and report your result. |
Hi @jpliew
C:\Users\sanujadithya\Downloads\arduino-1.8.16-windows\arduino-1.8.16\arduino-builder -dump-prefs -logger=machine -hardware C:\Users\sanujadithya\Downloads\arduino-1.8.16-windows\arduino-1.8.16\hardware -hardware C:\Users\sanujadithya\AppData\Local\Arduino15\packages -tools C:\Users\sanujadithya\Downloads\arduino-1.8.16-windows\arduino-1.8.16\tools-builder -tools C:\Users\sanujadithya\Downloads\arduino-1.8.16-windows\arduino-1.8.16\hardware\tools\avr -tools C:\Users\sanujadithya\AppData\Local\Arduino15\packages -built-in-libraries C:\Users\sanujadithya\Downloads\arduino-1.8.16-windows\arduino-1.8.16\libraries -libraries C:\Users\sanujadithya\Documents\Arduino\libraries -fqbn=Seeeduino:samd:seeed_XIAO_m0:usbstack=tinyusb,debug=off -vid-pid=2886_802F -ide-version=10816 -build-path C:\Users\SANUJA |
Hi @ratheeshpv please try
I believed Xiao TinyUSB stack has a conflict with the new Adafruit TinyUSB library. |
Hi @jpliew Thanks |
Hi, Someone can help ? My config:
the sketch
The build output
|
I followed all instructions as in https://github.com/webusb/arduino, to work WebUSB with my 'Seeeduino XIAO' board,
Modified landing address to, WebUSB WebUSBSerial(1, "localhost:8888");
I can upload the sketch by using board 'Seeeduino femto' and 'Arduino USB'
Opened the html after adding VID and PID, on local like, "file:///C:/Users/......."
But showing "No device found"
In device manager 'Seeeduino fermto M0' driver was not installed, So I installed 'Zadic' to install the driver to 'WinUSB (V6.17600...)', but the result is same
I am using windows 7
chrome is 96.0.4664.45 (64bit)
Arduino 1.8.13
Please help anybody to solve this issue,
Thanks in advance
The text was updated successfully, but these errors were encountered: