Search found 2 matches

by abasel
Thu Jun 24, 2021 4:10 am
Forum: ESP32 Arduino
Topic: Dual Core task crashing even though same command works elsewhere
Replies: 2
Views: 3139

[SOLVED Re: Dual Core task crashing even though same command works elsewhere

Thanks for that. I don't think it's threadsafe.

Using FreeRTOS mutexes (https://microcontrollerslab.com/arduino ... heritance/), I managed to get it to work although there is lots of lag but that is an easier issue to sort out :)
by abasel
Thu Jun 24, 2021 1:10 am
Forum: ESP32 Arduino
Topic: Dual Core task crashing even though same command works elsewhere
Replies: 2
Views: 3139

Dual Core task crashing even though same command works elsewhere

I have ventured beyond my ability in this one. This project is for an IoT demo to some students. Using Telegram they can control some lighting as well as receive some notifications to events. The following are confirmed to be working: All lighting and lighting telegram messages Temperature sensor an...