I managed to sniff Nordic mesh sdk 0.9.2 packets on raspberry pi 3 using "hcidump --raw", and I can read the raw hex data of mesh packets of light control demo, but since these packets are encrypted I can't understand or get use of this data, as I'm building my own custom application sending my own data, I think to get use of these data on RPi ,
- I should find a way to decrypt these packets on RPi, how?
- I don't need this encryption, and how can I disable this encryption? these would be the easiest way.
Any suggestions.
Thanks