A Simple-as-Possible 8-bit Breadboard Computer

The Simple-as-Possible (SAP) 8-bit Breadboard Computer Table of Contents Overview of the SystemHardwareParts ListModulesClockMemory Address RegisterRandom Access MemoryInstruction RegisterProgram CounterA-Register/Accumulator & B-RegisterArithmetic Logic UnitOutputMicrocodeControl WordBusChallengesModificationsInstructionsControl SignalsSample ProgramsFibonacciReferences The thought to build an 8-bit Simple as Possible Computer was borne out of a need to gain hands-on experience with Digital Logic. While my undergraduate digital electronics … Continue reading A Simple-as-Possible 8-bit Breadboard Computer

Getting Started with the EBAZ4205 as a Zynq-7000 Development Board

The EBAZ4205 is the least costly Zynq-7000 based board that I luckily happened to chance upon. However, it wasn’t my first Zynq-7000 board. That happened to be the MYIR’s (Make Your Ideas Real) Z-Turn board (with a Zynq-7010 SoC). I purchased this board for approximately Ksh. 12,000. It was to be my gateway into FPGAs, … Continue reading Getting Started with the EBAZ4205 as a Zynq-7000 Development Board

AC, DC Coupling on the Oscilloscope: When to Use Which

From my experience, if you were to step into a college electronics lab session and ask a student "When would you set an oscilloscope channel to either AC or DC coupling" chances are you'll get something along the line, "AC coupling is for AC signals and DC coupling is for DC signals". While there is … Continue reading AC, DC Coupling on the Oscilloscope: When to Use Which

A Practical Implementation of A Two Quadrant Transconductance Analogue Multiplier

One of the circuits that I've spent an inordinate amount of time investigating this year is the Analogue Multiplier. An analogue multiplier is a circuit block which takes two analogue signals and produces an output which is proportional to their product. Analogue multipliers can be integrated as part of a larger circuit blocks to perform … Continue reading A Practical Implementation of A Two Quadrant Transconductance Analogue Multiplier

Difference between Energy and Power: Building a Simple Intuition

So today I was reading up on signal energy and signal power for my Signal Processing class, and I came upon this conundrum that I occasionally have, I am aware of the terms Energy and Power, but what do they mean. Okay for starters, just to get this out of the way, signal energy and … Continue reading Difference between Energy and Power: Building a Simple Intuition

A Curious Case of GNU(Radio Companion v3.7.13.5/v1.6)

On new year's day (2020), I decided to get reacquainted with GNURadio Companion (grc) to mess around with some Software Defined Radio (SDR) stuff, and set myself off on a new vector of exploration. But for the life of me, I couldn't get things to work right off the bat. The last time I had … Continue reading A Curious Case of GNU(Radio Companion v3.7.13.5/v1.6)

Why Can’t I SSH into the Raspberry Pi Using raspberrypi.local Through WiFi on Windows?

While I was writing my headless tutorial, I ran into this peculiar problem where I could use raspberrypi.local to SSH into the RPi while connected through Ethernet but not while using WiFi. Now this was a fairly new problem, since before this particular instance, I could always use the .local address to SSH into the … Continue reading Why Can’t I SSH into the Raspberry Pi Using raspberrypi.local Through WiFi on Windows?