Hi!
I'm quite new to ESP8266, I've done just few trials with a third-party module.
I'm working on an extremely low-power sensor and I'm not sure about the performances of the modules.
Here a brief description of my application:
- battery powered (non rechargeable)
- acquire sensors using I2C and analog lines every 5 minutes
- connect to access point and send the data on a TCP socket (HTTP GET)
Of course in the rest of the time I disable all the other circuits on the board (cutting the power with a mosfet).
The goal is to select a battery that will last at least for 150,000 connections to the server.
Here my questions:
1. I read through the datasheets but I cannot find a comparison charts among the modules. Anyway, as far as I understand the WROOM-02 has an MCU onboard, while the WROOM-S2 has just a flash memory. Hence, I could write my application directly in the MCU with -02, or I must use an external MCU to use -S2, right?
2. in the datasheet I find an indication of the power consumption in mA in the various states, but I'm looking for a graph of the actual current consumption versus time. Then I will integrate this curve to estimate the mAh needed to make a connection and an HTTP GET request.
Clarifications about modules and performances
Re: Clarifications about modules and performances
Postby pratik » Fri Mar 31, 2017 11:47 pm
Hello,
You're right about -02 being standalone and -s2 requiring an external controller interfaced via SDIO bus.
The power consumption trends depend on a lot of factors, including oscillator frequency, GPIO states, flash power consumption, etc.
For your application, please use a data logger to monitor current consumption over time. The datasheet values are for guidance only.
You're right about -02 being standalone and -s2 requiring an external controller interfaced via SDIO bus.
The power consumption trends depend on a lot of factors, including oscillator frequency, GPIO states, flash power consumption, etc.
For your application, please use a data logger to monitor current consumption over time. The datasheet values are for guidance only.
Who is online
Users browsing this forum: No registered users and 3 guests
Login
Newbies Start Here
Are you new to ESP8266?
Unsure what to do?
Dunno where to start?
Start right here!
Latest SDK
Documentation
Complete listing of the official ESP8266 related documentation release by ESPRESSIF!
Must read here!
- All times are UTC+08:00
- Top
- Delete all board cookies
About Us
Espressif Systems is a fabless semiconductor company providing cutting-edge low power WiFi SoCs and wireless solutions for wireless communications and Internet of Things applications. We are the manufacturer of ESP8266EX.