From 90c63345d0f399acf694da1a16bbcc45a72862dd Mon Sep 17 00:00:00 2001 From: Drew Bednar Date: Wed, 16 Oct 2024 14:24:07 +0000 Subject: [PATCH] Add KiCad video for ESP32-S3 Add KiCad video for ESP32-S3 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1802572..eb5aeda 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,10 @@ The awesome list of things. - [Debugging with JTAG](https://www.actuatedrobots.com/debugging-with-jtag/) +### PCB Design + +- [How to design an ESP32 PCB with KiCad](https://www.youtube.com/watch?v=jiJGbWOSdMo) + ### Micropython - [Pure Micropython Display Driver](https://blog.lvgl.io/2019-08-05/micropython-pure-display-driver): Micropython API to *any* C library! Walk through shows specifically how to add ILI9341 LED Display support to micropython using an existing C lib.