Code Monkey home page Code Monkey logo

Comments (10)

species5618 avatar species5618 commented on July 26, 2024

Do you get anything out of the serial port

No promises. I may get chance to looks in the next 24 hrs

from fsbrowserng.

bill-orange avatar bill-orange commented on July 26, 2024

Nothing I would judge as helpful. With pin 4 to 3.3v I can see a row of connect dots.
I can not joun its network. With pin 4 to ground I get two blinks but can not connect.

from fsbrowserng.

species5618 avatar species5618 commented on July 26, 2024

testing on a wemos D1, and the use config exmaple

2.4.0 and 2.4.1 appear to behave the same if config.json exists and is correct
or config.json is missing, and it goes into access point mode

oddly the connect event report ip address 0.0.0.0 but i can ping if by looking up the IP in my DHCP logs and access the web server , i need to look at this

i have not been able to test , forced acces point mode this evening, left my jumper wire things at a friends house

2.4.1 does include a few connect reconnected changes, looks like i have some reading to do

from fsbrowserng.

bill-orange avatar bill-orange commented on July 26, 2024

Yes, I noticed the ip address 0.0.0.0 also. Thanks

from fsbrowserng.

bill-orange avatar bill-orange commented on July 26, 2024

Looks line ver 2.4 board manager broke WiFiManager

from fsbrowserng.

species5618 avatar species5618 commented on July 26, 2024

Have you got a url for reference
Or any other info

from fsbrowserng.

bill-orange avatar bill-orange commented on July 26, 2024

https://github.com/tzapu/WiFiManager

From a very brief look, the same symptoms as you report on FSBrowserNG.

from fsbrowserng.

species5618 avatar species5618 commented on July 26, 2024

i have an idea, which explains the 0.0.0.0

due to it not always working the while and it causing a blocking delay the ( WiFi.status() != WL_CONNECTED ) bit was removed, which wait for an ip address

WiFi.onStationModeConnected event seem to trigger when wifi mode is established but before DHCP take places, so at the point, the event goes off the IP address is 0.0.0.0

so i need to find time to work though all the example and tune the connection handler to

not block, display IP address correctly, and reconnect properly

from fsbrowserng.

species5618 avatar species5618 commented on July 26, 2024

weirder and weirder ...
looking at my DHCP logs !
I have just discovered the devices was requesting a IP from DHCP every 5 seconds for ages, !!!

from fsbrowserng.

species5618 avatar species5618 commented on July 26, 2024

there is a separate event for GotIP

WiFi.onStationModeGotIP

i will look into adding a handler ,

from fsbrowserng.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.