Arduino Library Brings Rtl_433 To The ESP32

You probably have an RTL-SDR suitable radio there’s a superb opportunity you’ve heard of the rtl_433 mission, which helps you to obtain and decode alerts from an ever-expanding checklist of supported units within the ISM radio bands. It’s an extremely helpful piece of software program, however the truth that it requires an exterior software program outlined radio and a full-fledged laptop to run dictated the type of initiatives it might realistically be used for.
However because of the rtl_433_ESP Arduino library developed by [NorthernMan54], we’re now capable of pack that performance right into a a lot smaller package deal. All you want is an ESP32 microcontroller and a CC1101 or SX127X transceiver module. If you happen to’re on the lookout for a turn-key {hardware} platform, the documentation notes the LILYGO LoRa32 V2 board contains the required {hardware}, plus provides a useful OLED show and microSD slot. It needs to be famous that the vary of those radios don’t evaluate significantly properly to a full-size RTL-SDR gadget, however that most likely received’t come as a lot of a shock.
The library ports a big chunk of the rtl_433 project’s code over to the smaller and fewer highly effective platform, which [NorthernMan54] has helpfully documented by itemizing the supply information which had been introduced over verbatim in addition to those that wanted some additional consideration.
As you would possibly count on, some concessions needed to be made within the effort: assuming the documentation is up-to-date, the rtl_433_ESP library can decode lower than half of the units supported by rtl_433 correct. However once more, contemplating the huge variations in functionality between the {hardware} the mission was initially designed for and a microcontroller that prices a couple of bucks, it’s laborious to complain.
We had been tipped off to this mission by [1technophile], who tells us he’s integrated the rtl_433_ESP library into his OpenMQTTGateway project. This offers the microcontroller the power to scoop up information from wi-fi sensors from everywhere in the dwelling and publish the ensuing information through MQTT so it may be picked up by Residence Assistant, OpenHAB, or no matter automation package deal you’ve obtained working. It’s a trick we’ve seen finished earlier than with an RTL-SDR dongle and a pc, however with the ability to accomplish the identical activity on a smaller and extra power environment friendly platform actually appears like progress to us.