Description
Checklist
- Checked the issue tracker for similar issues to ensure this is not a duplicate
- Read the documentation to confirm the issue is not addressed there and your configuration is set correctly
- Tested with the latest version to ensure the issue hasn't been fixed
How often does this bug occurs?
always
Expected behavior
Issues in getting IP address (ip route table) after successfully WIFI STA CONNECT Between host and esp32s3 in the esphosted fg implementation.
-
Ported ESP32 Host side driver module code ,referred porting guide to Android based MYIR LT527 Allwinner board.
-
.SPI communication works fine , able to get esp32_spi: process_init_event: esp boot-up event processed message
-
using c-support hostcontrol test , using get_ap_scan_list -> getting all the AP list at host
4 . STA_CONNECT is connecting to the pre-configured wifi AP configured with SSID and PWD in ctrl_config.h
log on both esp32 side anf host side its show WIFI AP connected.- wifi:I (390942) slave_ctrl: connected to ap SSID:'ITAS-Air5',
but when ping from Host to the IP address of AP its unreachable, and also not able to ping any external IP address.
Actual behavior (suspected bug)
when I ping from Host to the IP address of AP its unreachable, and also not able to ping any external IP address. can you please help what i am missing here after connection successful.
Logs attached for the following scenario ESP32 side and host side & c-support terminal log
esp32_connect.txt
esp32_init.txt
esp_app1.txt
esp_host_connect.txt
esp_host_init.txt
Error logs or terminal output
Steps to reproduce the behavior
Using c-support hostcontrol test , using get_ap_scan_list -> getting all the AP list at host
STA_CONNECT is connecting to the pre-configured wifi AP configured with SSID and PWD in ctrl_config.h
log on both esp32 side anf host side its show WIFI AP connected.- wifi:I (390942) slave_ctrl: connected to ap SSID:'ITAS-Air5',
but when ping from Host to the IP address of AP its unreachable, and also not able to ping any external IP address.
Project release version
ESP-Hosted-FG-release_0.0.5.tgz for rpi4b and ESP-Hosted-FG-release_0.0.5.tgz for esp32 s3 wroom 1
System architecture
ARM 64-bit (Apple M1/M2, Raspberry Pi 4/5)
Operating system
Linux
Operating system version
linux-5.15
Shell
ZSH
Additional context
No response