Using AT+SYSMFG commands
Posted: Wed Jul 19, 2023 10:52 pm
Greetings,
We are using the ESP32 AT command firmware, v2.4.2.0 on the C3. We made a small change to the configuration to select the pins for the serial port. Otherwise, the configuration is 100% vanilla.
We'd like to use the AT+SYSMFG commands. The documentation states that this should return a namespace:
AT+SYSMFG?
+SYSMFG:<"namespace">
OK
When we run this command, we see
AT+SYSMFG?
ERROR
As far as we can tell, none of the SYSMFG command variants work. Do we need to do something else first, before these commands will work. We expect that the NVS data is initialized because we have systore enabled:
AT+SYSSTORE?
+SYSSTORE:1
OK
and we have setup WiFi, so at a minimum there should be WiFi parameters in NVS.
What must we do to enable this command?
Cheers
We are using the ESP32 AT command firmware, v2.4.2.0 on the C3. We made a small change to the configuration to select the pins for the serial port. Otherwise, the configuration is 100% vanilla.
We'd like to use the AT+SYSMFG commands. The documentation states that this should return a namespace:
AT+SYSMFG?
+SYSMFG:<"namespace">
OK
When we run this command, we see
AT+SYSMFG?
ERROR
As far as we can tell, none of the SYSMFG command variants work. Do we need to do something else first, before these commands will work. We expect that the NVS data is initialized because we have systore enabled:
AT+SYSSTORE?
+SYSSTORE:1
OK
and we have setup WiFi, so at a minimum there should be WiFi parameters in NVS.
What must we do to enable this command?
Cheers