The use of the ESP8266 in the world of IoT

User avatar
By reaper7
#9065
alonewolfx2 wrote:can you share your schematic? TPS73633 seems very usefull


I don't have any :oops: :D
typical app for this IC (SOT23-5)
pin 1(IN) to accu (or via some R for measurement voltage/current/power on INA219)
pin 3(EN) to IN via some R ina my case 4,7k
pin 2(GND) to ESP-05 GND
pin 5(OUT) to ESP-05 VCC3V3
pin 4(NR) NC
that's all - i2c devices connected directly to GND/VCC3V3 and SDA/SCL to ESP8266 URXD/UTXD

of course don't forget about some big capacitor close to ESP8266
User avatar
By lethe
#9077
ChrixXenon wrote:Is there a clear winner product for this scenario?

I guess a clear winner would be something like the LTC3113. This is a combined buck-boost regulator, which can provide a stable 3.3V output with an input voltage from 1.8V-5.5V with a quiescence current of about 50uA.
But it's quite expensive and even the TSSOP package has to be reflowed, so it's impractical for most hobbyists.
The LDO reaper7 suggested is probably the best & cheapest solution, but you should test how the LDO behaves if the input voltage drops below 3.4V.
User avatar
By GeoNomad
#9090 A lot depends on what thingy.

A pair of AA or AAA batteries can be used if the thingy isn't on much.

A AAA battery lasts several hours for an average application, depending on temperature and rate of discharge [pdf] and the lowest voltage at which the ESP8266 can operate with the radio on.

For my button thingy, that works out to around a few thousand presses of the button, which I find acceptable.

For a sensor that has to report regularly, it is a no-go.