Skip to content

Example of reading RF codes in ESP-IDF (ESP32 and ESP8266)

License

Notifications You must be signed in to change notification settings

mcsakoff/idf-esp32-rf433-example

Repository files navigation

ESP-IDF : RF433 Receiver Example

ESP32 ESP8266 License: MIT

Example of mcsakoff/idf-esp32-rf433 library usage.

Prerequisites

  • 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.

Build and run

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

Development

Open the project in CLion
$ make open

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.

About

Example of reading RF codes in ESP-IDF (ESP32 and ESP8266)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published