Want to use raspberry pi 4 internal bluetooth as client and gateway.
want to use adv bearer. don't want to use GATT want to make it coneectionless
Want to use raspberry pi 4 internal bluetooth as client and gateway.
want to use adv bearer. don't want to use GATT want to make it coneectionless
Hi,
I think using interactive pyaci would be the best but we don't support it on Linux unfortunatetly so I'm not sure if it would run your platform. You could try follwing this guide and see if works.
MitalPawar said:
Can u share any document on packet format of mesh provisioned node ( publishing ad subscibing messege ).
Through wich i can send any customised messege from one node to another with its element address.
e.g source address | dest address | opcode | length of paylod | payload
You can find the packet format in the Bluetooth Mesh specification under 3.4.4 Network PDU.
Hi,
This page shows how to use PyACI to send packets.
You can encode any message to any model using this API.
Hi,
This page shows how to use PyACI to send packets.
You can encode any message to any model using this API.