nes-proj/examples/platform-specific/jn516x/tsch/uart1-test-node
Simon Duquennoy f9a1f958e1 Merge remote-tracking branch 'origin/release-4.1' into develop 2018-04-20 08:37:14 -07:00
..
Makefile Update Makefiles to be compatible with the new build system and restrict them to specific platforms where needed 2018-03-09 16:29:06 +00: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 Examples: consistently use PROJECT_CONF_H 2018-04-20 06:46:02 -07:00
uart1-test-node.c CoAP: auto-initialize module 2018-04-13 06:51:33 -07: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