TheKnarf

Electronics as Code

In the same lain as Music as Code and CAD as Code. Designing electronics as composable modules in code seems like a good idea.

Some tools like that:

  • tscircuit - Make electronics using Typescript and React

    • circuit-json - They also make a spec for storing circuit's as JSON, seems like a nice interchange format between tools.
  • replicad - Design circuits using Javascript/Typescript.

Circuit simulator's

Being able to simulate circuits would mean that one could do the intitial debugging on your development machine without having to have the hardware in-front of you yet.