osd-contiki/examples/jn516x/rpl/coap-dongle-node
2015-09-23 14:38:41 +02:00
..
dongle-node.c Added NXP JN516x examples 2015-09-23 14:38:41 +02:00
Makefile Added NXP JN516x examples 2015-09-23 14:38:41 +02:00
project-conf.h Added NXP JN516x examples 2015-09-23 14:38:41 +02:00
README.md Added NXP JN516x examples 2015-09-23 14:38:41 +02:00

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