Skip to content

oshawa-connection/rc-switch-pico

Repository files navigation

RcSwitch

A port of the brilliant RC-Switch library to the raspberry pi pico.

It allows you to send and recieve radio signals from 433/315Mhz devices like radio controlled power sockets, using cheap radio modules.

This works for both recieving and transmitting. Check out the examples for code for both of these.

Building

This library can be developed on any platform that the pico-sdk works on, through cmake.

In the root directory, make sure that the pico-sdk is on your path and run

cmake .

then change directory into examples/recieve, then run

make

which will spit out your uf2 file.

Issues

If you experience an error while using this library, please raise an issue here on Github and I'll try to help out. Pull requests are also very welcome!

About

Raspberry Pi Pico lib to operate 433/315Mhz devices like power outlet sockets. Ported from rc-switch for arduino

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published