-
Although I am the guy with a soldering iron and a bit of software development experience, I am not a fan of the "internet of things", "smart meters" or smart anything really. Not because I don't like technology, but because of the potential security and privacy problems it brings with it. That said, …
Read More -
Building a receiver for a voice repeater system in this area I set up a thumbsat receiver connected to a Raspberry Pi. The receiver is part of the repeater system to widen it's receiving range. However, the performance turned out not to be too optimal. I guessed that the GSM and Wifi signals around here could cause the …
Read More -
The default serial speed on the ESP8266 WiFi chip is 115200 baud. If you connect this chip to an Arduino and want to use SoftSerial to talk to it, it will not work. The SoftSerial library is limited to 9600 baud because of hardware limitations of the Arduino. If you want to talk to the ESP8266 with an Arduino at lower …
Read More -
[caption id="attachment_2130" align="aligncenter" width="450"]WiFi Serial Transceiver Module Breakout Board w& ESP8266 pinout[/caption] This is the pinout for the Seeed WiFi ESP8266 breakout board. Please be careful, it only accepts 3.3 Volt nominal input voltage and logic. Putting 5 …
Read More -
Many years ago, I used to do some radio fox hunting with cars. Usually these hunts are at night to make it more exciting, and can be great fun. As I got older I lost interest and moved on to other things. But last year, I decided to have a go at a popular balloon fox hunt on 144MHz. This is quite a large scale and …
Read More -
Ever wondered how well your 50Ω coaxial cable is working? If you have a reasonably fast oscilloscope, preferably up to 100MHz and a signal generator which can generate short bursts, you can measure not only the length of your cable, but also the return loss at a certain frequency. From that, we can learn the …
Read More -
Undoubtedly the Baofeng UV-5Rx delivers a lot of radio for your buck. However some models in the range have a bad reputation for the transmitted audio sounding soft and muffled. In 2013, Remco PA3FYM obtained the schematics of the radio and devised a modification where transistor Q17 of the VOX is re-purposed as …
Read More -
I went through all the struggles everybody else seems to be going through to get this screen connected to my Arduino Nano. I had the 5V to 3.3V voltage conversion problem, and the "only works with software interrupts" problem which makes the display run slow. The solutions are not complicated but not very wel …
Read More -
For some reason I have trouble finding a document which lists the complete IARU Region 1 Band Plans. To end my "can I transmit here" quests, I've combined the information from several resources into a usable graphical representation of all Amateur Radio bands and modes up to 500MHz. I've not listed bands …
Read More -
Lorenzo had a great idea. In stead if being one of those "having fun at the bar" ideas that never actually see the light of day, Lorenzo followed through. Did you ever have that urge to just take a gun and shoot that fly that is constantly buzzing around your head or food? Well now you can. Check out his …
Read More