Update 2025-08-25-draft.md

This commit is contained in:
Anne Barela 2025-08-21 17:40:50 -04:00 committed by GitHub
parent 486f550c2d
commit 9cc6b1c1ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -45,11 +45,11 @@ We're on [Discord](https://discord.gg/HYqvREz), [Twitter/X](https://twitter.com/
text - [site](url).
## Feature
## Controlling Microcontrollers Over USB With the Web Serial API
[![title](../assets/20250825/20250825-name.jpg)](url)
[![Controlling microcontrollers over USB with the Web Serial API](../assets/20250825/20250825api.jpg)](https://www.makerspace-online.com/controlling-microcontrollers-over-usb-with-the-web-serial-api/?utm_source=mms)
text - [site](url).
Microcontroller boards such as Arduino, Raspberry Pi Pico, and ESP32 can be connected to various LEDs, buttons, and sensors. Many of these boards have a built-in WiFi chip, which allows for remote control. However, sometimes WiFi is not possible, too complicated, or simply unnecessary. Koen Vervloesem does this with CircuitPython, which supports hundreds of microcontroller boards. Make sure to choose a board with USB CDC support. I have successfully tested this project with the Raspberry Pi Pico (W), Arduino Nano RP2040 Connect, Seeed Studio XIAO SAMD21, and Seeed Studio XIAO nRF52840 - [MakerSpace](https://www.makerspace-online.com/controlling-microcontrollers-over-usb-with-the-web-serial-api/?utm_source=mms).
## KiCanvas: View KiCad Files in a Browser