Hi,
Anyone know why the zigbee modules take so long to initilise approx 5 minutes.
Can't be right, then still don't work though ???
Cheers
James
Eb51 zigbee
-
- Flowcode V4 User
- Posts: 61
- Joined: Tue Feb 01, 2011 7:21 pm
- Has thanked: 3 times
- Been thanked: 1 time
- JohnCrow
- Valued Contributor
- Posts: 1367
- Joined: Wed Sep 19, 2007 1:21 pm
- Location: Lincolnshire
- Has thanked: 364 times
- Been thanked: 716 times
Re: Eb51 zigbee
Hi James
They do take a couple of minutes initialising on my systems. Not done any real tests on setup speed depending on what sort of PIC i use though.
Have you got the system set to verbose, so you can see the messages on the LCDs. Can be a bit disconcerning, just watching a blank LCD for a couple of minutes not knowing if anything is happening.
I did have a few problems getting things the settings just right myself, when I first got the Zigbee boards.
Try my test files, that will at least let you know the hardware is working ok
They do take a couple of minutes initialising on my systems. Not done any real tests on setup speed depending on what sort of PIC i use though.
Have you got the system set to verbose, so you can see the messages on the LCDs. Can be a bit disconcerning, just watching a blank LCD for a couple of minutes not knowing if anything is happening.
I did have a few problems getting things the settings just right myself, when I first got the Zigbee boards.
Try my test files, that will at least let you know the hardware is working ok
1 in 10 people understand binary, the other one doesn't !
-
- Flowcode V4 User
- Posts: 61
- Joined: Tue Feb 01, 2011 7:21 pm
- Has thanked: 3 times
- Been thanked: 1 time
Re: Eb51 zigbee
Hi John,
Thanks for the relay and help, the Co-ordinator program is fcf but the end node is "c" think maybe the wrong type you posted ?
Can you forward the end node and I will try once more.
Thanks Again
James
Thanks for the relay and help, the Co-ordinator program is fcf but the end node is "c" think maybe the wrong type you posted ?
Can you forward the end node and I will try once more.
Thanks Again
James

Re: Eb51 zigbee
Can you help me programming keypad with pic16f877 flowcode4 to work like a cellphone keypad. with 2(a,b,c,2) 3(d,e,f,4) .......0 as space. Please help me. Thank you in advance.
- JohnCrow
- Valued Contributor
- Posts: 1367
- Joined: Wed Sep 19, 2007 1:21 pm
- Location: Lincolnshire
- Has thanked: 364 times
- Been thanked: 716 times
Re: Eb51 zigbee
Hi
Have a look at the GSM test file on MM website
This has the function you are asking for.
The Enter Message Macro is the actual part you need.
http://www.matrixmultimedia.com/lc_inde ... rder=&dir=
Note
be aware the flowchart wont simulate though as it uses a "C code box"
Have a look at the GSM test file on MM website
This has the function you are asking for.
The Enter Message Macro is the actual part you need.
http://www.matrixmultimedia.com/lc_inde ... rder=&dir=
Note
be aware the flowchart wont simulate though as it uses a "C code box"
1 in 10 people understand binary, the other one doesn't !