I wanted to document this in case it saves another P1S owner a lot of troubleshooting or an unnecessary AP board replacement.
My Bambu Lab P1S suddenly would not connect to my home Wi-Fi. My setup is Optimum internet with a Google Mesh/Google WiFi network using a combined 2.4/5 GHz SSID.
Symptoms
The P1S would:
- See my Wi-Fi network.
- Report “Invalid password” in Bambu Handy even though the password was 100% correct.
- Show the correct SSID on the printer after some manual configuration attempts, but its IP remained 0.0.0.0.
- Fail on both my normal Google WiFi network and Google Guest network.
- Eventually have Bluetooth disconnect during some Bambu Handy setup attempts.
Bambu Lab support suspected a bad AP board and recommended replacing it.
Before doing that, I kept troubleshooting.
Things I tried that DID NOT fix it
- Rebooting/resetting the P1S.
- Forgetting/re-adding Wi-Fi.
- Bambu Handy setup multiple times.
- Google Guest Wi-Fi.
- Confirming WPA2 and 2.4 GHz were available.
- Moving the P1S closer to the Google router.
- Disconnecting an aftermarket lighting kit.
- Using
user_wifi.cfgon the SD card. - Creating a 2.4 GHz WPA2 Windows Mobile Hotspot.
- Downgrading the P1S firmware.
The Windows hotspot was especially interesting because it was definitely 2.4 GHz, WPA2-Personal, 802.11n, yet the P1S still reported an incorrect password.
The test that changed everything
I tried my iPhone Personal Hotspot with “Maximize Compatibility” enabled.
The P1S connected immediately and received a real IP address.
I was also able to bind the printer to my Bambu account, communicate with it through Bambu Handy, toggle the light, etc.
Even more importantly, I changed the iPhone hotspot password to the exact same password I’d used on the Windows hotspot.
The P1S still connected successfully.
That proved the password itself wasn’t the problem and strongly suggested the P1S Wi-Fi hardware/AP board was capable of working.
The eventual fix
I bought a NETGEAR EX6110 AC1200 WiFi Range Extender for about $40.
I manually configured it instead of using WPS.
The EX6110 connects upstream to my Google Mesh on 2.4 GHz, but broadcasts a separate network specifically for the P1S:
SSID: BambuWifi
Band: 2.4 GHz only
Radio: 802.11n
Security: WPA2-PSK / WPA2-Personal
Encryption: AES/CCMP
5 GHz: Disabled
I used the same Wi-Fi password that had successfully worked with the iPhone hotspot.
Before connecting the printer, I verified the new network from Windows Command Prompt using:
netsh wlan show interfaces
It showed:
SSID: BambuWifi**
Band:** 2.4 GHz**
Radio type:** 802.11n**
Authentication:** WPA2-Personal**
Cipher:** CCMP
Result: SUCCESS
The P1S connected to BambuWifi immediately and, instead of 0.0.0.0, received a real 192.168.86.x IP address from my home network.
My phone and computer remain connected normally to the original Google Mesh network.
I tested:
- Bambu Handy detecting the P1S while my phone was on the normal home Wi-Fi — works
- Controlling the P1S through Handy — works
- Bambu Studio on my Windows PC while the PC was on the normal home Wi-Fi — works
- Sending an actual print from Bambu Studio → P1S — works and the printer started printing
The final setup is essentially:
Google Mesh → 2.4 GHz → NETGEAR EX6110 → dedicated 2.4 GHz WPA2/AES network → P1S
Everything else in the house stays connected to the normal Google Mesh network.
Takeaway
If your P1S suddenly gives you “Invalid Password”, refuses to obtain an IP address and sits at 0.0.0.0, especially with Google/Nest WiFi or another mesh system, don’t immediately assume the AP board is dead.
Try connecting the P1S to a completely different 2.4-GHz network first. An iPhone hotspot with Maximize Compatibility enabled was the critical diagnostic test in my case.
If it connects to the hotspot and receives an IP, your Wi-Fi hardware is at least capable of functioning.
A cheap extender/access point broadcasting a dedicated 2.4 GHz, WPA2-AES, 802.11n network may solve the problem.
Obviously, this doesn’t mean every P1S with these symptoms has the same issue or that AP boards can’t fail. But in my case, Bambu support’s recommendation to replace the AP board would not have addressed the Wi-Fi compatibility issue we ultimately isolated.
Hopefully this saves somebody else a few hours and an unnecessary part replacement.