Search found 29 matches
- Fri Jul 19, 2024 11:06 am
- Forum: General Discussion
- Topic: Damaged or resetable??? ESP32 WROOM Module
- Replies: 4
- Views: 1461
Re: Damaged or resetable??? ESP32 WROOM Module
Thank you and bummer news! The programming and diagnostic center is sound. I am not a first time hobbyist. I have thousands of modules deployed, which we service and support daily. This is a new phenomenon and exclusive to our new deployment with the regulator removed and direct power from 3.6v batt...
- Wed Jul 17, 2024 7:38 pm
- Forum: General Discussion
- Topic: Damaged or resetable??? ESP32 WROOM Module
- Replies: 4
- Views: 1461
Re: Damaged or resetable??? ESP32 WROOM Module
The batteries are Saft 3.6v which when brand new, float at about 3.68V. During Sleep, the batteries would hit this float peak voltage. During a wifi operation, they run about 3.55v. In my test station, I use a variable dc power supply and see the gibberish behavior described at 3.3V applied. It soun...
- Wed Jul 17, 2024 5:41 pm
- Forum: General Discussion
- Topic: ESP32 WROOM voltage sensitivity!!!
- Replies: 0
- Views: 741
ESP32 WROOM voltage sensitivity!!!
I have a design using the ESP32 WROOM 32D module and have found that a percentage of the devices are Supply Voltage sensitive for operation. This is tested design with tested code and 3000 units in the field. On the newest revision, I removed the voltage regulator since my operation is 3.6v battery ...
- Wed Jul 17, 2024 3:20 pm
- Forum: General Discussion
- Topic: Damaged or resetable??? ESP32 WROOM Module
- Replies: 4
- Views: 1461
Damaged or resetable??? ESP32 WROOM Module
Thank you for looking! I have an application using the ESP32 WROOM module. 3000 are in operation with code that uses the wifi to conduct a fetch and post to a server. All the code works well; however with my newest deployment of devices, I am getting units which failed mid operation (such as during ...
- Tue Aug 01, 2023 5:07 pm
- Forum: ESP-IDF
- Topic: UART Interrupt. Porting from STM32 to ESP 32
- Replies: 4
- Views: 5046
Re: UART Interrupt. Porting from STM32 to ESP 32
How did your port turn out?
I have an up coming project that requires a BACnet RS485 MS/TP slave feature to report a temperature.
I have an up coming project that requires a BACnet RS485 MS/TP slave feature to report a temperature.
- Fri May 05, 2023 12:22 pm
- Forum: ESP-IDF
- Topic: Help! Wifi power while waiting for IP from AP
- Replies: 3
- Views: 1544
Re: Help! Wifi power while waiting for IP from AP
Thank you for your reply. Unfortunately, the time to receive an IP address has recently expanded and is not entirely under our control. Trying to understand what criteria is causing the new battery drain condition. It sounds like a long IP wait could contribute.
- Fri May 05, 2023 12:57 am
- Forum: ESP-IDF
- Topic: Help! Wifi power while waiting for IP from AP
- Replies: 3
- Views: 1544
Re: Help! Wifi power while waiting for IP from AP
I also wonder what is the wifi power during an AP scan?
Please help.
Health and regards,
Please help.
Health and regards,
- Thu May 04, 2023 6:13 pm
- Forum: ESP-IDF
- Topic: Help! Wifi power while waiting for IP from AP
- Replies: 3
- Views: 1544
Help! Wifi power while waiting for IP from AP
Hello and thank you for your read! I am trying to understand a high battery discharge rate in a battery application which I have been using since 2017. The only new element is how long it takes to get an IP from the AP. It used to be in milliseconds and is now averaging 12 seconds. The battery drain...
- Mon Aug 08, 2022 5:25 pm
- Forum: ESP32 Arduino
- Topic: Establish WiFi connection to AP with strongest radio signal
- Replies: 12
- Views: 23119
Re: Establish WiFi connection to AP with strongest radio signal
Hello and I am glad that your solution is working. May I suggest our solution as an alternative. We have a situation where there are many AP's throughout our facility with the same SSID. It is important for our esp32 device to connect to the strongest AP with the appropriate SSID. To accomplish this...
- Thu Apr 29, 2021 8:11 pm
- Forum: General Discussion
- Topic: Help needed! WIFI Power is MAX on first WIFI STA following Power On Reset
- Replies: 3
- Views: 3759
Re: Help needed! WIFI Power is MAX on first WIFI STA following Power On Reset
very interesting point. When looking at the monitor output, each time the current is high for Wifi Start, the statement: W (15047) phy_init: failed to load RF calibration data (0x1102), falling back to full calibration is present and when the Wifi Start current is low, this statement is not present....