I need to accesss the advertised data from my Victron Smartshunt a BLE V4.2 battery monitor.
I have successully run my new (very green) App on my mobile and connected to the Smartshunt OK. I am able to read data from at least one of the Custom Services. But that is not the data I need. That data is "advertised" ***without establishing a connection *** to the Smartshunt (i.e. on BLE channels 37,38,39).
I can verify this using the free "nRF Connect" app from Google Play that shows the very data I need being advertised by the Smartshunt, and it updates every second or so as expected (the data is things like battery voltage & current).
The 2 screenshots below show the data. It comprises 22 bytes from the smartshunt. Comparing the screenshots shows the first 7 bytes remain constant, the remainder is updated every second or so. That is the correct/expected behaviour.
I have tried to use the various block options that mention advertising they all fail to get any data. Searching the forum on this I cannot find anyone confirming it is possible to access this data.
Is this supported by the BLE Extension? If so, how should I code this in the app
TIA