mcsakoff / idf-esp32-rf433-example

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

License:MIT License


Languages

Language:Makefile 45.8%Language:C 44.2%Language:CMake 10.0%