Open Lite-Project opened 2 years ago
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? I'm having trouble replicating this
I was able to compile for NodeMCU-32S just fine, could you post your error message and what platform you are on?
I don't get and visual errors other than the serial monitor showing up garble.
Also After uploading the code, the lights just stay on and don't respond at all to the visualizer. Just reuploading the image noticed it did not show my settings on the config.py side. (Sorry for late response busy at uni and work)
This is the most common response I get from the serial monitor
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
Oh okay, but after changing it still will not connect? I know my ssid is correct and password, also my ip address as I have set it as static through dhcp reserve, is there anything else I can do to allow the connection?
Have you confirmed your ip, gateway, and subnet settings with your router?
Yup
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)