34
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 29 Sep 2025
34 points (100.0% liked)
Linux
9656 readers
279 users here now
A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
founded 2 years ago
MODERATORS
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