Skip to content

Add circuit tutorials: Arduino Uno schematic, ESP32 PCB routing, ESP32 module schematic, LED letter display#767

Open
singhaditya21 wants to merge 4 commits into
tscircuit:mainfrom
singhaditya21:feat/bounty-tutorials-42-44-50
Open

Add circuit tutorials: Arduino Uno schematic, ESP32 PCB routing, ESP32 module schematic, LED letter display#767
singhaditya21 wants to merge 4 commits into
tscircuit:mainfrom
singhaditya21:feat/bounty-tutorials-42-44-50

Conversation

@singhaditya21

Copy link
Copy Markdown

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 using routingDisabled.

  • 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 configurable spacing parameter.

Issues

fixes #42
fixes #44
fixes #47
fixes #50

/claim #42
/claim #44
/claim #47
/claim #50

Test plan

  • Docusaurus build passes without errors (bun run build)
  • All four new tutorial pages appear in the sidebar under Tutorials
  • TSX code blocks are syntactically valid
  • Schematic pin assignments match respective datasheets
  • LED letter component handles all 26 capital letters correctly

🤖 Generated with Claude Code

singhaditya21 and others added 4 commits June 15, 2026 10:24
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>
@github-actions

Copy link
Copy Markdown

This PR has been automatically marked as stale because it has had no recent activity. It will be closed if no further activity occurs.

@singhaditya21

Copy link
Copy Markdown
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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

unable to zoom video or open in full window attached in docs Add a skeleton until the runframe is being loaded Add tsci init to docs

1 participant