NHacker Next
  • new
  • past
  • show
  • ask
  • show
  • jobs
  • submit
Build Adafruit projects right from Firefox (firefox.com)
skybrian 3 minutes 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

tech234a 3 minutes ago [-]
On iOS the page promotes the App Store version of Firefox, which is based on WebKit and doesn’t support Web Serial.
geekuillaume 25 minutes 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.
cxr 19 minutes 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.
trainyperson 1 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.

singiamtel 1 hours ago [-]
Amazing feature for beginners. Is it possible to do this using Arduino?
mathgeek 1 hours ago [-]
Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact
Rendered at 18:22:53 GMT+0000 (Coordinated Universal Time) with Vercel.