Page 1 of 1

issue with multitasking (combining wifi task and dht11)

Posted: Sat Mar 17, 2018 11:34 am
by ningappa BS
hi everyone,
my project is to get the sensor data(dht11) and push the data to the sever, i split into tasks one to get data from sensor and other is to send it to server. I made separate tasks and there tasks are working properly, when I am combined to single program there am getting watchdog triggered. I tried with keeping some delay between tasks still am getting watchdog triggered.
please help me someone.
thanks

Re: issue with multitasking (combing wifi task and dht11)

Posted: Sun Mar 18, 2018 6:14 am
by WiFive

Re: issue with multitasking (combing wifi task and dht11)

Posted: Mon Mar 19, 2018 6:35 am
by ningappa BS
am using eclipse, initially it is working after some time watchdog is triggering