Developing Firmware for RAK3172 using AT_Slave
Hello Developers,
In our product, we currently have a RAK3172 module interfaced with STM32L4 controller. I am able to use both LoRa P2P and LoRaWAN communication using the AT command sent to the RAK chipset from host, through UART interface. Now i would also like to add sigfox functionality in my application.
But by default RAK3172 chipset doesn't support Sigfox. So for adding sigfox functionality, i have to port the stm32wl AT Slave example for RAK3172 and add the AT commands for LoRa communication firstly, as AT Slave doesn't provide AT cmd for LoRa communication.
So currently i am stuck, thinking where my AT cmds for P2P/LoRaWAN recieved by RAK module (STM32WLE) will be stored such that RAK perform the desired AT cmd task. Is there any register where it's written ?
I would like to have better understanding of how i can add command like that of RAK in AT Slave example and the module executes it properly.
