-->
Page 1 of 1

Reset wifi confiuration on ESP8266?

PostPosted: Wed Jul 27, 2022 4:08 pm
by leon14344
Hey there everyone;

I have never messed with microcontrollers at all, but I find myself in a situation in which I need to learn to resolve a problem.

I had purchased a device called a GBS-Control from a company, it is a video upscaler that is meant to be pretty DIY and an assembly of several boards, including an 8266 as it's wifi module so you can control the video settings via a browser once connected to your internet.

I accidentally revoked access to my network to the device within my router's settings. I've been told that once it can't see a network, the devie is supposed to revert to a default. However, it is no longer broadcasting a default SSID, it's as if it's still connected just not transmitting data.

My question is: how would I go about resetting the wifi information contained within the 8266? It does have a micro-USB port accessible and I have the Arduino software installed, but there's also a reset button. I'm worried the reset button would wipe even the custom default broadcast it's supposed to do when being set up. Also, the company I had assemble the device does not respond to questions about how to use or configure the device, only questions involving the order itself.

Thank you for reading, and thanks in advance for any assistance.

Re: Reset wifi confiuration on ESP8266?

PostPosted: Sun Jul 31, 2022 4:24 pm
by perkint
Doesn't sound like an easy one :(

The ESP8266 is basically a computer. In your case, it doesn't appear to be doing what the suppliers programmed it to. You have the micro USB port so can possibly reprogram it, but unless you have the original code from the suppliers, you can program it to do lots of things, but not what it is expected to do in your video encoder.

The reset button could reset to factory defaults which may be what you want, but then again if it is the "standard" ESP8266 reset button, it will just reboot the board. Don't suppose you have a pic of the board (may or may not help)?

Tim

Re: Reset wifi confiuration on ESP8266?

PostPosted: Mon Aug 01, 2022 6:35 am
by rooppoorali
Hi, is there any link of the GBS-Control device that you're using?

Re: Reset wifi confiuration on ESP8266?

PostPosted: Fri Aug 05, 2022 4:01 pm
by btidey
Check out

https://youtu.be/fmfR0XI5czI

This refers to the firmware on the esp8266 which is available at

https://github.com/ramapcsx2/gbs-control

If this is the correct software then one should be able to reflash and clear any wifi settings cauing any issue.