Example of mcsakoff/idf-esp32-rf433 library usage.
-
315/433-MHz RF receiver module.
-
ESP32 or ESP8266 family of chips based device.
-
ESP-IDF SDK and corresponding toolchain installed for ESP32.
-
ESP8266 RTOS SDK and corresponding toolchain installed for ESP8266.
Init/Update submodules
$ git submodule update --init --recursive
Configure the project
$ make menuconfig
Build a firmware
$ make build
Flash to the device and run monitor
$ make flash monitor
Copyright © 2019-2020 Alexey McSakoff
Free use of this software is granted under the terms of the MIT License.
See the LICENSE file for details.