This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2650: Modify 'cc26xx-web-demo' to receive data from a Raspberry-Pi

Part Number: CC2650

We have created a mesh network using cc2650 nodes. The leaf nodes use 'cc26xx-web-demo' and the border router uses 'ipv6/slip-radio' examples. Border router is connected to a PC where 'native-border-router' is running.

Our task is to input some numbers from a Raspberry-Pi to a leaf node using a serial communication method (we are planning to send the data through the I2C, SPI or UART interfaces of Raspberry Pi) and receive those numbers at the PC through the Border router (using CoAP requests).

Can anyone help us by suggesting a suitable method out of above (I2C / SPI / UART) and please let us know how to modify the 'cc26xx-web-demo' example in order to obtain the data as a CoAP resource.