DA16200 Wifi Shield Help Needed

Hi all,

I was trying to use my new DA16200 Wifi Shield with Ardunio UNO. Looks like I wont be able to use the library https://github.com/ArmDeveloperEcosyste … or-Arduino for it. Is there any library already created by someone ?.

Also I tired to use the AT commands via serial to connect to wifi router. I am able to use commands like creating a TCP socket and receive messages but I am unable to send messages. I am getting

ERROR:-1

Also I am not able to use the commands like

AT+NWHTC=http://54.147.68.244/get,get

I tried the following example in the document to get the serial open on ardunio. Any help is appreciated

https://www.digikey.co.za/en/maker/proj … 139102b3b5

Upon further checking I found out that some few commands are available when I type "? "or “help”. How do I get to see and use full AT+ commands ?