oh ok, now it has compiled :P I've declared it on the setup
@Links2004 it is WOKING! Thank you SO MUCH! :D
Aditya Tannu
@AdySan
Has anyone tested the FSBrowser example lately? Last time I tried a few months ago it was very stable, but with latest git, rarely loads page, doesn't always disconnect of closing browser, cannot reconnect from a browser, mDNS wont work, have to access server by IP, what am I doing wrong? @me-no-dev
Aditya Tannu
@AdySan
Everything works a couple of times, but if you leave the sketch idle for a few mins, nothing responds. Also I can very rarely load a page from an iOS device.
Me No Dev
@me-no-dev
No clue @AdySan but can say that some changes went into the WebServer (I have no clue what though) and maybe those or something else.
Me No Dev
@me-no-dev
@AdySan have you tried the Async Server?
brutzler
@brutzler
Hi, has anybody experience with battery-powered ESP? Want to make a movable temp-transmitter with an ESP and a DS18B20. Thought to power it with 2 Mignon (AA) batteries. How long do you think will the batterie hold on for this? I want to transmit the actual temp every 1 min (or even less) to my emoncms-server. Can I power down the WiFi for the rest of the time to save power? Or do some other tricks?
Me No Dev
@me-no-dev
as a matter of fact you shoudl if you want any real life from the batteries
maye even go at 2-5 minutes per measurement
Markus
@Links2004
deepsleep will help be better as only disable wifi ~20mA vs some uA
Me No Dev
@me-no-dev
see where is the option to not go through all calibrations for the wifi and you should start under 100ms
Markus
@Links2004
and may only transmit the new value if its really changed
brutzler
@brutzler
never did anything with deepsleep. who will wake up the esp in that case? Is there some faq /doc/example for this function?
@Links2004 this 20mA is for what state? with WiFi?
Markus
@Links2004
without Wifi but "CPU" full running, with wifi are ~65mA
but up to 250mA
Me No Dev
@me-no-dev
@brutzler hook up pin 16 to ch_pd and ESP.deepSleep(time)