Add ESP32-C3 SuperMini common board - #79
Open
abdalraof-albarbar wants to merge 1 commit into
Open
Conversation
|
@abdalraof-albarbar is attempting to deploy a commit to the tscircuit Team on Vercel. A member of the Team first needs to authorize it. |
abdalraof-albarbar
force-pushed
the
add/esp32-c3-supermini
branch
from
July 15, 2026 17:43
a274e81 to
75ad405
Compare
Adds the ESP32-C3 SuperMini (18 x 22.5mm) as a reusable board: two rows of eight 2.54mm-pitch header pins carrying 5V/GND/3V3 and GPIO0-GPIO10, GPIO20 and GPIO21, with PCB, schematic and 3d snapshots. The pinout and the board's mechanical constants live in pinout.ts, so the footprint's pin positions and the chip's pinLabels/schPinArrangement are all derived from one list instead of repeating it. The outline is quantized to 1e-6mm before it is handed to the board: the corner arcs go through Math.cos/sin, which are not required to be correctly rounded and differ by ~1 ULP between libm implementations, which would otherwise make the PCB snapshot render differently per platform. Co-authored-by: abdalrouf-AAA <236259618+technologyet31-create@users.noreply.github.com>
abdalraof-albarbar
force-pushed
the
add/esp32-c3-supermini
branch
from
July 15, 2026 18:45
75ad405 to
e3e7db7
Compare
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.
Adds the ESP32-C3 SuperMini (18 × 22.5mm) as a reusable
<Esp32C3SuperMini />board — two rows of eight 2.54mm-pitch header pins carrying 5V/GND/3V3 and GPIO0-GPIO10, GPIO20 and GPIO21. Exported from index with PCB, schematic and 3d snapshots.The outline is quantized to 1e-6mm before it is handed to the board. The corner arcs go through
Math.cos/Math.sin, which are not required to be correctly rounded and differ by ~1 ULP between libm implementations, so without this the PCB snapshot renders a few digits differently per platform.