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 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.
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?
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.
Coexistence is a big hole, we are all directly add uart, I do not know the role of this community, this kind of development is very difficult, model and data is the most basic kind of affairs, the official said it can, but never a method