Cc1101 on custom build
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 ?
same here on Marauder Mini , Bruce 1.11 ESP32 WROOM-32U with buttons.
same here on Marauder Mini , Bruce 1.11 ESP32 WROOM-32U with buttons.
I used last version i dont know how to use cc1101
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
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 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"
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;
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