Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

serial shows got the static ip but ping shows no respond #2

Open
yunhai20082008 opened this issue Jan 9, 2024 · 2 comments
Open

serial shows got the static ip but ping shows no respond #2

yunhai20082008 opened this issue Jan 9, 2024 · 2 comments

Comments

@yunhai20082008
Copy link

yunhai20082008 commented Jan 9, 2024

esp32_wifi_microphone_async

esp32-wroom-32 with inmp441 on others' project are ok,I could got the wav with normal sound

@vernonet
Copy link
Owner

vernonet commented Jan 9, 2024

I found a small typo in the code (already fixed it), checked it on the board "ESP32 S2 Mini" - everything works. Are you doing the configuration after the first power-up (TRIGGER_PIN3 -> GND)? Your firewall may be blocking the connection.

@vernonet
Copy link
Owner

vernonet commented Jan 9, 2024

I compiled a new binary for esp32dev (esp32-wroom-32) :
firmware.zip
....upd.: tested on esp32-wroom-32, did not test with static IP, only DHCP.

Starting...
compile date: Jan  9 2024 18:59:14
LittleFS mount OK!
{"mic_login":"admin","mic_pass":"admin","mic_port":"8080"}
Config file was successfully parsed
Stored: SSID = *******, Pass = *******
Connecting to *******
After waiting 1 secs more in setup(), connection result is connected. Local IP: 192.168.1.132

WiFi connected
Local IP: 192.168.1.132
SoftAP IP: 192.168.4.1
MDNS responder started
Server started
New client conected - IP 192.168.1.100 PORT 59730 <---> client disconected


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants