Using serial monitor in PlatformIO

OK, thanks, good to know. I anyway just tried a normal terminal application and it seems to do well enough if you just need serial monitoring

I have seen that after a while the “name” and “txpower” property is lost in the response like in this example

“id”:“d9:77:b9:4c:b8:5b”,“manufacturerdata”:“L”,“rssi”:-77,“distance”:7.119795}

When it works correctly, mostly in the beginning of the scan, it looks like this:

{“id”:“d9:77:b9:4c:b8:5b”,“name”:“MiniBeacon_10754”,“manufacturerdata”:“L”,“rssi”:-76,“txpower”:0,“distance”:6.44788}

image