CNMAT / OSC

OSC: Arduino and Teensy implementation of OSC encoding
cnmat.berkeley.edu/oscuino
Other
741 stars 137 forks source link

ESP8266 Module Won't Connect to Network #111

Open ghost opened 4 years ago

ghost commented 4 years ago

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.

adrianfreed commented 4 years ago

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 notifications@github.com 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.

ghost commented 4 years ago

Firewall is disabled, and I double checked to be sure. What more do you need?

adrianfreed commented 4 years ago

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 notifications@github.com 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.

ghost commented 4 years ago

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.