Skip to content

feat: add Arduino Uno, ESP32 PCB and LED Letter tutorials#747

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

feat: add Arduino Uno, ESP32 PCB and LED Letter tutorials#747
singhaditya21 wants to merge 2 commits into
tscircuit:mainfrom
singhaditya21:feat/bounty-tutorials-42-44-50

Conversation

@singhaditya21

Copy link
Copy Markdown

This PR adds three new tutorials to the documentation to resolve the open bounties on the archived docs-old repository:

  1. Arduino Uno Schematic (Closes Create Arduino Uno (Schematic Only) docs-old#42 / /claim Create Arduino Uno (Schematic Only) docs-old#42)

    • Adds docs/tutorials/arduino-uno-schematic.mdx
    • Details the full schematic layout for the Arduino Uno, including ATmega328P, ATmega16U2, USB Type-B port, crystal oscillators, power decoupling, and pin headers, using the routingDisabled property.
  2. ESP32 PCB Layout and Routing (Closes ESP32 PCB Layout and Routing docs-old#44 / /claim ESP32 PCB Layout and Routing docs-old#44)

    • Adds docs/tutorials/esp32-pcb-routing.mdx
    • Details how to lay out and route an ESP32 board on a 2-layer PCB, placing the decoupling capacitors, crystal oscillator, flash, PSRAM, and antenna with best-practice placement rules.
  3. Draw Any Letter with LEDs (Closes Draw any letter with LEDs docs-old#50 / /claim Draw any letter with LEDs docs-old#50)

    • Adds docs/tutorials/draw-any-letter-leds.mdx
    • Implements a custom, math-driven <LedLetter /> component that dynamically maps capital letters A-Z to a 5x7 grid of 0603 SMD LEDs and current-limiting resistors, scaling positions mathematically on both PCB and schematic.

All three MDX pages have been compiled successfully via Docusaurus production build (bun run build).

@vercel

vercel Bot commented Jun 15, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs Ready Ready Preview, Comment Jun 15, 2026 4:58am

Request Review

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.

Draw any letter with LEDs ESP32 PCB Layout and Routing Create Arduino Uno (Schematic Only)

1 participant