2

How to disable "OVER-VOLTAGE WARNNING" URC on sim800c? Im using SIM800C with esp32, is there any at commands to disable these warnings?

Rohitsam
  • 91
  • 8

1 Answers1

2

Observe the warnings in the SIM800C datasheet:

If the voltage ≥ 4.3V, the following URC will be reported

OVER-VOLTAGE WARNING

Furthermore, the datasheet states that the module will automatically shut down due to overvoltage if supply voltage exceeds 4.4V (OVER-VOLTAGE POWER OFF URC). This behavior indicates that the module will automatically shut itself down due to negative factors. There is no software interference with this behavior.

Roberto Caboni
  • 7,252
  • 10
  • 25
  • 39
Sercan
  • 4,739
  • 3
  • 17
  • 36
  • I'm aware that edits should not intervene on the contents of an answer, but in this case it was a typo that actually invalidatedit (the description you quoted was the one referring to another URC, an undervoltage one). Instead of writing my CC answer or relying in comments, I preferred to shorten time by editing myself the correction. Feel free to revert if you felt "violated". – Roberto Caboni Dec 30 '21 at 17:47