Connection refused IoT 33 Wifi
antonigimenezrodriguez opened this issue ยท 5 comments
-
You should try to update WiFiNINA firmware first by follow this.
-
The FIREBASE_HOST may not valid.
This credential will be used as part of internal request URL end point which device can't find the server or URL or server reject the connection due to not found.
The FIREBASE_HOST should defined as .firebaseio.com or ..firebasedatabase.app
This URL should be copied from the Firebase RTDB console, see the URL at the top of database tree, copy it by excluding the https:// at the beginning and / (slash) at the end.
- Try to renew the database secret.
Don't forget to add your firebase domain and update certificate.
Try following
Reset your router or connect trough the mobile or PC mobile hotspot.
Change the USB cable with shorter cable or try to connect the large value capacitor (> 220 uF) between 3.3V and GND.
Go to Arduino IDE choose File -> Examples -> WiFiNINA -> WiFiSSLClient and test it.
If the example works, the library should work too.