Schematics vs pinout mismatch?
I can't quite follow the schematics vs pinout table.
For instance on the left side, following the yellow and orange wire, they correspond to GPIO14 (TMS) and GPIO11 (SD3) according to the ESP32 D1 Mini Pinout. Those aren't mentioned in the table. There's another instance on the right side, where the green wire goes into TDI which is GPIO12 and also not being mentioned on the table.
GPIO12 isn't mentioned in the table, but it's defined as GDO0 in code (#define PIN_GDO0 12). What's the correct pinout mapping to follow? I have an 8-pin CC1101 board and I'm currently struggling to wire it up correctly.
Cheers and thanks for the project.
Nevermind. I supppose GDO0 has been changed to Pin 12 based on this recommendation? https://github.com/LSatan/SmartRC-CC1101-Driver-Lib/issues/78
As for the rest of the pins I can probably just follow the default wiring from the CC1101 library.
Edit: It's probably also preferable to connect VCC of the CC1101 module to the regulated 3.3V pin of the ESP32 instead of feeding it direct voltage from the 18650 cell.
This would be the connection schematic from an 8 pin CC1101 to the ESP32 if I follow the connections described in the text, can you confirm that this would be correct?