Re: How to use the esp8266 network module?

2022-10-01 Thread Alan C. Assis
Hi Prelude, There is not documentation to it yet, it was contributed many years ago. Please helps to improve NuttX, if you get it working, submit a documentation over github PR. Important note, that esp8266 integration is not using USRSOCK, so it is not the right way to do it. BR, Alan On 9/2

How to use the esp8266 network module?

2022-10-01 Thread Prelude
I saw the code of esp8266 in the directory apps/netutils/esp8266, but there is no test case. How can I test esp8266 using the UART?