Page 1 of 1

Problems withe zigbee transmission

Posted: Tue Apr 12, 2011 3:45 pm
by Sallafranque
Hello,

I would like to transmitte informations with the E_block Zigbee Coordinator and router

Actually, I have :

For the coordinator équipment:

One EB006 (With a 16F877)
One EB005 LCD Board assigned on PORT B
One EB051 Coordinator board Assigned on PORT C

For the End Node Equipment:

One EB006 (with 16F876)
One EB005 LCD Board assigned on port B
One EB051 Router Board assigned on port C

The two cards passed the test file

I check your test programs (ex 2)
But with the coordinator, i can't receive anything.

I made several try with Flowcode V3 and Flowcode V4 professionnel version.
You will find the flowcode files.
zigbee_coord_1.fcf
(8 KiB) Downloaded 315 times
zigbee_routeur_1.fcf
(7.5 KiB) Downloaded 308 times
May you help me please

Thank you

Fred44
zigbee_routeur_1.fcf
(7.5 KiB) Downloaded 308 times

Re: Problems withe zigbee transmission

Posted: Wed Apr 13, 2011 10:00 am
by Benj
Hello Fred,

In your coordinator program try adding a connect to all component macro directly after your zigbee init macro. Hopefully that should fix your problem. Is the router able to see the coordinator when calling the connect to coordinator macro?

Re: Problems withe zigbee transmission

Posted: Wed Apr 13, 2011 7:03 pm
by Sallafranque
Hello Ben,

I tried your proposition to insert a macro connect to all just after the init macro.
But, unfortunately, the problem is still present.

The router see the coordinator and the red led is blinking quickly.

On the coordinator board, the red light is blinking slowly.


Thank you for your help.

Fred44