CategoryTechnology

Designing and Fabricating a Microwave Microstripline Filter: From HFSS Simulation to PCB Testing

D

Microstripline filters are essential components in RF and microwave circuits, offering a compact and efficient way to shape frequency response. In this post, we’ll walk through the complete process of designing, simulating, fabricating, and testing a microstripline filter. Starting with electromagnetic simulations in Ansys HFSS, we’ll validate the design before exporting it to KiCad for PCB...

A z80-based Embedded Design – Hot Tub Heater

A

The 8-bit Z80 microprocessor has been a popular choice for early computer designs and continues to see some use in embedded systems today. When I was 14 years old, my Dad purchased a Commodore 128 as an upgrade to our C64, which contained both a 6510 and a Z80 microprocessor. In the 128, it was intended to be used as a platform to run CP/M, an OS intended for business computing, which the C128...

6502 Assembly Language State Machine

6

In December 1982, Santa delivered a Commodore 64, which became an obsession for me during my childhood and teen years. I quickly discovered that most of the graphic operations I wanted to perform were not possible using the BASIC interpreter built into the OS. Fast, smooth animations were only possible using assembly language routines either natively run or called from BASIC programs. I...