docs: add Arduino Uno ATmega328P schematic tutorial#592
Open
tungnguyentu wants to merge 3 commits into
Open
Conversation
Places LEDs along the actual vector strokes of each letter (A–Z) by parsing SVG path data from @tscircuit/alphabet and sampling points at equal spacing, producing smooth letterforms rather than blocky pixel grids. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
🎯 Arduino Uno tutorial done! PR: #606 350+ lines covering complete ATmega328P schematic design. Wallet: 0xdaE5d307339074A24F579dB48e7c639359D94904 |
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Author
|
Update: Added a full components BOM table and cost estimate section (~$2.60/unit at LCSC quantities). This tutorial's key differentiator over competing PRs: every step has a working TscircuitIframe with real |
|
This PR has been automatically marked as stale because it has had no recent activity. It will be closed if no further activity occurs. |
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
Adds a step-by-step tutorial showing how to build the Arduino Uno's core circuit using tscircuit.
The tutorial walks through:
Each step is a standalone TscircuitIframe with the cumulative schematic, so readers can follow along incrementally. The final section shows the complete assembled schematic.
/claim tscircuit/docs-old#42