Does anyone know what it means to have the AT#I2CRD command returning ERROR?
We verified the pin designations for SDA and SCL are valid, and we can see the signals going to the device on the other end. But the command returns ERROR. Went over the HE910 AT command reference guide, and couldn’t find any explanation on what this could imply.
Greatly appreciate any information on this.
Thanks.
-jesse-
Please set AT+CMEE=2 for more verbose errors, maybe will reveal something.
Check and report firmware version.
Thanks.
After setting AT+CMEE=2, the return response from the AT#I2CRD is
operation not allowed.
Weird. We can see the signals going to the component on the scope…
Never mind. Problem solved.
It seems that there is an error in the HE910 AT command reference guide. It states that at the end of the I2CRD execution that GPIO will be restored to the original setting. It doesn’t seem to. Need to do an extra AT#GPIO before each I2CRD.
Hi
Please assist. What extra AT#GPIO command do you refer to?
Regards
Henro
Set sdaPin as input with pull-up with AT#GPIO=sdaPin,3,0.
We use cookies to enhance your browsing experience and help us improve our websites. To improve our website, we carefully select third parties that use cookies to allow us to serve specific content and achieve the purposes set out in our cookie policy. For more information on how to make adjustments through your browser to the cookies being used on your device, please click Find Out More link. By closing this banner or continuing to browse our website, you agree to our use of such cookies. FIND OUT MORE
Does anyone know what it means to have the AT#I2CRD command returning ERROR?
We verified the pin designations for SDA and SCL are valid, and we can see the signals going to the device on the other end. But the command returns ERROR. Went over the HE910 AT command reference guide, and couldn’t find any explanation on what this could imply.
Greatly appreciate any information on this.
Thanks.
-jesse-
Please set AT+CMEE=2 for more verbose errors, maybe will reveal something.
Check and report firmware version.
Thanks.
After setting AT+CMEE=2, the return response from the AT#I2CRD is
operation not allowed.
Weird. We can see the signals going to the component on the scope…
Never mind. Problem solved.
It seems that there is an error in the HE910 AT command reference guide. It states that at the end of the I2CRD execution that GPIO will be restored to the original setting. It doesn’t seem to. Need to do an extra AT#GPIO before each I2CRD.
Hi
Please assist. What extra AT#GPIO command do you refer to?
Regards
Henro
Set sdaPin as input with pull-up with AT#GPIO=sdaPin,3,0.