this post was submitted on 29 Sep 2025
36 points (100.0% liked)

Linux

10022 readers
545 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
top 3 comments
sorted by: hot top controversial new old
[–] fubarx@lemmy.world 5 points 1 month ago (1 children)

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.

[–] towerful@programming.dev 4 points 1 month ago

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 the setup() and have the tasks do their own loop

[–] beeng@discuss.tchncs.de 4 points 1 month ago

So cool.

I've got so many ESP projects lined up for winter, I can't wait.

S3 boards seem to be the new shit, or what others should I look at?