|
1 | 1 | About
|
2 | 2 | =====
|
3 | 3 |
|
4 |
| -This is arduino add-on package for NXP JN516x platform. |
5 |
| - |
| 4 | +This is Arduino add-on package for NXP JN516x platform. |
| 5 | +This version is built on [Contiki](http://contiki-os.org/). |
6 | 6 |
|
7 | 7 | Install
|
8 | 8 | =======
|
9 | 9 |
|
10 |
| -Install JN516x plugin to arduino |
| 10 | +Install JN516x plugin to Arduino |
11 | 11 | --------------------------------
|
12 | 12 |
|
13 |
| -### for Arduino 1.6.4 or newer versions. |
14 |
| - |
15 |
| -* Use this additional package definition by 'Additional Boards Manager URLs' option that is on Arduino's preferences. |
16 |
| -[http://soburi.github.io/JN516x-arduino-package/package_soburi_jn516x_index.json](http://soburi.github.io/JN516x-arduino-package/package_soburi_jn516x_index.json) |
| 13 | +### For Arduino 1.6.7 or newer versions. |
17 | 14 |
|
18 |
| -### for Arduino 1.6.3 or older versions. |
| 15 | +Use this additional package definition of 'Additional Boards Manager URLs' option that is on Arduino's preferences. |
| 16 | +* [http://soburi.github.io/JN516x-arduino-package/package_soburi_intiki_index.json](http://soburi.github.io/JN516x-arduino-package/package_soburi_intiki_index.json) |
19 | 17 |
|
20 |
| -- Extract [plugin archive](https://github.com/soburi/JN516x-arduino-package/archive/master.zip) |
21 |
| -into _[arduino\_root]/hardware/soburi_ folder. |
22 |
| -- Extract [toolchain archive](https://dl.dropboxusercontent.com/u/498101/jn516x-tools_i686-mingw32_r8352.tar.bz2) into into _[arduino\_root]/hardware/tools_ folder. |
23 |
| -- Put a platform.local.txt that contains following line, |
24 |
| -``` |
25 |
| -runtime.tools.jn516x-tools.path={runtime.ide.path}/hardware/tools/jn516x-tools/ |
26 |
| -``` |
27 |
| -into a plugin archive extracted folder. |
| 18 | +This package does download external package on first build time. |
28 | 19 |
|
| 20 | +Install Compiler and SDK. |
| 21 | +---------------------------- |
29 | 22 |
|
30 |
| -Install JN516x SDK |
31 |
| ------------------- |
32 |
| -Install JN516x-JenNet-IP Stack SDK. |
| 23 | +Download and install compiler, sdk and flash programmer from [ NXP's JN516x page](http://www.nxp.com/ja/products/interface-and-connectivity/wireless-connectivity/2.4-ghz-wireless-solutions/ieee-802.15.4-for-jn516x:IEEE802.15.4). |
33 | 24 |
|
34 |
| -* [JN-SW-4065-JN516x-JenNet-IP-SDK-v979](http://www.nxp.com/documents/other/JN-SW-4065.zip) |
| 25 | +* [BeyondStudio for NXP](http://cache.nxp.com/documents/other/JN-SW-4141.zip) |
35 | 26 |
|
36 |
| -### Windows |
| 27 | +* [JN516x IEEE 802.15.4 SDK](http://cache.nxp.com/documents/other/JN-SW-4163.zip) |
37 | 28 |
|
38 |
| -Simply install to default destination (C:\Jennic). |
| 29 | +* [JN51xx Producton Flash Programmer](http://cache.nxp.com/documents/other/JN-SW-4107.zip) |
39 | 30 |
|
40 |
| -### MacOSX and Linux |
41 | 31 |
|
42 |
| -Use [wine](https://www.winehq.org/) to launch installer program. |
43 |
| -Install to Z:\opt\Jennic(point to /opt/Jennic in filesystem). |
| 32 | +### For Windows |
44 | 33 |
|
| 34 | +Install to installer's default destination (C:\NXP). |
45 | 35 |
|
46 |
| -API implement status |
| 36 | +API implements status |
47 | 37 | ====================
|
48 | 38 |
|
49 | 39 | Already implemented
|
|
0 commit comments