Search found 96 matches
- Mon May 09, 2022 2:14 pm
- Forum: Projects - Embedded
- Topic: ESP32 Mesh
- Replies: 3
- Views: 409
Re: ESP32 Mesh
Yes it will be a very nice functionality and a customer want to order a project with this !
- Thu May 05, 2022 11:03 am
- Forum: Projects - Embedded
- Topic: ESP32 Mesh
- Replies: 3
- Views: 409
Re: ESP32 Mesh
nothing new about ESP32 Mesh ?
- Wed Mar 02, 2022 8:07 am
- Forum: General
- Topic: ESP32 Detected size & WDT
- Replies: 5
- Views: 875
Re: ESP32 Detected size & WDT
5038ms then 5039ms etc...
- Wed Mar 02, 2022 8:06 am
- Forum: General
- Topic: ESP32 Detected size & WDT
- Replies: 5
- Views: 875
Re: ESP32 Detected size & WDT
hi eveyone, Minimum delay must be 10ms, no matter if the flash size is set to 4mb or 2mb, if below 10ms Task watchdog got triggered MJU20, with a 40s delay the WDT will not be triggered because all CPU power will not be affected to the task but if you adjust to below 10ms it will be triggered. I did...
- Thu Feb 24, 2022 4:36 pm
- Forum: Bug Reports
- Topic: Circularbuffer Getbyte get out wrong data position
- Replies: 15
- Views: 1730
Re: Circularbuffer Getbyte get out wrong data position
may be I'm wrong I will check carefully later.
Thx for your help
Thx for your help
- Thu Feb 24, 2022 3:26 pm
- Forum: User Components
- Topic: How to know which modification are done on components?
- Replies: 17
- Views: 1972
Re: How to know which modification are done on components?
no news about RTC ESP32 NTP.fcpx V4 issue ?
- Thu Feb 24, 2022 3:24 pm
- Forum: Bug Reports
- Topic: Circularbuffer Getbyte get out wrong data position
- Replies: 15
- Views: 1730
Re: Circularbuffer Getbyte get out wrong data position
hi Ben and Steve,
Still no news about this problem ?
Still no news about this problem ?
- Mon Feb 21, 2022 6:28 pm
- Forum: Projects - Embedded
- Topic: ESP32 : Multitasking prog sample using XtaskCreate
- Replies: 0
- Views: 249
ESP32 : Multitasking prog sample using XtaskCreate
Hi,
Small prog who is using XtaskcreatePinnedTocore to start task on specified Core with priorities
Main task will start the Tasks then task will restart automatically with a vTaskDelayUntil specified.
Small prog who is using XtaskcreatePinnedTocore to start task on specified Core with priorities
Main task will start the Tasks then task will restart automatically with a vTaskDelayUntil specified.
- Fri Feb 18, 2022 4:08 pm
- Forum: Bug Reports
- Topic: Circularbuffer Getbyte get out wrong data position
- Replies: 15
- Views: 1730
Re: Circularbuffer Getbyte get out wrong data position
hi,
Even with setting the buffer to one more, the second issue is still there who I'm talking today is still there! Did you tried the program sent to you ?
Even with setting the buffer to one more, the second issue is still there who I'm talking today is still there! Did you tried the program sent to you ?

- Fri Feb 18, 2022 2:55 pm
- Forum: Bug Reports
- Topic: Circularbuffer Getbyte get out wrong data position
- Replies: 15
- Views: 1730
Re: Circularbuffer Getbyte get out wrong data position
Hi, what are the news about buffer problem, still no news since end of December? (Need to setup the buffer size to nbr data to store+1) This causes another issue : When discard buffer with get array, oldest entered value is never discarded ! 1st test - Buffer size5, 8 bytes to enter in buffer, 4 Byt...