ERR:NOIP error with RN171XV WiFly module

Hey guys hello there…

i’m working on Roving RN171 wifly module with firmware 2.45.

i need to use alternate function of GPIO of wifly module to check connection with APor not(GPIO4), to open socket (GPIO5) also and poll whether socket is open or not(GPIO6)?

that’s why i’m using “set sys iofunc 0x70” but when i need to connect with AP and after doing Reboot then i’m getting error “ERR:NOIP”

some times I’m getting “connection Fail” message when i need to open socket!

sometimes when everything ok then before setting GPIO5 to open socket I’m getting connection fail msg like “OPEN**CLOS” !!!

the flow of commands as follow

$$$

set wlan ssid …

set wlan pass …

set wlan auth 4

set wlan join 0

save

set sys iofunc 0x70

save

reboot

$$$

join

//polling GPIO4 to check whether module associates with net or not!

set ip protocoal 1

set sys autoconn 0

set comm idle 20

set uart mode 2

set ip host …(Host ip)

set ip remot_port 8089

save

//set GPIO5 to open socket…

//polling GPIO6 to check whether socket is open or not?

hey guys any idea? at which point i’m getting wrong!!! :?

all advice and guidance welcomes :slight_smile: