Do you know the phenomenon that advertising stops when trying to connect to Wifi during BLE advertising?
Please let me know if you have any information.
AT command as below.
1,reset and settings
AT+RST
AT+CGMR
AT+SRWCFG=1,1
AT+CGSN
AT+MACADDR?
AT+SRBTSYSTEM=1
AT+SRBLE?
AT+SRBLEADVPARAMS=32,64,0
2,start advertising
AT+SRBLEADV=1
3,trying wi-fi connection (repeat)
AT+SRWSTANETCFG=1
AT+SRWSTACFG=“ssid”,“password”
AT+SRWSTACON=1