Build Adafruit projects right from Firefox (firefox.com)

89 points by mch82 3 days ago

26 comments:

by nathanmills 2 minutes ago

WebUSB next? I would like to be able to configure my keyboard but it can only be done via their website which requires WebUSB.

by greyface- an hour ago

Mozilla's response to "Request for Mozilla Position on an Emerging Web Specification", June 2020:

> For raw device access as envisioned in a number of APIs (Web USB, Web Bluetooth, Web NFC, and Web MIDI), the risks of exposing those APIs to users cannot be reasonably conveyed. This is pretty much an intractable flaw of allowing raw, non-semantic access to devices regardless of the protocol used to do so.

> The specific issue is: it's not intuitive that allowing malicious-site.com to access your Bluetooth keyboard might give that site access to your stored passwords, give them the ability to hijack your DNS settings, or allow them to encrypt your hard drive and hold it ransom. And if it's not immediately obvious how those things are possible, that only serves to demonstrate how completely non-intuitive the risks are and how intractable trying to explain them in a permission prompt would be.

https://github.com/mozilla/standards-positions/issues/95#iss...

by geekuillaume 5 hours ago

WebSerial was just introduced in Firefox 151. It was already available for 5 years in Chromium based browser. It's so new in Firefox that even caniuse is not up-to-date: https://caniuse.com/web-serial.

by gregstoll 4 minutes ago

(I submitted a PR for caniuse a few days ago :-) https://github.com/Fyrd/caniuse/pull/7523 )

by peesem 3 hours ago

interestingly, MDN web docs claims at the top of the Web Serial page (https://developer.mozilla.org/en-US/docs/Web/API/Web_Serial_...) that Chrome does not support it, even though the support table at the bottom shows that it supports all of the features (Firefox doesn't) and has for longer than Firefox

by atopal 2 hours ago

That's because Chrome on Android has a partial implementation of Web Serial. The banner on top is to get information at a glance vs the detailed breakdown of the compatibility table.

by firesteelrain an hour ago

Edge has had it for a while too.

by lxe 3 hours ago

Woah this is a MASSIVE deviation from FF's previous philosophy on allowing WebSerial. This is a GOOD thing!

by jononor an hour ago

WebSerial in Firefox?! Finally! One of the very few things I use chrome for.

by le-mark 5 hours ago

Using serial comms from the browser is really important in educational robotics programs. Both First and Vex platforms support it. Kids can access the web based coding environment on their chromebooks, and send code to the robots with a usb cable.

We recently restarted our middle school robotics club. The school had a lot of old Vex EDR equipment for which the coding software is windows only so that really limited what we could do related to coding. Glad to see Firefox getting up to speed on this.

by skybrian 5 hours ago

Great to see Firefox getting on board. I wrote an alternative to Arduino's serial plotter that works in Chrome. Hopefully it's not too hard to get Firefox working too? Patches welcome:

https://github.com/skybrian/serialviz

by gregstoll 2 minutes ago

Hopefully it will just work, if not please file a bug! I tested with a variety of hardware and sites but of course I couldn't try everything...

by maxlin 14 minutes ago

Feels a bit out of place that the website tries to aggressively make me download Firefox, with multiple links on the site for it. Like it's the 2000's again and I'd need ActiveX or something. But it's to use a standard.

Sure, the standard is cool, have used it to flash Meshtastic to some LoRa boards, before advancing to use VS Code + ESP-IDF to flash in my own LoRa code.

by nathanmills 4 minutes ago

What makes it aggressive?

by trainyperson 6 hours ago

I used WebSerial + WebSockets during hardware to prototype some connected hardware (on boards that didn’t have WiFi).

Plug in to USB, fire up the web app, and then press a button in NY to light up LEDs in SF – it was exciting stuff!

I never tried actually programming the boards over WebSerial; that obviously opens up many more use cases. I’m thinking about the success that p5.js has had in the creative coding community, largely driven (I think) by a low barrier to entry since it just requires a web browser to get started.

by tech234a 5 hours ago

On iOS the page promotes the App Store version of Firefox, which is based on WebKit and doesn’t support Web Serial.

by darkwater 4 hours ago

Blame Apple for that.

by gblargg 2 hours ago

As long as you can download the environment for offline use.

by cxr 5 hours ago

That's a start at improving something. But it won't rid itself of the Playskool/Fisher-Price gimmick factor or have any lasting effect until we can convince JS developers to write their own tools in a standards-compliant dialect and use standardized APIs so that contributors can use the runtime they already have installed instead of being cajoled and browbeaten into installing NodeJS or Bun or Deno or whatever to do what the browser runtime is perfectly capable of: opening a project directory, executing the code comprising the build script, and outputting the build artifacts when it's done.

by arikrahman 4 hours ago

This is why I use Clojure/ClojureScript to sidestep the issue entirely, while still being able to use the ecosystem if I have to.

by singiamtel 6 hours ago

Amazing feature for beginners. Is it possible to do this using Arduino?

by gregstoll 3 minutes ago

Yup! Arduino is one of the things I tested with. (I worked on this for Mozilla)

by mathgeek 6 hours ago
by Insimwytim 3 hours ago

The design of this webpage is horrendous.

by monegator 3 hours ago

what the fuck since when they are allowing webserial / webusb?

I've always agreed with the reservations about browsers being able to control peripherals. I'd rather download a python script i can inspect.

by Rohansi an hour ago

You could always just not allow any websites to use these features. They require your permission first.

Data from: Hacker News, provided by Hacker News (unofficial) API