Hi
Can you please let me know the popular development boards for ESP32 that are recommended for new designs, I need at least 4M Flash and 4M Ram, even the most basic ones will be better, I need some insight
Regards,
Suded
Search found 3 matches
- Wed Jun 15, 2022 5:44 am
- Forum: General Discussion
- Topic: ESP32 Development boards
- Replies: 2
- Views: 1874
- Fri Apr 29, 2022 8:05 am
- Forum: General Discussion
- Topic: ESP32 Task
- Replies: 7
- Views: 3592
Re: ESP32 Task
I want to keep track of a variable that is declared in a typedef struct, I have instance of that variable, this done in aheader .h file that im including in main.src, all is comppiling ok but i cant use the right value of the variable The variable is used elsewhere in the software and dynamically ch...
- Fri Apr 29, 2022 4:50 am
- Forum: General Discussion
- Topic: ESP32 Task
- Replies: 7
- Views: 3592
ESP32 Task
I have a task on ESP32 I need to see an updated variable The task is running in parallel with main.src My variable is declared in .h file that is included in main.src using a structure, the variable is float and dynamically change by the software, how can I keep track of the variable and see its upd...