GL-S10 compatiblity with an encrypted stream

Hello!

I'm interested in using a GL-S10 to receive data from my Victron PV setup, which uses BLE to broadcast various bits of state of the solar controllers and inverter. However, this data is encrypted with a 128bit AES key. You can see an example of how this is handled in this C++ example. Can the GL-S10 decrypt the broadcast message natively? If not, is it possible for it to still capture and upload the encrypted payload and then I can decrypt server-side?

Hi,

The GL-S10 can decrypt the broadcast message natively. But this requires customizing the firmware accordingly. By the way, decrypt the broadcast message natively will consumption processing performance.

The S10 can upload the broadcast message by mqtt server. Can this meet your requirements? One more thing is S10 only support scan legacy advertising. If you want to extended advertising feature, i recommend to use S20 or S200.