Posts in Category: raspberry
Posted on
9th Aug 2025
Below is a complete guide on how to connect to a Raspberry Pi via USB cable, with a SSH connection. It converts the RPi to a USB dongle/gadget, that you can plug to any device (even smartphone) and login to that.
The thing is, that in the Internet, there are too many outdated guides or not well wr...
Posted on
24th Nov 2024
After PySpecSDR, which is awesome! :) i had to make also a frequency scanner. Because the range in a frequency scanner is usually large, this time i used the framebuffer for graphic display, as a terminal would be too small. And thus... HeatWave created!
All information about it can be found o...
Posted on
29th Oct 2024
I needed an easy way to make Wifi connection on my Raspberry Pi, without the need to remember lines of 40+ chars with parameters, that you don't even know or remember while typing. Also it had to be on the terminal and because nmtui didn't fit in the little screen of my cyberdeck, i had to invent...
Posted on
28th Oct 2024
One of the most common things to do on a computer, specially if you have SBCs like a Raspberry or other handheld devices is to format and backup USB sticks or SDCards. Instead of looking up for the commands all the time, i made this simple script to automate a bit things and also make the process mo...
Posted on
27th Oct 2024
I wanted to have a media/music player for my Hackberry Pi, using the terminal only, that would look like a portable media player (iPod, Zune etc.) The app/script, should have a cool user interface, able to change songs, manage media, give quick info about the song being played and adjust the volume....