I want to interface Client Sensor over UART in light_switch_client code. Can you please give me the idea,how to do it.
I am using Mesh_V4.0 and SDK 16.0
I want to interface Client Sensor over UART in light_switch_client code. Can you please give me the idea,how to do it.
I am using Mesh_V4.0 and SDK 16.0
Hi,
I suggest you have a look at the UART Coexistence example from our Mesh SDK. The example integrates UART into the light switch client example.
Can I interface external sensor (pressure sensor) on UART with this example ?
I did not understand meaning of this line here.
If I load below .hex file in my launchpad will it have functionality of light_switch_client also ??
Program the Light Switch example devices as described in the Light switch example, with the following exception:
examples/ble_peripheral/ble_app_uart_coexist/pca10040/s132/ses/Output/Release/Exe/ble_app_uart_pca10040_s132.hex
.Sachin said:Can I interface external sensor (pressure sensor) on UART with this example ?
Yes, you should be able to do that.
Sachin said:If I load below .hex file in my launchpad will it have functionality of light_switch_client also ??
Yes, it will have all of the functionality of the light switch client.
I have followed all the given instructions given for ble_app_uart_coexist code and added some .h files also....still I am facing below errors.Please have a look.