wake.st is one of the many independent Mastodon servers you can use to participate in the fediverse.
the personal instance of Liaizon Wakest

Administered by:

Server stats:

1
active users

#electronics

3 posts3 participants0 posts today
Continued thread

If you are interested what feature request issues exist here is a link with the correct filter. If you are a KiCad user you might want to skim through that. There is a lot 712 issues at the time of writing… gitlab.com/kicad/code/kicad/-/ #kicad #pcb #electronics #opensource

GitLabIssues · KiCad / KiCad Source Code / kicad · GitLabGitLab.com

Interesting, I guess it would be good to run campaigns around KiCad features we would like to see? Am I the only one that periodically goes through feature request issues for KiCad and upvotes them? I am bit shocked that there were only 2 other people in 7 years that also thought that having resizable objects (logos, graphics) for PCBs would be a useful addition. :/ gitlab.com/kicad/code/kicad/-/ #kicad #pcb #electronics #opensource

GitLabWishlist: Add PCB object scale tool (lp:#1748311) (#2105) · Issues · KiCad / KiCad Source Code / kicad · GitLabOriginal report created by Piotr Esden-Tempski (esden)
Continued thread

Something kind of like that. Header pins sticking down on the bottom that will plug into the ROM socket. Then on the opposite end a ROM socket on top, and a set of header pins on each side of the ROM socket sticking up. Wires running over the top for one row, underneath for the other row.

The header pins next to the ROM socket would be useful for jumpering to adapt 32 to 28, and also to hook a logic analyzer onto.

#MSX#TRS80#FujiNet
Continued thread

Maybe I could make a "socket riser" out of proto PCB that plugs into the 28 pin ROM socket on the bottom, has a bunch of wires running up to a 32 pin socket on the top, and whatever jumpering necessary to go from 28 to 32. That's a lot of little wires to solder. And of course the MSX ROM is oriented one way and the CoCo is the other, so if I want to do both I have to make two adapters. 😒

#MSX#TRS80#FujiNet
Continued thread

I was thinking I could maybe use an IDC DIP 28 pin connector to a ribbon cable to feed off the board. These things open up and you insert a ribbon cable without stripping the ends. Then you smash it back together and the [I]nsulation [D]isplacement pierces the insulation and connects to the wire inside.

But don't have a 28 pin. Don't think cutting down a 40 pin will work, and I don't see a way to add 4 pins to the 24 pin one.

#MSX#TRS80#FujiNet

Want to use a PicoROM with #MSX or #TRS80 CoCo, to prototype a bus based #FujiNet. PicoROM has an RP2040 that does the ROM emulation, and USB C connector for reprogramming.

Unfortunately I can't just slap it onto one of my EPROM cartridges, the USB C connector sticks up too high. Going to need cartridge extender or riser. Don't know if there's anything ready made or if I need to build it. Suspect impatience is going to force me to build something.

Everyday devices hide extraordinary design. Open Circuits reveals the hidden artistry of electronics through vivid cross-section photography. You will see resistors, LEDs, motors, connectors, and more, captured in intricate detail. Equal parts engineering, history, and photography combined in one remarkable book.

Available now in our Humble Bundle! 21 hardware-focused books for $1.71 each.

humblebundle.com/books/electro

Continued thread

Found a fix to the UnknownThru sign ambiguity bug in scikit-rf. Instead of estimating the sign of the square root in comparison to an ideal Thru calibration (which is unreliable if the Thru is not so ideal), we'll just run the calibration twice with both signs, and pick whatever sign at each data point that produces a calibration that is closest to the user supplied approximate definition. Brute-force, but it makes no assumption of the imperfect Thru such as having a linear phase, so it should always work (if not, the user input is wrong, the algorithm is not wrong). #electronics