-
Notifications
You must be signed in to change notification settings - Fork 42
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
WIFI Problems #79
Comments
I'd need some more details to know what might be going on. Let's start with:
Note the chip only supports the 2.4 GHz WiFi bands. You could try if eg. a phone can pick up the setup WiFi. 😊 |
I'm having a similar issue except the LED won't come on at all. I thought with the size of our auditorium that the D1 mini pro would be better, but now it seems like nothing is working. It won't show the internal wifi network at all to do the initial setup. I've followed the instructions to the T. In the serial monitor it just repeats starting the connection and the ending with this. "Unable to connect. Serving "Tally Light setup" WiFi for configuration, while still trying to connect..." This is a brand new board LED is soldered correctly Running 3.1.2 in the board manager |
Try using the latest 2.x.x version of the board manager. I can't immediately tell what's going on. But the Led should still turn on to indicate it's connecting. |
That didn't work. It actually wouldn't load onto the board at all. Got this error message. Sketch uses 316660 bytes (30%) of program storage space. Maximum is 1044464 bytes. |
That's not an error message, but just information about how much of the modules' memory the program is using. If it didn't try to upload the program at the end you might have pressed the "verify" button instead of "upload". Could that be the case? Or did you get other error messages as well? You can copy the entire log into a txt file, and upload it here. |
I definitely used the upload button. When I changed the version in the board manager to the current version, it uploaded without issue. Must have something to do with the last 2.x.x version. Even though I'm getting it to upload though, the board itself still isn't broadcasting a wifi signal. So I'm still a bit dead in the water. This is the recouping message I see in the Serial Monitor.
|
Aaron, could it be related to me trying to use D1 Mini Pro vs just the D1 Mini? |
I don't remember if there is a specific D1 mini pro option, but maybe that could have an effect. Did you try the "All Flash" option under "Erase Flash"? |
Yeah, I did do that. I’m going to try and get a standard D1 mini board and try that before I go down this rabbit hole since I’m not very experienced in this type of thing. Very much appreciated on the assistance. |
I also once had a D1 mini board which WiFi didn't work, so that could also be possibility. |
Googleing D1 mini pro in Arduino gave me this: ...you should be able to select the Try selecting that and see what happens. |
Yeah, I tried loading the code via the d1 mini pro first and also tried it the way it was written in the instructions for the other board. |
I tried to build for D1 mini pro, but couldn't produce any errors. However, it won't upload to my regular D1 mini's, as it has less storage. |
I did everything the instructions said. The Light turn white and I needed to connect to the Wifi to set it but I cant see the Wifi name on my computer. Nothing at all and i dont know where to go to fix it. May be i forgot a set im not sure.
The text was updated successfully, but these errors were encountered: