-
Notifications
You must be signed in to change notification settings - Fork 141
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
ESP8266 Module Won't Connect to Network #111
Comments
I would need more context to help. A lot of people get stuck and eventually find that their firewall is in the way…
… On Feb 29, 2020, at 17:50, CLK88 ***@***.***> wrote:
I followed the hookup guide here for the module: https://www.instructables.com/id/Add-WiFi-to-Arduino-UNO/
I changed ESP8266sendMessage example sketch with my network name, password, ip, and ports. When I upload it, in the serial monitor all I see is:
Connecting to (networkName)
............................. (ect)
Not sure what else to do to get it to work.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Firewall is disabled, and I double checked to be sure. |
Have you run other communication sketches to test your setup which don’t involve the OSC library, e.g. a basic ping test?
… On Mar 1, 2020, at 22:15, CLK88 ***@***.***> wrote:
Firewall is disabled, and I double checked to be sure.
What more do you need?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
I started having other issues and ended up completely uninstalling and re-installing the Arduino IDE. At some point during the process of trying to fix other problems, this example now works with my Feather. But for my project I want to use the generic module connected to an arduino and I'm having problems uploading any code to it now. But that's a separate issue. |
I followed the hookup guide here for the module: https://www.instructables.com/id/Add-WiFi-to-Arduino-UNO/
I changed ESP8266sendMessage example sketch with my network name, password, ip, and ports. When I upload it, in the serial monitor all I see is:
Connecting to (networkName)
............................. (ect)
Not sure what else to do to get it to work.
The text was updated successfully, but these errors were encountered: