nes-proj/examples/platform-specific/jn516x/rpl/coap-dongle-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
dongle-node.c CoAP: auto-initialize module 2018-04-13 06:51:33 -07:00
project-conf.h Examples: consistently use PROJECT_CONF_H 2018-04-20 06:46:02 -07:00

README.md

dongle-node is an example of a RICH node containing a JN516x microcontroller on a USB dongle. The dongle is part of the NXP JN516x Evaluation Kit (see http://www.nxp.com/documents/leaflet/75017368.pdf) The dongle-node connects to the network in the same way as described in examples\jn5168/rpl/README.md

The dongle contains 2 LEDs that are available as a CoAP resource. They can be accessed via a CoAP client at the IPv6 interface of the border router (e.g. via Copper plug-in on Firefox). The following list gives an overview of the resources:

URI Description


Dongle\LED-toggle When doing a PUT/POST method on this resource (no payload needed), the LEDs will run through the following states with wrap-around: - GREEN LED on - RED LED on - All LEDs off - RED and GREEN LED alternatively on with 1 sec period time