Show HN: SPICE simulation → oscilloscope → verification with Claude Code
11–20 of 46 posts
Re: Show HN: SPICE simulation → oscilloscope → verification with Claude Code
#12Hit this exact wall six months back building Claude Code stuff for KiCad review[1]. First pass let Claude read .kicad_sch directly via grep/read. It happily invented pin numbers that didn't exist. Rewrote it with Python analyzers that spit out JSON, now Claude just reads the JSON, problem mostly went away. Curious how spicelib-mcp handles models that aren't in the bundled library. Do you pass the .lib path as a tool…
Re: Show HN: SPICE simulation → oscilloscope → verification with Claude Code
#13Re: Show HN: SPICE simulation → oscilloscope → verification with Claude Code
#14Re: Show HN: SPICE simulation → oscilloscope → verification with Claude Code
#15Hit this exact wall six months back building Claude Code stuff for KiCad review[1]. First pass let Claude read .kicad_sch directly via grep/read. It happily invented pin numbers that didn't exist. Rewrote it with Python analyzers that spit out JSON, now Claude just reads the JSON, problem mostly went away. Curious how spicelib-mcp handles models that aren't in the bundled library. Do you pass the .lib path as a tool…
Re: Show HN: SPICE simulation → oscilloscope → verification with Claude Code
#16Re: Show HN: SPICE simulation → oscilloscope → verification with Claude Code
#17Nice! Doing something similar with a Jumperless so that the model can reconfigure the circuit on the fly.
Re: Show HN: SPICE simulation → oscilloscope → verification with Claude Code
#18Re: Show HN: SPICE simulation → oscilloscope → verification with Claude Code
#19Re: Show HN: SPICE simulation → oscilloscope → verification with Claude Code
#20waiting for FPAA to get better so we can vibecode analog circuits
https://www.eetimes.com/podcasts/making-analog-chip-designs-...