Hi
According to Amazon documentation, it is possible to connect a smart home device to Alexa with the Bluetooth Low-Energy (BLE) mesh wireless communication technology.
These are the mesh requirements:
https://developer.amazon.com/en-US/docs/alexa/smarthome/bluetooth-support.html
It seems that the nRF5 SDK for Mesh complies with these premises. I have tried running a light switch client from the nRF5 SDK for Mesh v5.0.0 on an nRF52dk but it could not be detected while scanning for devicesc by any of my echo devices (none of them are 1st gen). The device can be detected on the nRF mesh ios app.
I have attached below the RTT logs while running a scan from Alexa environment and also from the nRF mesh app.
Are any of the mesh samples compatible with Amazon Echo devices? If not, how to make them compatible?
Thanks