Hi,All.
I want to configures the GPIO Pin in DA16200MOD. So I refer to UM-WI-003_DA16200_AT-Command_User_Manual_Rev_2v5 GPIO Commands,But enter GPIO AT-Command console respond error -1.in this document says disabled by default in the SDK.But I don't understand how to enable is command.
I used environment DA16200_IMG_FreeRTOS_ATCMD_QFN_v3.2.2.0_4MB
Thanks!
Hi Nazukolin,There is a newer version of the SDK (v.3.2.4.0) available and a new version of the UM-WI-003 documenthttps://www.renesas.com/eu/en/document/mas/um-wi-003-da16200-da16600-command-user-manual?r=1599971The GPIO commands should be enabled by default in the newer version. Can you try programming the mod with the image for SDK v. 3.2.4.0 - DA16200_IMG_FreeRTOS_ATCMD_QFN_v3.2.4.0_4MBhttps://www.renesas.com/eu/en/document/sws/da16200-da16600-freertos-sdk-image-v3240?language=en&r=1599971and let us know with your results?Best regards,AA_Renesas
Hi AA_Renesas,
I have a question wanted to ask.
Now I use eclipse to coding.
I used "DA16200_DA16600_SDK_FreeRTOS_WPA3_v3.2.4.0" to generate my own IMG file.
But when I program in DA16200MOD,It can't connect to RF mod.
btw,I only used DA16200 module not EVK.
Best regards,
Hi baba,Could you please clarify how did you program the device (via UART or JTAG, what steps did you take etc.). Could you also please describe what you mean by "it can't connect to RF mod", what is the behaviour that you are seeing?Best regards,AA_Renesas
I only use da16200module like this
Use Tera term and DA16200_DA16600_AT_GUI_Tool_v1.10 with UART 115200 & 230400.
If I dowload my own img it will show this to me
But if use that you offered IMG,It will connected success and I can transmission MQTT to server.
Honestly,I want to do what I can transmission MQTT and maybe have some GPIO like LEDmarquee,uart or i2c.
Hi baba,You mentioned
baba said:If I dowload my own img it will show this to me
may I ask which project are you using? Are you enabling AT-commands in your project? You should make sure that required AT-commands are enabled in your project in file config_generic_sdk.h e.g.
__SUPPORT_ATCMD__, __SUPPORT_MQTT__
for general AT-commands and MQTT.
Please let us know if you have follow up questions.Best regards,AA_Renesas
I found those file yesterday ,thx
And now I found how to open GPIO in eclipse.
But now if I want to do maybe a while to receive UART data or do LED marquee,which place would let me coding?
Now I'm coding in hello_World.c,But I think this file is only run one time when I booting system..
I think it will be a file to waiting code when I transmission something right?
Hi AA_Renesas,I want to wirte a loop code where file should i write?