Hello NXP Experts,
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
		
			Pavel_Hernandez
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hello, my name is Pavel, and I will be supporting your case, I recommend use the SDK example to review how the communication is done.
Select Board | MCUXpresso SDK Builder (nxp.com)
Best regard,
Pavel
hi @Pavel_Hernandez i already have LPCXpresso860MAX SDK. where is the example driver?
can you show me that?
 Pavel_Hernandez
		
			Pavel_Hernandez
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hello, need to select one and then click finish.
Maybe the fist is what you are looking for, only need to modify for your application.
Best regards,
Pavel
@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?
 Pavel_Hernandez
		
			Pavel_Hernandez
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		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.
Best regards,
Pavel
