Search found 1 match
- Sun Mar 22, 2020 7:18 am
- Forum: General Discussion
- Topic: esp32 multicore programing problem: http send only 10 times
- Replies: 1
- Views: 2460
esp32 multicore programing problem: http send only 10 times
Hi all, I wrote some codes about parallel processing which one core is reading dht11 data and another core is sending data to thingspeak. I use arduino IDE and using function: xTaskCreatePinnedToCore to do this job. But the httpclient always send 10 times succeeded and get error continually. When I ...