Decoding 433 MHz Signals With Arduino & Raspberry Pi
433 MHz radio signals are all around us. They’re used for things like smart power plugs, garage door openers, and home weather stations. Decoding these signals can allow you to interface and work with these devices on your own terms. To help in those efforts, Joonas Pihlajamaa has written a three-part tutorial on decoding these signals.
The focus of the tutorials is decoding the signals of a Nexa radio-controlled smart plug. Joonas first explores using an Arduino to do the job, paired with a RFM210LCF-433D radio receiver module. This setup dumps out data to a computer over serial for decoding. Joonas then tried an alternative strategy, using a soundcard as a “poor man’s oscilloscope” to do the same job, using the same radio module and using Audacity for signal analysis. Finally, Joonas brought out the big guns, hooking up a Picoscope digital oscilloscope to a Raspberry Pi 4 for a more deluxe attempt at decoding the signals.
Read More: Decoding 433 MHz Signals With Arduino & Raspberry Pi | Hackaday