Search found 7 matches
- Thu Sep 30, 2021 9:03 am
- Forum: General Discussion
- Topic: ESP32-H2: Support for IP over BLE
- Replies: 0
- Views: 1768
ESP32-H2: Support for IP over BLE
Hi ESP team, ESP32-H2 is exciting device. Simple and low power. Do we plan to support IP over BLE for this device to connect it to internet? Like IPSP? If yes, can smartphone be use as gateway to the internet? At the moment to connect device to internet we need to setup smartphone as Access Point to...
- Thu Jul 15, 2021 4:35 am
- Forum: ESP-IDF
- Topic: Power consumption for Rainmaker [IDFGH-5540]
- Replies: 10
- Views: 38826
Re: Power consumption for Rainmaker [IDFGH-5540]
The option, ESP_WIFI_STA_DISCONNECTED_PM_ENABLE, could let chip go sleep at disconnected, otherwise chip would stay RX mode and keep current about 100mA even when its not about to connect. However, it could do nothing to decrease consumption at scaning. We are not able to do duty cycling in esp_wif...
- Wed Jul 14, 2021 12:54 pm
- Forum: ESP-IDF
- Topic: Power consumption for Rainmaker [IDFGH-5540]
- Replies: 10
- Views: 38826
Re: Power consumption for Rainmaker [IDFGH-5540]
Hi, thanks for your questions. For your first question, if you want to scan for AP when connected with AP, there is no other specific way to control it. You may need to call scan API periodically to control power consumption. Meanwhile, if you want to scan at disconnected status, please update your...
- Mon Jul 12, 2021 7:06 pm
- Forum: ESP-IDF
- Topic: Power consumption for Rainmaker [IDFGH-5540]
- Replies: 10
- Views: 38826
Re: Power consumption for Rainmaker
Hi fasani, Thank you for your answer. I'm sure that the average current can be reduced. If the searching for AP consumes 80mA we can run it each second and stop after 100-200ms. This will cause some degradation in the AP connection time, but this the acceptable trade-off for me. I just looking for a...
- Mon Jul 12, 2021 6:57 am
- Forum: ESP-IDF
- Topic: Power consumption for Rainmaker [IDFGH-5540]
- Replies: 10
- Views: 38826
Re: Power consumption for Rainmaker
Hi ESP-IDF team,
Could you please comment how to reduce the current consumption when ESP32S2 is searching for an AP?
I need to add some duty cycling to this process to keep average current in 10-20mA in this mode.
Could you please comment how to reduce the current consumption when ESP32S2 is searching for an AP?
I need to add some duty cycling to this process to keep average current in 10-20mA in this mode.
- Fri Jul 09, 2021 7:44 am
- Forum: ESP-IDF
- Topic: Power consumption for Rainmaker [IDFGH-5540]
- Replies: 10
- Views: 38826
Power consumption for Rainmaker [IDFGH-5540]
Hi Espressif, I tested power consumption of a board with ESP32S2 with simple Rainmaker app running. Only ESP32S2 consumption were measured, no additional electronics added. My results is the following: * ESP32S2 connected to WiFi, connected to cloud and idle: ~30mA * ESP32S2 is looking for an access...
- Mon Nov 23, 2020 8:58 pm
- Forum: Hardware
- Topic: Waterproof touch
- Replies: 2
- Views: 5411
Waterproof touch
Hi Espressif, I want to make a waterproof touch button. I read this https://docs.espressif.com/projects/esp-idf/en/latest/esp32s2/api-reference/peripherals/touch_pad.html article where touch_pad_waterproof API mentioned. Also I read this article https://github.com/espressif/esp-iot-solution/blob/mas...