Chat freely about anything...

User avatar
By alonewolfx2
#6018
Athena wrote:How about this issue now? Does it still bother you?

No. It's working if I call before xTaskCreates. But now softap can't configure. I added code and error message on espressif bbs.
User avatar
By hreintke
#6035 LS,
I am just starting to experiment with the Freertos sdk.
Have the latest build now correctly compiling in the "CHERTS Windows devkit + eclipse".

First tries were very unstable but probably caused by "buffer overrun" in the basic example. When I updated that it looks OK.
Also updated the read/recv in the server part of the example as that is using a blocking read.
Now got a very basic HTTP server running and as such learning on the job, after that the communication with arduino.

My questions :
- Does anyone know how to update the 74880 bitrate to a more usual speed ?
- Is there a way to have a callback function on a tcp received packet ?
if yes, where would I find an example of the that ?

Herman