This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Inquiry about Mesh Serial

Hi,
I am working on the mesh serial and run that successfully once using sdk5 for mesh V.5 and nrf52840 devkit and an nrf52840 dongle as a server node.
I have several questions:

1. Is it needed to do all stages to provision and config the devices every time I connect to the device?
I did all processes successfully one time. When I turn off the devices and turn them on again they do not work and I get this error: ", timeout waiting for the event"

I want to have a device provisioned and configed previously and only I send the command every time I connected.

2. How can I use a new model with serial mesh?
I want to have a simple message model on the server-side (to send string over the mesh network). So I need to config that model via serial mesh. right? As far as I found out, there should be python files of the model in the model folder inside interactive_pyaci. How can I build the python file for the new model?

3. Can I use the serial mesh to provision and config and control a server node running sdk_coexist example (usbd_ble_uart and light switch server)?
In the SDK-coexist, the static provisioner is needed. Can I use the mesh serial example as a static provisioner?
I want to send a command to a specific node and get back a message from the node. Is it possible?

Thank you in advance.
Best regards,
Sama

Parents Reply Children
No Data
Related