How to use wifi esp_at with ESP8285 ? #84838
-
I have an STM32 F429zi and a grove uart wifi V2(ESP8285) wifi module on my uart6. I'm able to connect to my wifi but I can't ping any IP. I'm able to ping my STM32 device from my others PC(windows,ubuntu). With
And with
When I try
And my ping from ubuntu PC :
If you need more informations, tell me. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I use the esp_at driver, it seems that because it's an offloaded driver it doesn't handle ICMP packets. |
Beta Was this translation helpful? Give feedback.
I use the esp_at driver, it seems that because it's an offloaded driver it doesn't handle ICMP packets.