-
Notifications
You must be signed in to change notification settings - Fork 644
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
Using an NodeMCU ESP32s #365
Comments
I will see if I can fix that, I don't own one so I can't test functionality but I can fix the compilation errors give me an hour or so. |
Which board are you selecting in the board menu? |
Are you sure you have your serial monitor set to 115200? It will output some gibberish in 76800 but the sketch debug will be in 115200 |
Have you confirmed your ip, gateway, and subnet settings with your router? |
The IP Address in the arduino sketch should be the one of the arduino, not of the pc |
Is it possible to use an ESP32s NodeMCU? because so far with my attempt I have not gotten it to work.
Tried:
Changing Data pin from 3 to 40
made sure my Ip address and SSID and Password are setup correctly on both the config and .ino file
Reason why I am trying this is because it was stated near the start of the .ino file referring to an ESP32, so I thought to give it a try. (All the other pythons scripts seem to be working perfectly, just can't seem to get the ESP and my computer to communicate)
The text was updated successfully, but these errors were encountered: