docs: add ESP32 module reference schematic tutorial + expand project overview#748
Open
harsh-matchmyflight wants to merge 1 commit into
Open
Conversation
- Add ESP32-WROOM-32 reference schematic tutorial (docs/tutorials/esp32-module-schematic.mdx) covering USB-C power, AMS1117-3.3 LDO, CH340C USB-UART, reset/boot buttons, pull-up resistors and decoupling caps with JLCPCB part numbers throughout - Expand docs/contributing/overview-of-projects.md with categorized sections (Core Libraries, Rendering, Autorouting, Component Libraries, Developer Tools) plus a "Where to Start" guide for new contributors /claim tscircuit/docs-old#47 /claim tscircuit/docs-old#61
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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 claims two open bounties from the archived
tscircuit/docs-oldrepository:1. ESP32 Module Reference Schematic Tutorial (
docs-old#47, $50)Adds
docs/tutorials/esp32-module-schematic.mdx— a schematic-only tutorial for an ESP32-WROOM-32 WiFi development board, similar to the Hardware Academy ESP32 course.The tutorial covers:
All components use JLCPCB part numbers from the Basic/Extended library. The design uses
routingDisabled(schematic only, no PCB routing required).2. Contributing: Overview of Projects expansion (
docs-old#61, $5)Expands
docs/contributing/overview-of-projects.md:autorouting,jlcsearch,runframe)/claim tscircuit/docs-old#47
/claim tscircuit/docs-old#61
Validation
bun run build— production Docusaurus build passesbun run format:check— Biome format check passes