I have to send 6 bytes of sensor data from mesh server to mesh client. Is it possible to use simple_on/off model or have to create new model. Any sensor model example is available in mesh?
I have to send 6 bytes of sensor data from mesh server to mesh client. Is it possible to use simple_on/off model or have to create new model. Any sensor model example is available in mesh?
Hi,
Have a look at this case.
Do you get any errors when trying to send data with access_model_publish()?
A mesh network communicates via a client-server architecture, which means you will need both client and server.
ok thanks for your information. is it possible to print node address in tera term with mesh
I haven't tried this myself but I don't see why it wouldn't work. You probably need to add UART to the example to print to Tera Term.
I have added uart but the address not gets print in teraterm
Have you added the UART correctly? Do you get any errors when running?
Have a look at the UART Coexistence example and this to get an idea on how to do this.
Also see this.
Have you added the UART correctly? Do you get any errors when running?
Have a look at the UART Coexistence example and this to get an idea on how to do this.
Also see this.
No erros, uart working correctly. I'm using without BLE services. Without Coexistence how to print address of node in teraterm