Comments on: ESP32 with FreeRTOS (Arduino IDE) – Getting Started: Create Tasks https://randomnerdtutorials.com/esp32-freertos-arduino-tasks/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Sun, 14 Dec 2025 15:53:16 +0000 hourly 1 https://wordpress.org/?v=6.8.5 By: Sara Santos https://randomnerdtutorials.com/esp32-freertos-arduino-tasks/#comment-1137783 Sun, 14 Dec 2025 15:53:16 +0000 https://randomnerdtutorials.com/?p=173475#comment-1137783 In reply to Larry Dalton.

No.
It’s included by default in the ESP32 core.

Regards,
Sara

]]>
By: Larry Dalton https://randomnerdtutorials.com/esp32-freertos-arduino-tasks/#comment-1137769 Sun, 14 Dec 2025 14:45:31 +0000 https://randomnerdtutorials.com/?p=173475#comment-1137769 Don’t you need an #include statement in source code for the RTOS library?

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-freertos-arduino-tasks/#comment-1137714 Sun, 14 Dec 2025 11:19:24 +0000 https://randomnerdtutorials.com/?p=173475#comment-1137714 In reply to Roland Johansson.

Hi.
I think it doesn’t make much different.
Regards,
Sara

]]>
By: Roland Johansson https://randomnerdtutorials.com/esp32-freertos-arduino-tasks/#comment-1137689 Sun, 14 Dec 2025 09:58:39 +0000 https://randomnerdtutorials.com/?p=173475#comment-1137689 Hi!

is for(;;) better than while(1) för RTOS ?

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-freertos-arduino-tasks/#comment-1127980 Thu, 27 Nov 2025 16:27:24 +0000 https://randomnerdtutorials.com/?p=173475#comment-1127980 In reply to Johnny.

Hi.
Can you try using a different GPIO with an LED connected to it?

Can you send a link to your board? Does it have the same pinout as ours?

Regards,
Sara

]]>
By: Johnny https://randomnerdtutorials.com/esp32-freertos-arduino-tasks/#comment-1127978 Thu, 27 Nov 2025 15:59:07 +0000 https://randomnerdtutorials.com/?p=173475#comment-1127978 Hi.
I’m using the Esp32DevKitv1. My LED is on pin D2, but it blinks only once and then nothing. It compiles and uploads fine, but it blinks only once also displays that only once to the serial monitor. What could the issue? I’m using Arduino IDE 2.3.6. Please help?
Johnny

]]>
By: Jordi Viñas https://randomnerdtutorials.com/esp32-freertos-arduino-tasks/#comment-1119819 Thu, 06 Nov 2025 20:43:01 +0000 https://randomnerdtutorials.com/?p=173475#comment-1119819 In reply to Sara Santos.

Hope you think of it quickly. I will buy it too!
Keep to the good work

]]>
By: Dualvim https://randomnerdtutorials.com/esp32-freertos-arduino-tasks/#comment-1111522 Sun, 19 Oct 2025 21:48:26 +0000 https://randomnerdtutorials.com/?p=173475#comment-1111522 Thamks a lot for sharing this Ray!

]]>
By: Ray Leiter https://randomnerdtutorials.com/esp32-freertos-arduino-tasks/#comment-1111511 Sun, 19 Oct 2025 21:10:20 +0000 https://randomnerdtutorials.com/?p=173475#comment-1111511 Real Time Kernel A Hands-On Tutorial Guide Richard Barry -and- The FreeRTOS Team Release Version - 1.1.0 In Section 3.1.1 Prerequisites, Richard Barry says: "Being a competent C programmer is a prerequisite for using FreeRTOS..." Of course, that is only part of it -- one must also grasp all of the complex topics associated with real-time programming as well as the ESP32's implementation of resources to assist in real-time programming.]]> I have been going through the Random Nerd Tutorials on FreeRTOS on the ESP32.
In my efforts to learn as much as I can about the FreeRTOS, I have come across the following additional information:

This stuff is not simple.

Here is a document anyone wanting to learn as much as they can, should probably read:
(It can be found here: freertos.org/)
(There is also a Reference Manual)

Mastering the FreeRTOS™ Real Time Kernel
A Hands-On Tutorial Guide
Richard Barry -and- The FreeRTOS Team
Release Version – 1.1.0

In Section 3.1.1 Prerequisites, Richard Barry says:
“Being a competent C programmer is a prerequisite for using FreeRTOS…”
Of course, that is only part of it — one must also grasp all of the complex topics associated with real-time programming as well as the ESP32’s implementation of resources to assist in real-time programming.

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-freertos-arduino-tasks/#comment-1111150 Sat, 18 Oct 2025 18:02:22 +0000 https://randomnerdtutorials.com/?p=173475#comment-1111150 In reply to Miza.

Hi.
Thanks for the suggestion.
I need to start thinking about it.
Regards,
Sara

]]>