Integration ZGP and ZHA

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

Integration ZGP and ZHA

Jump to solution
3,584 Views
sChameleoNz
Contributor III

I'm using JN5189DK6.

I want to integrate with ZGP (ZigBee Green Power) and ZHA (ZigBee Home Automation).

For instance, endpoint 0 is for ZDP, EP 1 is for ZHA, and EP 2 is for ZGP.

In addition, I'm using SDK_2_6_3_JN5189DK6, but there is no example about ZGPP (ZigBee Green Power Proxy).

Where could I get an example of this?

And how could I achieve this goal?

Please somebody help me.

Labels (3)
0 Kudos
1 Solution
3,498 Views
mario_castaneda
NXP TechSupport
NXP TechSupport

Hi @sChameleoNz,

 

We only provide ZigBee examples, but you could look at the JN-AN-1255 that could help you with testing.

The AN uses 802.15.4 and you could implement your application takins as reference.

Regards,

Mario

View solution in original post

8 Replies
3,552 Views
mario_castaneda
NXP TechSupport
NXP TechSupport

Hi @sChameleoNz,

Please look at the documentation section that provides the AN. JN5189/88

We provide a green power devices example that could help you with the implementation that you want. It is important to mention that the examples support ZB3 Stack.

Note: We launched a new SDK version 2.6.4. I recommend updating the SDK that you are working on.

Regards,

Mario

0 Kudos
3,542 Views
sChameleoNz
Contributor III

Hi @mario_castaneda,

thank you for the comment.

But I could find only GP devices, not a GP proxy devices.

I've already taken a look at JN-AN-1243/45/47/60/61.

Could you guide me more detail?

And is there any way to get raw RF data on Zigbee Coordinator example?

Regards,

sChameleoNz

0 Kudos
3,533 Views
mario_castaneda
NXP TechSupport
NXP TechSupport

Hi @sChameleoNz,

Please look at the JN-AN-1247 Control Bridge.

You could find the app_green_power.c/h files that provide the supports for the Proxy support.

You have to enable the GP_Support in the Makefile and be sure that the file is selecting the .zpscfg

Regards,

Mario

0 Kudos
3,521 Views
sChameleoNz
Contributor III

Hi @mario_castaneda,

 

Thank you for your guidance.

I selected like below.

GP_SUPPORT			   ?= 1

sChameleoNz_0-1629291650195.png

And the log was the below.

21:57:05 **** Incremental Build of configuration ControlBridge_Full_GpProxy_1000000 for project JN-AN-1247-Zigbee-3-0-IoT-Control-Bridge ****
make TRACE=1 NODE=FULL_FUNC_DEVICE GP_SUPPORT=1 BAUD=1000000 -r all 
Building Node Full functionality ...
"NOTE: Make sure that app_GP.cfg Manually Changed to have device ID as 0x0061 and also remove GP cluster id from in cluster list of Endpoint 242 for Proxy build"
Creating folders...


Building trace version ...
JENNIC_MAC is Mini MAC shim 
JENNIC_MAC_PLATFORM is SOC
make: Nothing to be done for 'all'.

21:57:06 Build Finished. 0 errors, 0 warnings. (took 1s.665ms)

Is it okay?

I couldn't find about the app_GP.cfg.

 

And this is my previous question.

"Is there any way to get raw RF data in ZB coordinator example?"

May I ask you to this question?

 

Regards,

sChameleoNz

0 Kudos
3,512 Views
mario_castaneda
NXP TechSupport
NXP TechSupport

Hi @sChameleoNz,

Please clean the example that you want and build it again.

The device ID is set in the endpoint 242 to 0x0061.

mario_castaneda_0-1629323682610.png

Is there any way to get raw RF data in the ZB coordinator example?

Do you want to get the raw without the Zigbee security?

You could send custom data, please look at the next community post. How to send Data

Regards,

Mario

 

 

0 Kudos
3,505 Views
sChameleoNz
Contributor III

Hi @mario_castaneda,

 

It looks that it is based on Zigbee.

I want to get a 802.15.4 packet.

If the packet is for Zigbee, it is handled by Zigbee stack and if it is not a Zigbee packet, I will handle it by myself.

If I cannot do that, is there an example for 802.15.4?

I'd appreciate it if you guide me.

 

Always Thanks,

sChameleoNz

0 Kudos
3,499 Views
mario_castaneda
NXP TechSupport
NXP TechSupport

Hi @sChameleoNz,

 

We only provide ZigBee examples, but you could look at the JN-AN-1255 that could help you with testing.

The AN uses 802.15.4 and you could implement your application takins as reference.

Regards,

Mario

3,489 Views
sChameleoNz
Contributor III

Hi @mario_castaneda,

 

Thank you for the guidance.

I'll take a look at it.

 

Best Regards,

sChameleoNz