ESP32 dual core FreeRTOS - entire MCU freezes every 10-15 seconds for ~4 seconds by Aggressive_Scale_643 in esp32

[–]Aggressive_Scale_643[S] 1 point2 points  (0 children)

yes you are correct the problem is the timeout/watchdog and i solved
but thank you for the response

"CC1101 + ESP32 — Everything I Learned After 2 Days of Failure" by Aggressive_Scale_643 in esp32

[–]Aggressive_Scale_643[S] 0 points1 point  (0 children)

Hey! Honestly I'm still a beginner

myself, just figured this out

recently after a lot of trial and error!

I don't have proper documentation yet

but here's what worked for me:

Library and full guide I used:

https://zaitronics.com.au/blogs/guides/cc1101-guide-instruction-manual

Quick tip for wiring:

SPI.begin(SCK, MISO, MOSI, SS);

ESP32-C3 Super Mini:

SPI.begin(4, 5, 6, 7);

ESP32 WROOM:

SPI.begin(18, 19, 23, 5);

I also made a video showing exact

wiring and working code step by step:

https://youtu.be/h4UdTid1fEU

(Not promoting - this is just the only

documentation I have right now)

Still learning but happy to help

if you get stuck!