SmartRC-CC1101-Driver-Lib icon indicating copy to clipboard operation
SmartRC-CC1101-Driver-Lib copied to clipboard

This driver library can be used for many libraries that use a simple RF ASK module, with the advantages of the cc1101 module. It offers many direct setting options as in SmartRF Studio and calculates...

Results 110 SmartRC-CC1101-Driver-Lib issues
Sort by recently updated
recently updated
newest added

Hello, Where can I find the example sketch Arduino to calibrate (in freqency) my cc1101 ? Thanks for your answer. Pierre

First of all thank you for your dedicate to make this lib. I set the spi pin according to datasheet: Miso 5 Mosi 6 SCK 4 Ss 7 Board: esp32c3...

When attempting to run the minimal receiver example from the Arduino library for the CC1101 module, I encountered several compilation errors and warnings. These occurred in the ELECHOUSE_CC1101_SRC_DRV.cpp file. ##...

How do I Connect the CC1101 to the ESP32-C3 To setup the CC1101 I cannot use the setSpiPin() as this will be reset by the init()->setSpi(). And there the ESP32...

` #include // Definición de pines #define BUTTON_PIN 4 #define LED_PIN 7 #define MIC_PIN A0 #define SPEAKER_PIN 3 // Variables globales byte buffer[61]; // Buffer para almacenar datos recibidos void...

Hello there, could someone please help me to connect and give me a code example? i have my esp-wroom-32 and my 8pin cc1101 (EO7-M11010) and i want it to receive...

Hi, I own 2pcs CC1101 868MHz modules (https://shorturl.at/chyN5), several Arduino Unos and RTL SDR V4 Stick. Im using default pinout From the spi (SCK_PIN = 13; MISO_PIN = 12; MOSI_PIN...

This library conflicts with TFT_eSPI, to solve it I had to change the "spi" variable to "ccspi" in the library, since it conflicted with the spi class of TFT_espi, if...

Hello, I try to receive wireless MBUS Telegrams e.g. from Smoke Detectors, Water Meters and Heat Cost Allocators. I war able to configure the CC1101 in the Examples according to...

I bought TI-CC1101 and used it with arduino uno to sniff but when i uploaded any code from SmartRC library only thing i get on serial monitor is "Connection OK"...