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()?
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.
No erros, uart working correctly. I'm using without BLE services. Without Coexistence how to print address of node in teraterm
Not sure what you mean by “Without Coexistence”? You should be able to print the node address via UART. I haven’t used teraterm before, have you tried with a different terminal?
I have never used other terminal meanwhile my requirement is to print node address in tera term using uart without using Coexistence.
I have never used other terminal meanwhile my requirement is to print node address in tera term using uart without using Coexistence.