I installed OMG on an ESP32 Wroom with a CC1101, first I used it with dupont and then soldered, the problem Im having is that when I press a button on a remote controller (RF) it crashes the esp, it drops from wifi as well.
The pins are connected as follows:
-
CC1101 VCC → ESP32 3.3V
-
CC1101 GND → ESP32 GND
-
CC1101 SCK → ESP32 GPIO18
-
CC1101 MISO → ESP32 GPIO19
-
CC1101 MOSI → ESP32 GPIO23
-
CC1101 CSN → ESP32 GPIO5
-
CC1101 GDO0 → ESP32 GPIO12
-
CC1101 GDO2 → ESP32 GPIO27
Im using it with the esp32dev-rtl_433 image
Sometimes if works for a while and others it drops on the first try.
I thought it could be a dupont connection problem, but after soldering the pins Im having the same problem.
Any ideas?