mirror of
https://github.com/m5stack/M5Unit-RF433.git
synced 2026-05-20 11:41:00 -07:00
Fixes README, .gitignore, library.json and platformio.ini
This commit is contained in:
+12
@@ -59,3 +59,15 @@ bin/
|
||||
obj/
|
||||
|
||||
*.code-workspace
|
||||
|
||||
# Doxygen
|
||||
docs/html/
|
||||
|
||||
# Temporary
|
||||
tmp/
|
||||
|
||||
# Secrets
|
||||
.env*
|
||||
*.pem
|
||||
*.key
|
||||
*.cert
|
||||
|
||||
@@ -4,12 +4,12 @@
|
||||
|
||||
### SKU:U113
|
||||
|
||||
RF433R is an RF wireless radio frequency receiver, using SYN531R radio frequency receiver, working frequency is 433.92MHz (using ASK modulation) commonly used by wireless controllers, built-in PCB antenna, stable receiving signal distance up to 10M, typical receiving sensitivity It is -109dBm. The exquisite and compact housing design can be embedded in a variety of radio frequency remote control applications. It is suitable for security alarm, wireless automatic meter reading, home and industrial automation, remote remote control, wireless data transmission and other system fields.
|
||||
RF433R is an RF wireless radio frequency receiver, using SYN531R radio frequency receiver, working frequency is 433.92MHz (using ASK modulation) commonly used by wireless controllers, built-in PCB antenna, stable receiving signal distance up to 10M, typical receiving sensitivity It is -109dBm. The exquisite and compact housing design can be embedded in a variety of radio frequency remote control applications. It is suitable for security alarm, wireless automatic meter reading, home and industrial automation, remote control, wireless data transmission and other system fields.
|
||||
|
||||
|
||||
### SKU:U114
|
||||
|
||||
RF433T is a radio frequency (RF) transmitter, using SYN115 radio frequency transmitter IC, working frequency is 433.92MHz (using ASK modulation) commonly used by wireless controllers, built-in PCB antenna, stable signal transmission distance up to 10M, The output power reaches 10dBm. The exquisite and compact housing design can be embedded in a variety of radio frequency remote control applications. It is suitable for security alarm, wireless automatic meter reading, home and industrial automation, remote remote control, wireless data transmission and other system fields.
|
||||
RF433T is a radio frequency (RF) transmitter, using SYN115 radio frequency transmitter IC, working frequency is 433.92MHz (using ASK modulation) commonly used by wireless controllers, built-in PCB antenna, stable signal transmission distance up to 10M, The output power reaches 10dBm. The exquisite and compact housing design can be embedded in a variety of radio frequency remote control applications. It is suitable for security alarm, wireless automatic meter reading, home and industrial automation, remote control, wireless data transmission and other system fields.
|
||||
|
||||
|
||||
## CAUTION
|
||||
|
||||
+2
-2
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "M5Unit-RF433",
|
||||
"description": "Library for M5Stack UNIT RF433 using M5UnitUnified",
|
||||
"keywords": "M5Stack, M5UnitUnified, RF433, SYN115, SYN531R, 433MHz, ASK, wireless",
|
||||
"keywords": "m5stack, m5unitunified, rf433, syn115, syn531r, 433mhz, ask, wireless",
|
||||
"authors": {
|
||||
"name": "M5Stack",
|
||||
"url": "http://www.m5stack.com"
|
||||
"url": "https://www.m5stack.com"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
+5
-15
@@ -154,18 +154,6 @@ lib_deps = ${env.lib_deps}
|
||||
platform = espressif32 @ 6.12.0
|
||||
framework = arduino
|
||||
|
||||
[arduino_6_8_1]
|
||||
platform = espressif32 @ 6.8.1
|
||||
framework = arduino
|
||||
|
||||
[arduino_6_6_0]
|
||||
platform = espressif32 @ 6.6.0
|
||||
framework = arduino
|
||||
|
||||
[arduino_6_0_1]
|
||||
platform = espressif32 @ 6.0.1
|
||||
framework = arduino
|
||||
|
||||
[nanoc6_latest]
|
||||
platform = espressif32 @ 6.12.0
|
||||
platform_packages =
|
||||
@@ -617,12 +605,14 @@ build_src_filter = +<*> -<.git/> -<.svn/> +<../examples/UnitUnified/UnitRF433R/P
|
||||
extends=Core, option_release, arduino_latest
|
||||
build_src_filter = +<*> -<.git/> -<.svn/> +<../examples/UnitUnified/Transceiver>
|
||||
|
||||
[env:Transceiver_Core2_Arduino_latest]
|
||||
extends=Core2, option_release, arduino_latest
|
||||
build_src_filter = +<*> -<.git/> -<.svn/> +<../examples/UnitUnified/Transceiver>
|
||||
|
||||
|
||||
; [env:Transceiver_Tab5_Arduino_latest]
|
||||
; extends=Tab5, option_release, pioarduino_latest
|
||||
; build_src_filter = +<*> -<.git/> -<.svn/> +<../examples/UnitUnified/Transceiver>
|
||||
; build_flags = ${Tab5.build_flags}
|
||||
; ${option_release.build_flags}
|
||||
|
||||
; [env:Transceiver_NessoN1_Arduino_latest]
|
||||
; extends=NessoN1, option_release, pioarduino_latest
|
||||
; build_src_filter = +<*> -<.git/> -<.svn/> +<../examples/UnitUnified/Transceiver>
|
||||
|
||||
Reference in New Issue
Block a user