This is Arduino add-on package for NXP JN516x platform. This package is built on ContikiOS.
Use this additional package definition of 'Additional Boards Manager URLs' option that is on Arduino's preferences.
Download and install compiler and sdk from NXP's JN516x page.
JN-SW-4141
BeyondStudio for NXPJN-SW-4163
JN516x IEEE 802.15.4 SDK
Install JN-SW-4141
and JN-SW-4163
to installer's default destination (C:\NXP).
Install JN516x IEEE 802.15.4 SDK contents (JN-SW-4163 directory, need to extract on windows) under /usr/jn516x-sdk/
(default directory as Contiki expects).
If installed to another directory, set the path to SDK_BASE_DIR
and export it.
- analogReadResolution()
- analogWriteResolution()
- Keyboard
- Mouse
JN516x does not support LEVEL triggerd and both edge triggerd interruption, support only RISING and FALLING. attatchInterrupt() treat HIGH, LOW, CHANGE as RISING.