Update 2025-08-25-draft.md
This commit is contained in:
parent
486f550c2d
commit
9cc6b1c1ab
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
[](url)
|
||||
[](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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue