Add examples for NXP JN516x using TSCH
This commit is contained in:
parent
af35e04ad7
commit
654bb913f0
31 changed files with 2657 additions and 1 deletions
16
examples/jn516x/tsch/uart1-test-node/README.md
Normal file
16
examples/jn516x/tsch/uart1-test-node/README.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
This example is a simple TSCH node used to test uart1 functionality of a JN516x on a RICH 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
|
||||
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue