Search found 2 matches

by bakmurat
Thu Jul 05, 2018 8:46 am
Forum: General Discussion
Topic: connect to internet(create a tcpip client using netconn) using ESP32 and ATSAME(main MCU)
Replies: 1
Views: 2457

Re: connect to internet(create a tcpip client using netconn) using ESP32 and ATSAME(main MCU)

So, I have interfaced ethernet and GPRS module with ATSAME MCU and its working. I have also used ready to use ESP32 examples and created tcpip_client.

Now I need to connect ESP32 to ATSAME through UART and create netconn(LWIP) connection in ATSAME side.

Can you tell me how to proceed?
by bakmurat
Tue Jul 03, 2018 7:54 am
Forum: General Discussion
Topic: connect to internet(create a tcpip client using netconn) using ESP32 and ATSAME(main MCU)
Replies: 1
Views: 2457

connect to internet(create a tcpip client using netconn) using ESP32 and ATSAME(main MCU)

I have ATSAME MCU and ESP32. I used ready to use esp-idf examples to create http_request in eclipse with ESP32(standalone). Now, I want to make a tcp_client using ESP32 module together with ATSAME53. ATSAME will be acting as the main MCU and I want to create a client using netconn APIs in lwip which...