Hello,
I am using ESP12E and Arduino v.1.6.8
Maybe some colleagues can find an explanation for my problem. Well, when I activate the transition to deep sleep mode in the program, I get nothing over UDP after waking up. However, when I activate the sleep mode, the programme runs like crazy. All UDP data is received.
I would like to add, that after waking up from deep.sleep, the data after uart comes correctly.
I have no idea what is wrong. I've probably searched all the links Uncle google spit out and nothing. I still don't know how to bite it....
Here is the code:
Maybe someone has encountered a similar problem....
ps. I tested the program on two different ESP12E and WROOM-02 modules - behaviour identical.
Greetings
Korteksik
I am using ESP12E and Arduino v.1.6.8
Maybe some colleagues can find an explanation for my problem. Well, when I activate the transition to deep sleep mode in the program, I get nothing over UDP after waking up. However, when I activate the sleep mode, the programme runs like crazy. All UDP data is received.
I would like to add, that after waking up from deep.sleep, the data after uart comes correctly.
I have no idea what is wrong. I've probably searched all the links Uncle google spit out and nothing. I still don't know how to bite it....
Here is the code:
Code: C / C++
Maybe someone has encountered a similar problem....
ps. I tested the program on two different ESP12E and WROOM-02 modules - behaviour identical.
Greetings
Korteksik