Hi NXP
We bought a jn516x-ek004 kit to evaluate green power,
We are new to zigbee 3.0 and green power, so it's beginner question,
Is there any ready example for green power? We had installed "beyond studio", "zigbee-3.0-sdk", some application note,
But we don't see any example with "green power", could you please guide us? thank you
Chris
Solved! Go to Solution.
Hi Chris, I hope you're doing well!
Both JN-AN-1216 and JN-AN-1217 can be used as Green Power examples by adding the "GP_SUPPORT = 1" line to the build configurations like so:
With this argument, it should be configured correctly to use the corresponding files for Green Power support, and, as you can see in the GP zpscfg files, the Green Power cluster is already added to the project.
Please let me know if you need any more information.
Best regards,
Sebastian
Hi Chris, I hope you're doing well!
Both JN-AN-1216 and JN-AN-1217 can be used as Green Power examples by adding the "GP_SUPPORT = 1" line to the build configurations like so:
With this argument, it should be configured correctly to use the corresponding files for Green Power support, and, as you can see in the GP zpscfg files, the Green Power cluster is already added to the project.
Please let me know if you need any more information.
Best regards,
Sebastian
Hi Sebastian:
I didn't work well for green power commission.
I prepare 3 devices:
- 1 coordinator of an1217 on dongle,
- 1 dimmableLightOTA-GPCombo of an1218 on DR1174 and DR1175
- 1 EH switch of an1219 on DR1174 and DR1199
My steps are
1. Use serial command "form" and "steer" to dongle.
2. power on dimmableLight, then LED blinking, then I can see the join message in coordinator's serial log
3. power on EH switch, press SW1, but I never see LED1+LED3 and LED2 flash (reference to 5.2.3 of AN1219)
Could you please guide me,
give me some steps to demo green power switch + coordinator + lightbulb?
Thank you very much