Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soburi/jn516x-arduino-package
Arduino package for JN516x
https://github.com/soburi/jn516x-arduino-package
arduino jn5164 jn5168 jn5169 jn516x nxp
Last synced: about 2 months ago
JSON representation
Arduino package for JN516x
- Host: GitHub
- URL: https://github.com/soburi/jn516x-arduino-package
- Owner: soburi
- Created: 2015-02-08T12:57:46.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-05-07T06:48:29.000Z (over 2 years ago)
- Last Synced: 2023-03-12T07:42:43.606Z (almost 2 years ago)
- Topics: arduino, jn5164, jn5168, jn5169, jn516x, nxp
- Language: C++
- Homepage:
- Size: 8.6 MB
- Stars: 35
- Watchers: 11
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
About
=====This is Arduino add-on package for NXP JN516x platform.
This package is built on [ContikiOS](http://contiki-os.org/).Install
=======Install JN516x plugin to Arduino
--------------------------------Use this additional package definition of 'Additional Boards Manager URLs' option that is on Arduino's preferences.
* [http://soburi.github.io/JN516x-arduino-package/package_soburi_intiki_index.json](http://soburi.github.io/JN516x-arduino-package/package_soburi_intiki_index.json)Install Compiler and SDK.
----------------------------Download and install compiler and sdk from [NXP's JN516x page](https://www.nxp.com/products/wireless-connectivity/proprietary-ieee-802.15.4-based/ieee-802.15.4-for-jn516x-7x:IEEE802.15.4).
* `JN-SW-4141` BeyondStudio for NXP
* `JN-SW-4163` JN516x IEEE 802.15.4 SDK### For Windows
Install `JN-SW-4141` and `JN-SW-4163` to installer's default destination (C:\NXP).
### For Linux/MacOSX
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.Limitations
===========### Not support function.
- analogReadResolution()
- analogWriteResolution()
- Keyboard
- Mouse### Interrupt mode
JN516x does not support LEVEL triggerd and both edge triggerd interruption, support only RISING and FALLING.
attatchInterrupt() treat HIGH, LOW, CHANGE as RISING.