nes-proj/examples/platform-specific/jn516x/rpl/coap-dongle-node
George Oikonomou 8e8101728c Don't pass -DWITH_COAP in example Makefiles
This does not seem to be needed anywhere or to achieve anything
2017-10-08 17:03:04 +01:00
..
Makefile Don't pass -DWITH_COAP in example Makefiles 2017-10-08 17:03:04 +01:00
README.md Re-arrange examples, in particular, move platform-specific examples to examples/platform-specific 2017-05-16 17:47:57 +02:00
dongle-node.c Re-organzie ip stack implementation 2017-09-22 17:09:54 +02:00
project-conf.h Don't define in Makefile things that can be defined in project-conf.h 2017-10-08 17:00:37 +01: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