Deep Dive w/Scott: Javascript WebSerial episode artwork

EPISODE · Jul 9, 2021 · 1H 58M

Deep Dive w/Scott: Javascript WebSerial

from Adafruit Industries · host Adafruit Industries

Join me (Scott) as I answer questions and works on webserial and Javascript. I'm sponsored by Adafruit to work on CircuitPython. Support them, and by extension me, by purchasing hardware from https://adafruit.com Chat with me and lot of others on the Adafruit Discord at https://adafru.it/discord. Deep Dive happens every week. Normally Fridays at 2pm Pacific but occasionally shifted to Thursday at 2pm. Typically goes for two hours or more. Questions are welcome. Next week will be on Friday as well. 0:00 Getting started 0:07:15 housekeeping 0:09:25 What would be the most expensive board? 0:12:20 Does CP slow down the microcontroller. 0:13:36 explain Circuit Playground Express pinout ‘legend’ https://cdn-learn.adafruit.com/assets/assets/000/047/156/original/circuit_playground_Adafruit_Circuit_Playground_Express_Pinout.png?1507829017 0:27:04 is there a way to change Io that has specific functions like using a crossbar or IOMUX in the SAMD outside of bootloader settings? 0:29:04 Dive into SAMD hal busio i2c 0:32:00 ~ CP ‘bootloader’ 0:32:43 CP essentials guide i2c - list all combinations if I2C 0:34:31 CP bug#4638: I2C_STEMMA vs STEMMA_I2C? ( how does board.i2c work? ) 0:37:24 looking at old CP issues list 0:39:50 Is it time for a ‘native’ display driver for the microbit? 0:41:18 PewPew display ( pewpew10 ) 0:43:06 pewpep10 issue 4979 / youtube PewPew 10 with CP - idea: debug interrupts with logic analyzer 0:46:24 microbit update - microphone LED on bootup / discovery / “ello” 0:48:58 the first build of CP that doesn’t have USB! 0:51:02 code.circuitpython.org WebBluetooth 0:53:55 plug podcast talk-python-with-me CircuitPython and MicroPython - Talk Python Live Stream 0:57:30 Connect web-serial to USB-serial 0:58:40 Javascript people doing cool things! 1:03:15 Web Serial API 1:05:35 Adafruit code reviews / transition to pull requests to support continuous integration 1:09:40 request serial port serial.getPorts() 1:11:18 Readable / Writable stream 1:13:56 multiple serial ports from the same device 1:14:30 has anyone used a CP board to manage LED strips? I have a couple govee rgb strips that have an IOS app, but would like to control them without the app. 1:16:55 web usb spec https://web.dev/usb/ 1:20:20 switchToSerial(device) 1:24:10 example has a bit more context around the while readable - https://wicg.github.io/serial/#close-method 1:26:30 console.log is so nice - debugging switchToSerial device.open() 1:30:55 How many reviewers does CP have? ( 5 or 6 ) 1:33:20 that looks promising! ( getting data from the particle sensor ) 1:35:40 Difference between “var” and “let” 1:37:40 “It’s alive” - text decoder displaying data! 1:47:20 have to say your are in an async function if you “await” 1:50:05 code running again - summarize limitations 1:51:11 check in the terrible code - as it is https://github.com/circuitpython/web-editor 1:54:13 wrapping up ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Adafruit on Instagram: https://www.instagram.com/adafruit Subscribe to Adafruit on YouTube: http://adafru.it/subscribe New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------

Join me (Scott) as I answer questions and works on webserial and Javascript. I'm sponsored by Adafruit to work on CircuitPython. Support them, and by extension me, by purchasing hardware from https://adafruit.com Chat with me and lot of others on the Adafruit Discord at https://adafru.it/discord. Deep Dive happens every week. Normally Fridays at 2pm Pacific but occasionally shifted to Thursday at 2pm. Typically goes for two hours or more. Questions are welcome. Next week will be on Friday as well. 0:00 Getting started 0:07:15 housekeeping 0:09:25 What would be the most expensive board? 0:12:20 Does CP slow down the microcontroller. 0:13:36 explain Circuit Playground Express pinout ‘legend’ https://cdn-learn.adafruit.com/assets/assets/000/047/156/original/circuit_playground_Adafruit_Circuit_Playground_Express_Pinout.png?1507829017 0:27:04 is there a way to change Io that has specific functions like using a crossbar or IOMUX in the SAMD outside of bootloader settings? 0:29:04 Dive into SAMD hal busio i2c 0:32:00 ~ CP ‘bootloader’ 0:32:43 CP essentials guide i2c - list all combinations if I2C 0:34:31 CP bug#4638: I2C_STEMMA vs STEMMA_I2C? ( how does board.i2c work? ) 0:37:24 looking at old CP issues list 0:39:50 Is it time for a ‘native’ display driver for the microbit? 0:41:18 PewPew display ( pewpew10 ) 0:43:06 pewpep10 issue 4979 / youtube PewPew 10 with CP - idea: debug interrupts with logic analyzer 0:46:24 microbit update - microphone LED on bootup / discovery / “ello” 0:48:58 the first build of CP that doesn’t have USB! 0:51:02 code.circuitpython.org WebBluetooth 0:53:55 plug podcast talk-python-with-me CircuitPython and MicroPython - Talk Python Live Stream 0:57:30 Connect web-serial to USB-serial 0:58:40 Javascript people doing cool things! 1:03:15 Web Serial API 1:05:35 Adafruit code reviews / transition to pull requests to support continuous integration 1:09:40 request serial port serial.getPorts() 1:11:18 Readable / Writable stream 1:13:56 multiple serial ports from the same device 1:14:30 has anyone used a CP board to manage LED strips? I have a couple govee rgb strips that have an IOS app, but would like to control them without the app. 1:16:55 web usb spec https://web.dev/usb/ 1:20:20 switchToSerial(device) 1:24:10 example has a bit more context around the while readable - https://wicg.github.io/serial/#close-method 1:26:30 console.log is so nice - debugging switchToSerial device.open() 1:30:55 How many reviewers does CP have? ( 5 or 6 ) 1:33:20 that looks promising! ( getting data from the particle sensor ) 1:35:40 Difference between “var” and “let” 1:37:40 “It’s alive” - text decoder displaying data! 1:47:20 have to say your are in an async function if you “await” 1:50:05 code running again - summarize limitations 1:51:11 check in the terrible code - as it is https://github.com/circuitpython/web-editor 1:54:13 wrapping up ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Adafruit on Instagram: https://www.instagram.com/adafruit Subscribe to Adafruit on YouTube: http://adafru.it/subscribe New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------

NOW PLAYING

Deep Dive w/Scott: Javascript WebSerial

0:00 1:58:26

No transcript for this episode yet

We transcribe on demand. Request one and we'll notify you when it's ready — usually under 10 minutes.

API Intersection Stoplight Building a successful API requires more than just coding. It starts with collaborative design, focuses on creating a great developer experience, and ends with getting your company on board, maintaining consistency, and maximizing your API’s profitability.In the API Intersection, you’ll learn from experienced API practitioners who transformed their organizations, and get tangible advice to build quality APIs with collaborative API-first design.Jason Harmon brings over a decade of industry-recognized REST API experience to discuss topics around API design, governance, identity/auth versioning, and more.They’ll answer listener questions, and discuss best practices on API design (definition, modeling, grammar), Governance (multi-team design, reviewing new API’s), Platform Transformation (culture, internal education, versioning) and more.They’ll also chat with experienced API practitioners from a wide array of industries to draw out practical takeaways and insights you can use.H TV Podcast Industries Chris Jones, Derek O'Neill and John Harrison. TV Podcast Industries TV Podcast Industries is a podcast that provides discussions and reviews of various TV shows, including recent popular series like Alien Earth, The Sandman, The Last of Us, The Boys, and Daredevil Born Again. They also cover shows such as Ironheart, Star Trek: Picard, The Rings of Power, and many more, spanning both Marvel and DC universes, as well as other genres. Heart to Heart Podcast One on One / Next Level Studios In the Heart to Heart Podcast, we talk to some of our favorite & most interesting people in the entertainment industry so you can feel empowered and learn that even in the most challenging of industries, where there’s a will there’s a way.Whether you’re an actor, a writer, a casting director, a talent rep, or just someone interested in the behind the scene happenings of the entertainment industry, this podcast will have something for you. NOW, this isn’t just another How To podcast for actors. Plenty of those shows already exist. In Heart to Heart, every guest will share stories inspired by their sometimes winding path to success on their own terms. Revisionist History Pushkin Industries Revisionist History is Malcolm Gladwell's journey through the overlooked and the misunderstood. Every episode re-examines something from the past—an event, a person, an idea, even a song—and asks whether we got it right the first time. From Pushkin Industries. Because sometimes the past deserves a second chance.To get early access to ad-free episodes and extra content, subscribe to Pushkin+ in Apple Podcasts or at pushkin.fm/plus.iHeartMedia is the exclusive podcast partner of Pushkin Industries.

Frequently Asked Questions

How long is this episode of Adafruit Industries?

This episode is 1 hour and 58 minutes long.

When was this Adafruit Industries episode published?

This episode was published on July 9, 2021.

What is this episode about?

Join me (Scott) as I answer questions and works on webserial and Javascript. I'm sponsored by Adafruit to work on CircuitPython. Support them, and by extension me, by purchasing hardware from https://adafruit.com Chat with me and lot of others on...

Can I download this Adafruit Industries episode?

Yes, you can download this episode by clicking the download button on the episode player, or subscribe to the podcast in your preferred podcast app for automatic downloads.
URL copied to clipboard!