Open ghost opened 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.
Firewall is disabled, and I double checked to be sure. What more do you need?
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.
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.