I’ve been playing with the WisDuo RAK3272LP board testing some of the RUI3 examples that are available on Arduino.
Checking the “AT Command Permission” example I’ve seen that it’s not working as expected. The example says that it is possible to assign different permission levels to a specific the AT command and limit the functionality.
This is the example on where I added API and firmware version.
RAKwireless AT Command Permission Example
API version 3.2.9
Firmware version RUI_4.1.1_RAK3272LP-SiP
------------------------------------------------------
Current Work Mode: LoRaWAN.
AT+DEVEUI=?
AT+DEVEUI=1122334455667788
OK
AT+APPEUI=?
AT+APPEUI=0000000000000000
OK
AT+APPEUI=0102030405060708
OK
AT+APPEUI=?
AT+APPEUI=0102030405060708
OK
The DEVEUI command is set to write only, so it won’t be possible to read the value, only write. The same happens with the APPEUI which it is disabled and in theory not available for the user.
Is there something I’m doing wrong or missing?
As far as I know, RAK3172-SiP and RAK3172 are based on the same STM32WL chipset, so what I don’t understand is why using the same RUI version (v4.2.0) and chipset core, we have different results executing the same code.
Do you have any clue?
Is anything I can test or check?
Thank you.
Many thanks for your time testing the code and finding that there’s a bug on it.
I’ll wait for the new release to check it again.
I suppose that you won’t have this information, but do you have an idea of when the new release will be available?
Thank you so much.
Hi David,
I will let you know if we need anything else. I submitted the problem to our R&D team. They are back tomorrow from the Chinese New Year holidays, but I cannot commit to any date for the bug to be fixed.