Replies: 1 comment 10 replies
-
|
Hey Scoff! Ideally, you can find it out using a "software defined radio" (usually an RTL-SDR), but if you don't want to get one, the only option I see is to change that parameter by hand until you start receiving something. To do that, I recommend you set up a slider or numeric imput for home assistant. Check the other discussion and also the "advanced" yaml in this repo. Much luck! (But srsly, buy an sdr, not expensive and very fun to play with) |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @dbuezas
I came here after you pointed me in this direction from the HA community forum - thanks for all your efforts making this esphome-cc1101 available! :)
I have installed ESPHome on an ESP32 DEVKITV1 board

and connected this to a D-SUN CC1101 433 board as follows:
CC1101 ESP32
VCC -> 3v3
GND -> GND
SCK -> D14
MOSI -> D13
GDO2 -> n/a
MISO -> D12
CSN -> D15
GDO0 ->D25
However, am I correct in thinking I don't need to use these specific Hardware SPI pins, as per your answer on discussion #1 "The way this component works is by putting the cc1101 in "dumb mode" and send/receive the information through a single pin (instead of using SPI)"
Will using these hardware SPI pins cause an issue in this scenario - should I use alternative pins instead? My ESPHome yaml code compiles ok and installs fine, but I haven't created any sensors within it using the raw 433 codes yet, as I just want to 'sniff' what I believe to be an FSK transmission first to ensure my hardware and basic code works and picks up the raw data. Currently not seeing any raw data in my ESPHome logs for this board.
Beta Was this translation helpful? Give feedback.
All reactions