A place users can post their projects. If you have a small project and would like your own dedicated place to post and have others chat about it then this is your spot.

User avatar
By Fairesoimeme
#62261 Hello everybody,

My name is Fred and I'm from France. (In advance, sorry for my English).

I did an ESP8266 project in aim to make my home smarter.
Like I say in subject, my object is a T/H sensor on battery alimentation which communicate in WiFi (Normal it's an ESP8266).
Like everybody knows, WiFi and consumption is not a good melt. To resolve this problem, i used a TPL5110 from TI.
Thanks to this Timer, the sensor can operate during minimum 1 year with uplink all of 1 hour.
My other goal was to do an end design object which I can put in my home.
Finally my challenge was to spend less than 10$ !
Image
http://faire-ca-soi-meme.fr/domotique/2017/01/20/capteur-temperature-humidite-wifi-sur-pile-a-moins-de-10-euros-hardware/

If you have questions, I can help...
User avatar
By Fairesoimeme
#62291 Thank you.
I use this timer instead of deep sleep method because the microcontroller in deepsleep consume 10uA minimum (this is not its force). The quiescient current of the TPL5111 (ultra low power) is 35nA. So i prefer cut the alimentation and let the timer wake up all of hour in aim to win some ampere/hour :)
User avatar
By schufti
#62293 hmm, looking at the datasheets I would say a factor 10 at the deepsleep level, at best.
If you have extreme long ds periodes it might be worth the extra parts.

The same could maybe done cheaper with the smallest Atmel or pic µC.
But it is allways good to learn about new chips (tpl5111) and concepts.

What I cannot endorse is the switching of gnd nor powering the esp from LiIon (4.2V fully charged) directly.