Shane Mattner

Results 11 issues of Shane Mattner

**Describe the bug** Trying to run the first example from [pyspice](https://github.com/devbisme/skidl/blob/master/examples/spice-sim-intro/spice-sim-intro.ipynb) and can't find `node` Core issue may be: ```Unsupported Ngspice version 37``` ![Screenshot from 2022-08-06 18-37-05](https://user-images.githubusercontent.com/22162612/183271356-cfdf9356-f044-4667-a402-8559a4812338.png) **To Reproduce** Steps...

bug

**Describe the bug** Calling `generate_pcb()` results in: ``` /builddir/build/BUILD/kicad-6.0.6/pcbnew/action_plugin.cpp(163): assert "PgmOrNull()" failed in register_action(). Traceback (most recent call last): File "/home/shanemattner/Desktop/esp32/skidl_esp32_example/skidl_esp32_example.py", line 105, in generate_pcb() File "/home/shanemattner/.local/lib/python3.10/site-packages/skidl/circuit.py", line 562, in...

bug

**Is your feature request related to a problem? Please describe.** It can be a pain to find the footprint for parts so it would be nice to use the default...

enhancement

I'm trying to use the `spi_loopback.rs` example on an ESP32 but I'm getting the error `no 'SpiMasterDriver' in 'spi'`. I'm on a Fedora 35 machine. Any ideas would be appreciated....

Awesome project and youtube video @andy31415! Thank you! I made a [fork](https://github.com/shanemmattner/rust_console_oscilloscope) and added some cli paramters but now I'm looking to add multiple traces to the plot. See branch...

I'd appreciate any feedback on the YouTube videos I'm in the process of uploading. - Content (more or less?) - Wording or improper phrasing. - Anything that should be expanded...

In `development` branch the new logic for `netlist_to_skidl` will not properly parse parts or nets on the top sheet. So you must have the top sheet just be documentation and...

bug

This PR includes: - SKIDL logic to analyze each subcircuit with calls to a LLM (either OpenRouter or local Ollama models) - kicad_skidl_llm.py script that combines all the logic of...

I opened up [this draft PR](https://github.com/devbisme/skidl/pull/239) but I'm posting here for visibility. I've been using LLM's to check my circuit theory and help with circuit design and PCB design in...

enhancement