-
Notifications
You must be signed in to change notification settings - Fork 113
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
GBS board not responding after reflashing arduino #565
Comments
Hey, |
Hi,
I also verified that the component cables I'm using are still working by connecting them directly to a TV and I was able to get a picture like that. |
Okay, we know the ESP is working fine at least, but I believe it is failing to talk I2C over the assigned pins. |
I'm very confused because I know I chose the same board I did when I initially flashed my esp, I even double checked the module and the order details for it to be sure before flashing it this time (and to be extra sure, I checked the connections with a multimeter too and they're still connected and to the right pins). But, I tried many different board options and every one either failed to compile or had the same issue |
Oh well, the problem space is these 2 signals (SCL, SDA). Check the wiring, maybe check whether you can see the used pins go high/low on an ESP reset, etc. |
Hi, I had an issue where after changing resolution settings I was no longer able to access the control panel, I would get to the splash screen but it would be stuck with the connection error icon in the top right, however I would still get a picture with the settings I had saved to the preset. Reflashing with erasing sketch + wifi settings did not fix that issue, so I tried to reflash by erasing all flash contents. This allowed me to access the control panel again (and obviously I lost my preset but that's not a huge deal), but now no picture comes through and I get the "GBS board not responding" error in the debug log when choosing a resolution option. I know my soldering is correct because before this I had no issues with getting a picture and changing resolution/other settings. The LED on the GBS board comes on and stays on, and the one on my arduino (NodeMCU 1.0) quickly flashes, turns back on for a few seconds, and turns back off, whether or not a picture is being sent to it.
Any help would be greatly appreciated!
The text was updated successfully, but these errors were encountered: