loboris / MicroPython_ESP32_psRAM_LoBo

MicroPython for ESP32 with psRAM support
Other
831 stars 344 forks source link

Question: T-call esp32 micropython getaddrinfo() #325

Open fxmike08 opened 4 years ago

fxmike08 commented 4 years ago

Hi,

I've extracted from your repository only the gsm module. I was able to make it work with micropython v1.12 with some modifications, but when is trying get the address getaddrinfo() by using DNS address, is always returning empty list. If I pass the IP address is working.

It may be from not having WIFI initialized... I want to make it work only by using the gsm module.

Do you know what am I missing, any idea ?

Thanks. Mike