Post of the month: nov 2024

PySpecSDR - Python SDR Spectrum Analyzer and Signal Processor

PySpecSDR - Python SDR Spectrum Analyzer and Signal Processor

Posted on 18th Nov 2024

After making the changes at the retrogram-rtlsdr project, i got the "virus" to make something even more better and in a language i know better, as C is not my thing. So Python it was, as it may not be the faster, but it has great support and anyone can contribute, as it is a well known programming...

retrogram-rtlsdr: changes...

retrogram-rtlsdr: changes...

Posted on 17th Nov 2024

There is a cool project called retrogram-rtlsdr, which is a spectrogram for use with an RTLSDR adapter, under a terminal. No GUI needed. From the start, when i found it, i thought that this program is special, to use with my Hackberry Pi. Although it works as it is, because the program was inten...

Driver Writing With Python

Driver Writing With Python

Posted on 15th Nov 2024

This is not a post of mine. The original source/site, is being closed and managed to source it from the Wayback Machine. It also maybe outdated, but the principals work and may help you create something similar. http://www.stealth-x.com/programming/driver-writing-with-python.php Hey guys, toda...

Getting APRS messages via Internet in BASH

Getting APRS messages via Internet in BASH

Posted on 6th Nov 2024

Lets use a BASH script to read APRS messages through the Internet. No need to have a ham radio :) The script uses expect to connect using netcat in APRS internet servers. The cool thing, is that, the main script creates sub-scripts that use expect to make the connection. I have made it a lon...

Script to check earthquakes near you...

Script to check earthquakes near you...

Posted on 4th Nov 2024

There could be many reasons why someone may want to keep track of earthquakes in the near by area. So, for statistical reasons i wanted to keep a record of mine. I used Python this time to retrieve and manipulate the data, as it gives me many options, for the future to manipulate the data. The way...