Converting a binary data file into a C array with a python script
Those working on embedded C/C++ would know the importance of converting a binary file into a C array. I deal with raw images and ram dumps on daily basis. For example, I may be...
Those working on embedded C/C++ would know the importance of converting a binary file into a C array. I deal with raw images and ram dumps on daily basis. For example, I may be...
Right back in the year 2011, the last blocks of the IPv4 address space were allocated. There were no new blocks left for any future expansion of the IPv4 address. This happened because more...
In a couple of previous articles, we went over a few very basic designs on the Zynq SoC. Those examples used no operating system. They were all what we call “bare metal”. Running bare...
This is going to be a small tutorial that will allow you to run your GNU Radio script automatically at system boot. I am using a Raspberry Pi 4, a Pluto SDR and GNU...
No matter what frequency you work on, a term called “ppm” always follows. Whether you deal with the good old HF band or you work at the Gigahertz band, “ppm” defines how accurate your...
Those of you who have used HLS (High level synthesis) would know how powerful the thing is. For those of you having some experience working with hardware description languages would most likely be able...
In the part 1, we reviewed the hardware aspects of the NanoVNA v2 SAA 2. Here, we will review the actual functionality of the device. Those familiar with the NanoVNA v1 need no guidance...
The first version of NanoVNA became an instant hit for very obvious reasons. First, it was offering stunning performance. Second, a super low price which brought VNA into the hands of those who would...
Phase matched cables come handy when dealing with phasing elements of an antenna or even when you want to deliver differential signals. There was a time when making phase matched cables meant use of...
We created a very crude on screen display using HLS in the previous post. Now, it’s time to export it as a custom IP and integrate into the system. The process may seem to...
Voice of the people