Hacker News new | ask | show | jobs
by huppeldepup 879 days ago

  up to the UHF band and don’t think I’d want to go any higher in KiCad
Didn’t Michael Ossmann create the HackRF on Kicad?
2 comments

You can do anything in kicad; altium isn't doing anything special to make something possible that's not possible in kicad.

The problem is that it's exceedingly tedious to do in kicad some of the more advanced things that altium and others can do.

Think C vs C++. Nothing C++ does is inherently impossible in C (in terms of observable side effects). For example, RAII is a one liner in C++. In C, it's two lines and some extra thought about control flow. Not impossible, just a bit more mental overhead.

Yeah it’s certainly possible, it’s just personally I found it tedious.
ah ok, I read it in the "I recommend" sense.