What are some interesting uses of WebUSB you have come across?
21–30 of 101 posts
Re: What are some interesting uses of WebUSB you have come across?
#22This is cool, but both safari and firefox will not implement it: https://usefulangle.com/web-updates/post/80/firefox-decines-... I assume this is because of security concerns.
To be fair I'm still exploring it, once you choose a USB device when prompted, is that access for the session or longer?
Re: What are some interesting uses of WebUSB you have come across?
#23Does a device need to specifically support WebUSB, or will it work with any USB device so long as the web page supports it? Or is it the browser that needs to support the device? I found contradictory information on this when searching.
Re: What are some interesting uses of WebUSB you have come across?
#24Does a device need to specifically support WebUSB, or will it work with any USB device so long as the web page supports it? Or is it the browser that needs to support the device? I found contradictory information on this when searching.
On the USB device you can implement the WebUSB descriptor to link to your own website. This will give a notification on your desktop to open your website.
Re: What are some interesting uses of WebUSB you have come across?
#25Does a device need to specifically support WebUSB, or will it work with any USB device so long as the web page supports it? Or is it the browser that needs to support the device? I found contradictory information on this when searching.
Should work with any device. The web page needs to implement the driver/protocol to communicate with the hardware.
Re: What are some interesting uses of WebUSB you have come across?
#26https://gist.github.com/alexanderson1993/5e280410dd10639555b...
Re: What are some interesting uses of WebUSB you have come across?
#27Re: What are some interesting uses of WebUSB you have come across?
#28Web based esp32 flasher, specifically for squeezelite-esp32 https://sle118.github.io/squeezelite-esp32-installer/
Re: What are some interesting uses of WebUSB you have come across?
#29For instance configure a thumb drive to be storage for a WebApp and the landing page is the WebApp itself. Is this this easily doable (as a file on the drive with WebUSB info) or would it require diving into the thumbdrive firmware itself.
Re: What are some interesting uses of WebUSB you have come across?
#30I just wish that VIA was a bit more robust, particularly around macros... I want to do something that does separate key down and key up events with pauses between. Unfortunately, VIA doesn't do that. And worse, my keyboard (Keychron K3 Pro) doesn't yet have a public firmware build for QMK, so I can't do it directly in there either...
(I'm trying to write a macro for blanking the screen in macOS. Normally this is ctrl-shift-eject with eject held for a brief moment, but a macro of that rarely works from VIA. It needs a little delay at the end. If I add a no-op key to the end it then works, but also leaves ctrl and shift stuck down until I manually press each of them, which is no good.)