I have made this project with the ESP32 D1 mini and the CC1101 (8 pin version), hence the wiring is somewhat different than the provided picture if I follow the provided pin to pin assignment.

The problem starts when I try to run the code from Arduino IDE; the program is compiled and loaded successfully, and keeps repeating the following code, but no Bluetooth device is visible.
[ 482][I][BluetoothSerial.cpp:575] esp_bt_gap_cb(): ESP_BT_GAP_CONFIG_EIR_DATA_EVT: stat:0 num:4
[ 483][I][BluetoothSerial.cpp:707] _init_bt(): device name set
I have tried the SerialToSerialBT example for the ESP32 D1 mini in the Arduino IDE and this works just fine (while seemingly using the same code)
Do you have any idea what could be going wrong?
Thanks in advance for your help.
I have made this project with the ESP32 D1 mini and the CC1101 (8 pin version), hence the wiring is somewhat different than the provided picture if I follow the provided pin to pin assignment.

The problem starts when I try to run the code from Arduino IDE; the program is compiled and loaded successfully, and keeps repeating the following code, but no Bluetooth device is visible.
[ 482][I][BluetoothSerial.cpp:575] esp_bt_gap_cb(): ESP_BT_GAP_CONFIG_EIR_DATA_EVT: stat:0 num:4
[ 483][I][BluetoothSerial.cpp:707] _init_bt(): device name set
I have tried the SerialToSerialBT example for the ESP32 D1 mini in the Arduino IDE and this works just fine (while seemingly using the same code)
Do you have any idea what could be going wrong?
Thanks in advance for your help.