-
ERF R003 v2.0 CISECO CC1101
http://www.ebay.de/itm/ERF-0-1-034-pin-spaced-radio-module-by-Ciseco-/322008562140
Das Datenblatt zum C1101 gibt einen zusätzlichen Range Extender C1190 an.
Der erhöht …
-
Hi, I am using ESP32 and CC1101 for TX and RX. The TX code is as follows:
Details
```c++
#include
CC1101 radio = new Module(5, 2, RADIOLIB_NC, 4);
PagerClient pager(&radio);
void setu…
-
Hello! I am excited by this project, it is very cool. Thank you for making it!
I live in a region where 868MHz is not allowed but 915MHz is OK (US). So I acquired some Chroma74 (and other Chroma) …
-
First of all, thanks for the excellent work!
When compiling with highest warn level, the compiler spits out the message
```
Arduino/libraries/SmartRC-CC1101-Driver-Lib/ELECHOUSE_CC1101_SRC_DRV.cp…
-
Hi,
I quickly looked at the exmaple sketch and I didn't find any llace were is defined the modulation.
Shall infer it is hardcoded to ASK?
Or somewhere is possible to switch between those modulatio…
-
Hello.
I have got a CC1101 868 Mhz and a nodemcuv2. wired them accordingly the readme
Last 2 days i have been trying to sniff some PIR sensors (868mhz) with no success.
at this point i dont e…
-
Hi , i am recently trying to develop a heart rate pulse oximeter that i will connect with an MSP430FR5994 microcontroller ,so i find yours project but I am confused by those 3 libraries , follows:
**…
-
When pressing a button on a remote I get
```
CC1101: Connection OK
CC1101: Rx mode
Rssi: -65
LQI: 255
Guru Meditation Error: Core 1 panic'ed (LoadProhibited). Exception was unhandled.
Core 1 r…
-
Hello Guillaume,
I come around your code, and was very interest to it because I own a VMC Ideo 325 myself.
I was able to run this code with some modifications on a raspberry, and decode the comm…
-
Hi,
I am trying to use this library to send packets that are about 600 bytes long using a CC1101. I see the PacketLengthMode.INFINITE has been commented out in the options.py file. Is this because …