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?
What I meant was do you get any error codes when sending data with access_model_publish()?
I have created without issue and its working. can i know i can use 2 server nodes instead of using client to publish and subscribe.
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.