Code Monkey home page Code Monkey logo

Comments (4)

ThibaultRichard avatar ThibaultRichard commented on July 19, 2024

To shutdown WINC you have to put high chipen pin.
Beware to completely reinit wifi lib after doing that (it does a specific power up sequence with chipen and resetn)

Sent from my iPhone

On Jan 21, 2016, at 6:07 PM, "Walter82" <[email protected]mailto:[email protected]> wrote:

Hello,
Is there a possibility to switch off the WiFi101 shield in software? For example:
digitalWrite(5, LOW); - reduces the power consumption significantly (90%) After that I execute
WiFiinit();
WiFibegin(_ssid, _pass);
The WiFi connection is established But:
WiFiClient client = WiFiClient();
clientconnect(host, port); - is not working

Maybe there is another possibility to switch off the WiFi101 shield in software?
Thank you very much and best regards, Walter


Reply to this email directly or view it on GitHubhttps://github.com//issues/25.

from wifi101.

Walter82 avatar Walter82 commented on July 19, 2024

you have to put high chipen pin - done.
Beware to completely reinit wifi lib after doing that - done.
WiFi.init();
WiFi.begin(_ssid, _pass); -> the wifi connection is there.
Problem: client.connect(host, port); - is not working.

from wifi101.

agdl avatar agdl commented on July 19, 2024

@Walter82 maybe you can be interested in #49

from wifi101.

sandeepmistry avatar sandeepmistry commented on July 19, 2024

This feature has been added in #49, which will be available in the next release.

from wifi101.

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.