nes-proj/examples/platform-specific/jn516x/tsch/uart1-test-node
Niclas Finne 2c86194ef8 Renamed core to os 2017-09-01 15:29:00 +02:00
..
Makefile Renamed core to os 2017-09-01 15:29:00 +02:00
README.md Re-arrange examples, in particular, move platform-specific examples to examples/platform-specific 2017-05-16 17:47:57 +02:00
project-conf.h Re-arrange examples, in particular, move platform-specific examples to examples/platform-specific 2017-05-16 17:47:57 +02:00
uart1-test-node.c Re-arrange examples, in particular, move platform-specific examples to examples/platform-specific 2017-05-16 17:47:57 +02:00

README.md

This example is a simple TSCH node used to test uart1 functionality of a JN516x on a node. Note: uart0 is usually configured as serial port for flashing the JN516x and for logging and debug output.

The TX output of uart1 is represented as a PUT/POST resource for a Coap client. A string entered on a Coap plug-in of a browser will be forwarded over the wireless TSCH network to the the TX output of UART1.

The RX input of uart1 is represented as an OBSERVABLE resource for a Coap client. If a string is entered on uart1 that is terminated with a Line Feed or Carriage Return, a Coap event will notify Coap clients to issue a GET event. This will make string available at the Coap client side.

The example has been verified on a DR1174 evaluation board