Problems withe zigbee transmission

For E-blocks user to discuss using E-blocks and programming for them.

Moderators: Benj, Mods

Post Reply
Sallafranque
Posts: 5
Joined: Fri Oct 12, 2007 7:36 pm

Problems withe zigbee transmission

Post 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

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: Problems withe zigbee transmission

Post 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?

Sallafranque
Posts: 5
Joined: Fri Oct 12, 2007 7:36 pm

Re: Problems withe zigbee transmission

Post 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

Post Reply