-
-
Notifications
You must be signed in to change notification settings - Fork 174
Expand file tree
/
Copy pathlibrary.json
More file actions
18 lines (18 loc) · 747 Bytes
/
library.json
File metadata and controls
18 lines (18 loc) · 747 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "rtl_433_ESP",
"keywords": "rtl_433, 433MHz, 434MHz, rf",
"description": "RTL_433 433.92 MHz protocols library for Arduino. With this port of RTL_433 433.92 MHz protocols, you can receive and parse all 434 MHz protocols (e.g., rc switches or weather stations) supported by rtl_433. This should help to implement IoT bridges between the 434MHz-RF band and internet protocols. It is developed and tested on ESP32.",
"repository": {
"type": "git",
"url": "https://github.com/NorthernMan54/rtl_433_ESP.git"
},
"version": "0.5.0",
"license": "GPL-3.0",
"frameworks": "arduino",
"platforms": [
"espressif32"
],
"dependencies": {
"jgromes/RadioLib": "^7.2.1"
}
}