tscircuit

T

tscircuit

The community & user server for tscircuit. Build electronics with React & AI. Render code into schematics, PCBs, 3D, fabrication files, and more.

Join

projects

contributor

support

imadethis

itsme - Execution Error: Eval compiled js erro...

``` Execution Error: Eval compiled js error for "entrypoint.tsx": Nested boards are not supported @tscircuit/[email protected] Error: Eval compiled js error for "entrypoint.tsx": Nested boards are not supported at kb (blob:http://localhost:3020/af38576e-e5b4-49a5-8749-d8830bb622eb:374:8359)...

itsme - is the schematic view intended to be us...

is the schematic view intended to be used as a secondary where the code is the schematic or is it meant to be its own thing?

i use arch btw. - is there a finished microcont...

is there a finished microcontroller module on tsci's repos?

DOPΣ - isnt kicad mod supported? or how does it...

isnt kicad mod supported? or how does it work any working example?
No description

i use arch btw. - is it possible to run the sam...

is it possible to run the same algorithm as the cloud autorouting, but locally? (the server keeps timing out, and the normal client side algorithm just wants to use vias but vias are impossible in this pcb)

i use arch btw. - how do i move something to th...

how do i move something to the back side of the board?

i use arch btw. - im just kinda curious, but wh...

im just kinda curious, but why does the autorouter do this kind of stuff instead of just routing through the existing route?
No description

an interesting thing that im seeing is

an interesting thing that im seeing is that with a capacitor, it works when i rotate it by 90 degrees (counterclockwise) but not with -90.
No description

how can i make a hatched groundplane?

how can i make a hatched groundplane?

Capacitive Touch in tscircuit

is there a way to do capacitive touch in tscircuit?

kicad importer online help

kicad importer online help used https://kicad-component.tscircuit.com/ imported kicad_mod hit Open on Snippets...
No description

KiCad 3D Models :)

1. This is awesome, btw: https://github.com/tscircuit/kicad-viewer 2. https://kicad-mod-cache.tscircuit.com/ https://kicad-mod-cache.tscircuit.com/kicad_files.json these are also awesome and I'm much happier to use these compared to the equivalent thing I was recently spinning up this week.
Is there a github repo for the script or project that creates this? Or is it a private behind the scenes runner? Given this commit https://github.com/tscircuit/circuit-json/commit/beddab68c88961d456134b366b0fbdaae424a1f9 it seems like the pieces are coming together. Is it a plan to also cache the kicad 3d models repo and add the STEP paths to the kicad_mod circuit json files? 🙂...

How long does it generally take for

How long does it generally take for transpilation to finish? https://tscircuit.com/zalo/XIAO_ESP32S3_SENSE I notice the auto-generated readme still says import { XIAO_ESP32S3_SENSE } from "@tsci/zalo.untitled-package-1" despite renaming the module... (I didn't see a way to name it before committing 😅 )...

GitHub - tscircuit/3d-viewer: 3d viewer ...

Hi! I have spent the last few days looking deep into the docs and some code of tscircuit, circuitjson, the 3d-viewer, and so on. My first actual goal is to be able to create a series of breakout boards, for example "this is a breakout board for a 2 pin connector, all the way through the same kind of breakout board for a 40 pin connector of a certain type". I suspect that the solution here could be to use scripts to define the math like the size of the PCB, the position of the breakout pads, and the position of the actual connector/ part being showcased, and then the scripts create a unique tscircuit file for each PCB in that "series"/ family.
I've hit some roadblocks, one of which is how to get 3D Models into this.
I see there is a cadModel prop mentioned here, but I don't see how this ties in with an actual tscircuit file I create. https://github.com/tscircuit/3d-viewer?tab=readme-ov-file...

@shimaore i took a quick look at the

@shimaore i took a quick look at the group issue with pcbPath today but had some trouble replicating, do you have a little sample of it being broken?

(apparently opens another sack of worms

(apparently opens another sack of worms with getObstaclesFromTrace, sorry about that 😐 )

atlast i cant continue without these

atlast i cant continue without these bugs are fixed ;/
Next