JN-AN-1229-ZBPro-Application-Template import problems

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

JN-AN-1229-ZBPro-Application-Template import problems

1,582 Views
jiweigao
Contributor III

Hi Mario

Follow the steps JN-AN-1229-ZBPro-Application-Template.pdf to import a project,Failed to construct, attempts like this, software installation, and how to solve it?

1.png

2.png

1.png

Using the Win10 operating system, import the JN516x project

Labels (1)
6 Replies

1,076 Views
mario_castaneda
NXP TechSupport
NXP TechSupport

Hi JiWei Gao,

Did you extract the files in the next path?

C:\NXP\bstudio_nxp\workspace

Could you please try to delete, download and import the project again?

Then, when you try to import the project.  Please select only the JN5168 project like the image below.

pastedImage_1.png

Then, click "Finish" and you will able to see the project with the respective includes.

pastedImage_2.png

Please let me know your findings.

Best Regards,

Mario

0 Kudos
Reply

1,076 Views
dheerajsawant
Contributor V

Hie mario_castaneda‌, 

I am working on Same application JN-AN-1229 from last 2 weeks. 

it create only .AN1229_ZBP_Coordinator_JN5169.bin only 

and i am  using JN5168-001-M00 while uploading it ask me that bin file is different from controller but still click on yes.

and it was working very well.. but from today its showing

"Error programming flash on COM19
Image is not compatible with chip, image built for 0x0F03000B, connected device is 0x07030008"

1)why this is happened?

2)and how to create JN5168.bin file using same application.

Thank you

0 Kudos
Reply

1,076 Views
mario_castaneda
NXP TechSupport
NXP TechSupport

Hi Dheeraj,

Just to confirm, could you please clean the project and compile it again?

As you know, the example creates a bin file for the JN5169, not for the JN5168.

pastedImage_1.png

Best Regards,

Mario

0 Kudos
Reply

1,076 Views
dheerajsawant
Contributor V

Hello Mario, 

yes yesterday i solve that issue. 

i am using JN-AN-1229 application and its create bin file for jn5169. 

and  i am using JN5168-001-M00 Module.

still i can upload JN5169 bin file into JN5168-001-M00 module while uploading once popup window come like

"bin file is not compatible with your module (click Yes or No)

but my work done by that JN5169 bin file.

what i want to ask:

1) can we change bin file JN5169 to JN5168. (in make file or any other way

2) Or it may harmful for my Module continuously uploading JN5169 bin file. 

0 Kudos
Reply

1,076 Views
mario_castaneda
NXP TechSupport
NXP TechSupport

Hi Dheeraj,

You can create the bin file for the JN5168.

Set the target device. makefile

##############################################################################
# User definable make parameters that may be overwritten from the command line
# Default target device is the JN5168

JENNIC_CHIP ?= JN5168
JENNIC_CHIP_FAMILY ?=JN516x

Then you can create your own Build configuration.

pastedImage_1.png

Create a new build configuration.

pastedImage_3.png

Select an existing configuration, you will copy the settings from the coordinator on JN5169 in this case.

pastedImage_5.png

After that, please look up the example properties and change the build command for the JN5168

pastedImage_7.png

You can choose the Coordinator for the JN5168

pastedImage_8.png

pastedImage_9.png

Please let me know if you have problems creating the bin file

Regards,

Mario

1,076 Views
dheerajsawant
Contributor V

Hello Mario, 

Thank You So Much!

You are Awesome!

0 Kudos
Reply