Search found 4 matches

by komal nagda
Wed Jan 05, 2022 4:41 pm
Forum: General Discussion
Topic: ESP32 WROOM 32E module current
Replies: 2
Views: 3894

Re: ESP32 WROOM 32E module current

currently we are getting 75 uA current in deep sleep mode . As per esp32 datasheet it will be 5 uA so how will it reduce from 75 uA to 5 uA. Do you have any code which will provide us 5 uA current in deep sleep mode. How to isolate the gpio which is connected to MCU to reduce the current. currently ...
by komal nagda
Mon Jan 03, 2022 9:15 am
Forum: General Discussion
Topic: ESP32 WROOM 32E module current
Replies: 2
Views: 3894

ESP32 WROOM 32E module current

Hello
we are faceing problem with esp32 wroom32e mcu. our problem is that current issue .we are not getting current as we need. can you tell me that what is the esp module current? that is not mentioned in datasheet.
by komal nagda
Mon Oct 04, 2021 1:38 pm
Forum: General Discussion
Topic: Download bin file using BG-95 send it to esp32 via uart & write bin file in OTA partition
Replies: 1
Views: 2531

Download bin file using BG-95 send it to esp32 via uart & write bin file in OTA partition

We are usinf bg-95 module with esp32 in vs code - esp idf . we have connected esp32 with bg96 via uart. we are trying to download /bin file from aws, we have tried to download txt, pdf files successfully, but while downloading bin file we are lossing some data in between first byte and last byte dat...
by komal nagda
Thu Jul 29, 2021 6:07 am
Forum: ESP-IDF
Topic: ESP32 BLE (Beacon) Scan Request/Response
Replies: 2
Views: 3587

Re: ESP32 BLE (Beacon) Scan Request/Response

How to send sesor data using ble beacon example. can you share code ?