Tool Generates Interactive PCB Diagrams From KiCAD

Nearly everyone likes nice pinout diagrams, but the more pins and functions are involved, the more cluttered and less useful the diagram becomes. To address this, [Jan Mrázek] created Pinion, a tool to help generate interactive diagrams from KiCad design files.

The result is an interactive diagram that can be viewed in any web browser. Hovering over a pin or pad highlights those signals with a callout for the name, and clicking makes it stay highlighted for easier reference. Further information can be as detailed or as brief as needed.

Interestingly, Pinion isn’t a web service that relies on any kind of backend. The diagrams are static HTML and JavaScript only, easily included in web pages or embedded in GitHub documentation.

If you think Pinion looks a bit familiar, you’re probably remembering that we covered [Jan]’s much earlier PcbDraw tool, which turned KiCad board files into SVG renderings but had no ability to add labels or interactivity. Pinion is an evolution of that earlier idea, and its diagrams are able to act as both documentation and interactive reference, with no reliance on any kind of external service.

Interested? Pinion has a full tutorial and demo and a growing library of parts, so check it out.

Murata To Deliver Solid State Batteries To Market In The Fall

Solid state batteries have long been promised to us as the solution to our energy storage needs. Theoretically capable of greater storage densities than existing lithium-ion and lithium-polymer cells, while being far safer to boot, they would offer a huge performance boost in all manner of applications.

For those of us dreaming of a 1,000-mile range electric car or a 14-kilowatt power drill, the simple fact remains that the technology just isn’t quite there yet. However, Murata Manufacturing Co., Ltd. has just announced that it plans to ship solid state batteries in the fall, which from a glance at the calendar is just weeks away.

It’s exciting news, and we’re sure you’re dying to know – just what are they planning to ship, and how capable are the batteries? Let’s dive in.

Continue reading “Murata To Deliver Solid State Batteries To Market In The Fall”

Strangest Upside-Down 3D Printer Fits In A Filament Box

It’s rare these days for a new FDM printer to come along that sparks our interest, but the [Kralyn]’s Positron managed to do it. (Video, embedded below.) It prints upside down and packs down into a filament box while still boasting a print volume of 175 mm x 176 mm x 125 mm.

Unlike most 3D printers, the hotend and XY-gantry is mounted below the build plate, directly onto the base. You might assume that a printer needs to extrude plastic with gravity to work properly, but the real action is in the smooshing of the plastic layers. It appears that it might even improve bridging since the hotend is supporting the plastic as it gets extruded. A clear glass build plate is used, with the same heating strips found on the rear windows of most cars. This also allows the user still see the part, and provides the added advantage of being able to quickly spot bed leveling and adhesion problems.

Another interesting side effect of this arrangement is rigidity. There is no need to suspend the XY gantry with the heavy hotend in the air, so it can be mounted directly on the thick aluminum base plate. It uses an H-bot style gantry, with Synchromesh timing cables instead of belts, which eliminates the concern of belt twist. To get the best possible print volume within the size of a filament box, the gantry axes are arranged diagonally across the base plate. The Z-axis can disconnect and lay flat on top of the printer and uses the linear rails to keep it perfectly straight and perpendicular when mounted. Continue reading “Strangest Upside-Down 3D Printer Fits In A Filament Box”

Custom RISC-V Processor Built In VHDL

While ARM continues to make inroads into the personal computing market against traditional chip makers like Intel and AMD, it’s not a perfect architecture and does have some disadvantages. While it’s a great step on the road to software and hardware freedom, it’s not completely free as it requires a license to build. There is one completely open-source and free architecture though, known as RISC-V, and its design and philosophy allow anyone to build and experiment with it, like this build which implements a RISC-V processor in VHDL.

Since the processor is built in VHDL, a language which allows the design and simulation of integrated circuits, it is possible to download the code for the processor and then program it into virtually any FPGA. The processor itself, called NEORV32, is designed as a system-on-chip complete with GPIO capabilities and of course the full RISC-V processor implementation. The project’s creator, [Stephan], also struggled when first learning about RISC-V so he went to great lengths to make sure that this project is fully documented, easy to set up, and that it would work out-of-the-box.

Of course, since it’s completely open-source and requires no pesky licensing agreements like an ARM platform might, it is capable of being easily modified or augmented in any way that one might need. All of the code and documentation is available on the project’s GitHub page. This is the real benefit of fully open-source hardware (or software) which we can all get behind, even if there are still limited options available for RISC-V personal computers for the time being.

How does this compare to VexRISC or PicoSOC? We don’t know yet, but we’re always psyched to have choices.