This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Extending the Thread Cloud CoAP Client Example with peripheral Hardware

I want to extend the Thread Cloud Client Example (thread_cloud_coap_client_pca10056) with a peripheral controller. And I am looking at the UART Example (ble_app_uart_pca10056_s140) for transmitting and receiving data through a serial device. What do I have to consider merging those two programs? I am using GPIO Pins P0.06, P0.08 and GND for the serial connection.

A Noobie, obviously.

Parents Reply
  • Jorgen, thank you for your guidance.  I don’ t plan to use the BLE part of the UART examples. I rather plan to use only the HW UART part. The serial example(serial_pca10056.hex) seems like a good example. As the Thread Cloud CoAP Client Example uses the CLI on UART0 peripheral I want to use the UARTE1 peripheral to implement a UART connection to a second device. Looking at the serial_pca10056 example and the sdk_config.h, I enabled the UARTE1 instance

      and caused an error compiling

Children
No Data
Related