firmware icon indicating copy to clipboard operation
firmware copied to clipboard

Cc1101 on custom build

Open wh1ter0z opened this issue 2 months ago • 7 comments

Hi

I built an cyd (custom board) With ili9488 tft , sdcard module , esp32 wroom When i connect cc1101 on sdcard pins with 22, 27 gdo , csn sd will works good but cc1101 it says not found

Tft on pins 12 13 14 15 2 Sd on 18 19 23 5 Cc1101 on 18 19 23 22 27 -1 But not found any solution for my custom build ?

wh1ter0z avatar Oct 07 '25 08:10 wh1ter0z

same here on Marauder Mini , Bruce 1.11 ESP32 WROOM-32U with buttons.

honarvar90 avatar Oct 07 '25 09:10 honarvar90

same here on Marauder Mini , Bruce 1.11 ESP32 WROOM-32U with buttons.

I used last version i dont know how to use cc1101

wh1ter0z avatar Oct 07 '25 09:10 wh1ter0z

I am also using the CC1101 V2 with 8pins on 18 19 23 27 5 -1 considering the following pinout for the module :

Pin No | Pin item 1 | GND 2 | VCC 3 | GDO0 4 | CSN 5 | SCK 6 | MOSI 7 | MISO/GDO1 8 | GDO2

honarvar90 avatar Oct 08 '25 05:10 honarvar90

I am also using the CC1101 V2 with 8pins on 18 19 23 27 5 -1 considering the following pinout for the module :

Pin No | Pin item 1 | GND 2 | VCC 3 | GDO0 4 | CSN 5 | SCK 6 | MOSI 7 | MISO/GDO1 8 | GDO2

Works for you ?

wh1ter0z avatar Oct 08 '25 05:10 wh1ter0z

@wh1ter0z I use LilyGO T-Display-S3 with sd reader (SPI) and cc1101 connection from https://github.com/pr3y/Bruce/blob/main/boards/lilygo-t-display-s3/connections.md

But cc1101 works if I start reading from sd card (menu Files - SD car) first. If I reboot Bruce and immediately select RF - Scan/Copy, I get the message "CC1101 not found"

alrek12345 avatar Oct 17 '25 08:10 alrek12345

Image [https://app.cirkitdesigner.com/project/a11987ca-1dcd-4bf8-a515-e1c13e6e0eb8](url)

https://github.com/pr3y/Bruce/blob/main/boards/CYD-2432S028/pins_arduino.h

To ensure, go to the config menu, select About, which will display the pin in use, and each version may have pin modifications.

static const uint8_t TX = 1; static const uint8_t RX = 3;

static const uint8_t SDA = 21; static const uint8_t SCL = 22;

static const uint8_t SS = 5; static const uint8_t MOSI = 23; static const uint8_t MISO = 19; static const uint8_t SCK = 18;

RossFallESP32 avatar Oct 25 '25 11:10 RossFallESP32

I built like this

Sd cs 27 Cc1101 cs 5 Cc1101 ce 26 Then i didnt get error of no cc1101 found but no signal detect and all fake

wh1ter0z avatar Oct 25 '25 12:10 wh1ter0z