ESP32 Bus Pirate Turns Low-Cost Boards into Multi-Protocol Debugging Tools
ESP32 Bus Pirate Turns Low-Cost Boards into Multi-Protocol Debugging Tools

linuxgizmos.com
ESP32 Bus Pirate Turns Low-Cost Boards into Multi-Protocol Debugging Tools - LinuxGizmos.com

Neat! ESP32s run FreeRTOS natively, but this looks like it might be running on their Arduino stack.
A great idea. Could use a nice flashy GUI like Saleae protocol analyzers.
The Arduino stack on esp32 is still freertos.
That's why it's recommended to leave the
loop()
empty, and run tasks (or whatever) in thesetup()
and have the tasks do their own loop