I'm stuck with an unexpected "ERROR" response to the AT+DRVI2CINIT command. It usually works, but very occasionally it doesn't, and no further information is available in the response...
Info
Stack : ESP-AT
Device : ESP32-WROOM-32UE
ESP-AT release : v4.1.1.0
My current flow is as follows (terminal comms):
Code: Select all
(ESP32 power on)
<<< ready
>>> ATE0
<<< OK
>>> AT+CWAUTOCONN=0
<<< OK
>>> AT+SYSLOG=1
<<< OK
>>> AT+SYSSTORE=1
<<< OK
>>> AT+DRVI2CINIT=0,14,13,100000
<<< OK (most of the time)
or
<<< ERROR (sometimes)
When I retry the "AT+DRVI2CINIT" command a few times (interval 25ms), it sometimes suddenly works (after 2/3/5/7 times...). I limited to 10 times because I can't wait forever.
I tried to find out what this "ERROR" means, but the ESP-AT FAQ mentions: "The pre-compiled core libraries are closed-source, and there is no plan for open-sourcing them."
Anyone any idea what this "ERROR" means or what the source problem is? How can I resolve it?
Thanks in advance for any help and info!
