Using the M5 cc1101 module? #2040
Replies: 2 comments 1 reply
-
|
Once everything is wired up , you will need to go to : Otherwise it will not consider the module. |
Beta Was this translation helpful? Give feedback.
-
|
The M5Stack CC1101 Module is a dedicated Sub-GHz RF transceiver -- it does not extend or boost the M5 Fire's built-in WiFi/Bluetooth radio. These are completely separate systems. What the CC1101 Module DoesThe CC1101 operates on Sub-GHz frequencies (300-928 MHz) for things like:
The M5 Fire's built-in WiFi/BT (ESP32) operates at 2.4 GHz -- a completely different frequency band. How to Use It in BruceYes, you'd use the CC1101 option in the RF configuration menu:
{
"cc1101_miso_pin": 38,
"cc1101_mosi_pin": 23,
"cc1101_sck_pin": 18,
"cc1101_cs_pin": 5,
"cc1101_gdo0_pin": 26,
"cc1101_gdo2_pin": 36
}Note: Pin numbers may vary depending on which M-Bus slot you're using. Check the M5Stack CC1101 module docs for the specific pinout.
M5 Fire SpecificsThe M5 Fire uses the ESP32 (not PICO), so all GPIO pins should be available through the M-Bus. Make sure:
Quick TestTo verify the module works:
So to directly answer your question: the CC1101 option in RF config is exactly what you want. It's a separate radio, not a WiFi booster. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
https://docs.m5stack.com/en/module/Module_CC1101
I'm trying to use this module with the M5 Fire, but I may have an issue understanding my device. Would I use this with the cc11o1 option within the RF configuration, or is this just going to increase my normal RF within the fire? Thank you in advance all help appreciated.
Beta Was this translation helpful? Give feedback.
All reactions