-
Notifications
You must be signed in to change notification settings - Fork 426
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
Auto disable wifi and a few more tweaks #29
Conversation
zeraien
commented
Dec 9, 2017
- Automatically disconnects wifi until an "admin" card is read in by the user. Default is to keep wifi on unless configured otherwise.
- Add automatic restart setting, to lessen risk of memory leaks and crashes.
- The wifi network created will have the same name as the "hostname", in case you have multiple units nearby
- Also some minor tweaks to web interface.
wifi is re-enabled when an “admin” card is scanned
Thank you. Nice job 👍 |
Thank you for starting the project :) |
|
Argh, I tested it and on my device it just used the default hostname of the
esp8266 from before, but I can put in a default.
…On 9 Dec 2017 21:07, "omersiar" ***@***.***> wrote:
- Bug first time flashed missing deviceHostname [ INFO ] Configuring
access point... Failed!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#29 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAIMULRA9yYCfAALdACInNEKM5Mjpi5Dks5s-uhjgaJpZM4Q73Zv>
.
|
Hi. Nice work! Whats needed to actually turn off the rf chip and gain power savings is both
as far as I understand, according to following discussions: But not sure it's easy to bring it back up again, so I simply just used a button physically connected to reset. Would be nice to avoid wlan shutting down if its used though, will look into that. |
The problem is that as it stands, the forceSleepBegin can not be reversed without powercycling the device, which is a problem if you do not wish to, or can not powercycle it at will. But as I understand it, it is a feature that should work so hopefully it will be fixed in future versions of the esp8266 code. |
I always wanted the rfid hardware to be interrupt driven. All this bit banging beyond me, maybe rfid hardware can trigger reset, but we need atmel like wake up function. |