Add circuit tutorials: Arduino Uno schematic, ESP32 PCB routing, ESP32 module schematic, LED letter display#767
Open
singhaditya21 wants to merge 4 commits into
Conversation
Add docs/tutorials/esp32-module-schematic.mdx with a hardware-academy-style schematic-only circuit for the ESP32-D0WDQ6 SoC. The tutorial covers: - ME6211C33 3.3V LDO (JLCPCB basic part) with input/output decoupling - 40 MHz crystal with 10pF load capacitors per ESP32 datasheet - CH340C USB-to-UART bridge (built-in oscillator, no external crystal needed) - Per-pin decoupling network for all ESP32 power domains - EN/BOOT tactile buttons with 10k pull-ups - 2.4GHz chip antenna with pi-network matching - Auto-reset circuit via DTR/RTS coupling capacitors for esptool Includes full bill of materials and key design notes. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
This PR has been automatically marked as stale because it has had no recent activity. It will be closed if no further activity occurs. |
Author
|
Friendly nudge 🙂 — this is ready for review whenever you have a moment. CI is green and I'm happy to address any feedback. Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds four circuit tutorial MDX files to cover the open bounty issues:
Arduino Uno Schematic (
arduino-uno-schematic.mdx): ATmega328P with ATmega16U2 USB-serial, 16 MHz crystal, decoupling capacitors, RESET button, ICSP header, and standard Arduino pin headers. Schematic only usingroutingDisabled.ESP32 PCB Layout and Routing (
esp32-pcb-routing.mdx): Full ESP32-D0WD development board with pcb_x/pcb_y placement on all components, 0402/0603 footprints, decoupling network, flash memory, PSRAM, antenna pi-network, and copper routing.ESP32 Module Circuit Schematic (
esp32-module-schematic.mdx): Hardware-academy-style bare ESP32-D0WDQ6 SoC schematic with ME6211C33 LDO (JLCPCB basic), CH340C USB-serial (integrated oscillator), 40 MHz crystal with 10 pF load caps, auto-reset via DTR/RTS coupling capacitors, EN/BOOT buttons, and chip antenna with pi-network matching. Schematic only.Draw Any Letter with LEDs (
draw-any-letter-leds.mdx): Reusable<LedLetter />component that renders any capital letter A–Z using a 5×7 grid of 0603 SMD LEDs with 220 Ω series resistors. Math-driven PCB and schematic placement with configurablespacingparameter.Issues
fixes #42
fixes #44
fixes #47
fixes #50
/claim #42
/claim #44
/claim #47
/claim #50
Test plan
bun run build)🤖 Generated with Claude Code