Search found 2 matches

by zaphodb
Sat Dec 19, 2020 2:26 pm
Forum: ESP-ADF
Topic: ESP-ADF: Connecting to WiFi but not acquiring IP via DHCP
Replies: 8
Views: 58765

Re: ESP-ADF: Connecting to WiFi but not acquiring IP via DHCP

Hi cyberslug, I got it "working". If you add a call to "tcpip_adapter_init()" as shown below in file "play_http_mp3_example.c" it will work. tcpip_adapter_init() will set the flag "s_tcpip_adapter_compat" to true, and as a result the function "tcpip_adapter_set_default_wifi_handlers()" will register...
by zaphodb
Sun Dec 13, 2020 12:23 pm
Forum: ESP-ADF
Topic: ESP-ADF: Connecting to WiFi but not acquiring IP via DHCP
Replies: 8
Views: 58765

ESP-ADF: Connecting to WiFi but not acquiring IP via DHCP

Hello, I want to use a LyraT board and ESP-ADF to create a Wifi Internet Radio. When i run the ADF examples like "pipeline_living_stream" my board successfully connects to my Wifi AP (I can see it has associated) but (although I understand this is the default behaviour) it does not acquire an IP add...