Hi, I want to interface an ESP8266 Wi-Fi module with my LPC865 customized board. I'm new to working with Wi-Fi. Initially, I plan to interface the USART using the polling method. Can anyone provide guidance on how to interface the ESP8266 Wi-Fi module with my controller, along with any example code?
@Pavel_Hernandez Sorry for my late reply. I've been working on another project. Why did you relate the loopback example to the driver? I'm actually working with the ESP8266 Wi-Fi Module. Could you please explain the initial steps I need to take and what the most relevant examples are?
Hello, I based the recommendation on this comment "I plan to interface the USART using the polling method." I suggest use the example below, because the polling method is blocking mode.