Can't connect to node thru BLE anymore

Good evening!
I was checking different power options for my tag (different topic, coming up…) by issuing some commands on the UART. It is responding correctly and all going well but I realized I wasn’t able to see my tag in my DRTLS App pon the phone. All the anchors were visible but my tag was not.

So as I still had UART access, I decided to set it to factory defaults “frst” and try again.

Factory Reset worked perfectly but I still can’t see this tag on bluetooth. SI shows that bluetooth is enabled. This is the output right now
[000015.480 INF] sys: fw2 fw_ver=x01030001 cfg_ver=x00010700
[000015.480 INF] uwb0: panid=x0000 addr=xDECA5EB0C6920118
[000015.490 INF] mode: tn (pasv,twr,np,le)
[000015.490 INF] uwbmac: disconnected
[000015.490 INF] uwbmac: bh disconnected
[000015.500 INF] cfg: sync=0 fwup=0 ble=1 leds=1 le=1 lp=0 stat_det=1 (sens=1) mode=0 upd_rate_norm=1 upd_rate_stat=100 label=DW0118
[000015.510 INF] enc: off
[000015.510 INF] ble: addr=E6:35:AF:9E:A4:2C

I thoght, maybe not having a PANS network ID prevents it from being visible in my network, so I tried to set a network ID. There’s a command to do so on UART: NIS, but this command seems to have no effect and PANS ide should only be changed over BLE (Which is impossible to me now)

I know I can do a real quick basic configuration for LowPower Tag mode with NMTL and this sets it to LP and so on but I still can’t find it on my DRTLS App…

Thank you!

Ok…replying to myself on one small detail on this.
I realized that NONE of my commands that would take a parameter (thus, command + space + something else) would be actually accepted. I was having issues with the ACTS command too.

So I realized that it was a matter of timing with the serial line and milliseconds between characters. I used a different terminal program and I have been able to set the network name

BUT I still can’t see my tag on the Android app, while the tag configuration is this:

[000023.060 INF] sys: fw2 fw_ver=x01030001 cfg_ver=x00010700
[000023.060 INF] uwb0: panid=xA44E addr=xDECA5EB0C6920118
[000023.070 INF] mode: tn (act,twr,lp,le)
[000023.070 INF] uwbmac: connected
[000023.070 INF] uwbmac: bh disconnected
[000023.080 INF] cfg: sync=0 fwup=0 ble=1 leds=1 le=1 lp=1 stat_det=1 (sens=1) mode=0 upd_rate_norm=1 upd_rate_stat=100 label=edu
[000023.090 INF] enc: off
[000023.090 INF] ble: addr=E6:35:AF:9E:A4:2C

Any hint?

Thanks