Author |
Message |
Topic: Zigbee Network |
adesport
Replies: 18
Views: 16411
|
Forum: General CCS C Discussion Posted: Thu Jul 30, 2009 7:34 am Subject: Zigbee Network |
Give me a link to all the CCS Zigbee documentation. I'll check it out. |
Topic: Zigbee Network |
adesport
Replies: 18
Views: 16411
|
Forum: General CCS C Discussion Posted: Thu Jul 30, 2009 1:49 am Subject: Zigbee Network |
Your code doesn't have any comment at all nice
Did you read "Wireless-Ember ZigBee™ Exercise Book Table Of Contents" provided by CCS? There may be some example.
value1=(rcvdata
N ... |
Topic: Zigbee Network |
adesport
Replies: 18
Views: 16411
|
Forum: General CCS C Discussion Posted: Thu Jul 30, 2009 1:08 am Subject: Zigbee Network |
If both your sensors are SED, their parent is your FFD. In this case, if one of your sensor goes off the other one will still be able to communicate.
Post your code to see if something is missing. |
Topic: Zigbee Network |
adesport
Replies: 18
Views: 16411
|
Forum: General CCS C Discussion Posted: Wed Jul 29, 2009 9:17 am Subject: Zigbee Network |
Which kind of ZB devices are your sensor ? SED or FFD ? |
Topic: Zigbee Network |
adesport
Replies: 18
Views: 16411
|
Forum: General CCS C Discussion Posted: Wed Jul 29, 2009 3:11 am Subject: Zigbee Network |
So I guess CCS provides example files as usual... |
Topic: MPLAB SIM - PORTB can not be stimulated due to being control |
adesport
Replies: 5
Views: 13410
|
Forum: General CCS C Discussion Posted: Wed Jul 29, 2009 2:35 am Subject: MPLAB SIM - PORTB can not be stimulated due to being control |
MPLAB v8.33 solves the problem!
I didn't test before since the release note doesn't talk bout this bug, the only solved problem which could be related is:
SIM-551
Some bits in PORTA, PORTB, and POR ... |
Topic: PIC16F526 - Timer Interrupts - Are they possible? |
adesport
Replies: 9
Views: 10829
|
Forum: General CCS C Discussion Posted: Wed Jul 29, 2009 1:53 am Subject: PIC16F526 - Timer Interrupts - Are they possible? |
Aha, nice! |
Topic: Zigbee Network |
adesport
Replies: 18
Views: 16411
|
Forum: General CCS C Discussion Posted: Wed Jul 29, 2009 1:42 am Subject: Zigbee Network |
ATSend("AT+DASSL"); //Disconnect ZigBee Network
ATSend("AT+JN"); // Join any ZigBee PAN
//...
ATSend uses PIC UART to send command to a ZigBee module.
AT ... |
Topic: MPLAB SIM - PORTB can not be stimulated due to being control |
adesport
Replies: 5
Views: 13410
|
Forum: General CCS C Discussion Posted: Wed Jul 29, 2009 1:38 am Subject: MPLAB SIM - PORTB can not be stimulated due to being control |
Here a test code without any CCS PICC macro and MPLAB screeshots.
MBLAB v8.30.00.00
CCS C Compiler 4.0.68
#include <18f25K20.h>
#BYTE ADCON0 = 0xFC2
#BYTE ANSEL = 0xF7E
#BYTE ANSELH ... |
Topic: MPLAB SIM - PORTB can not be stimulated due to being control |
adesport
Replies: 5
Views: 13410
|
Forum: General CCS C Discussion Posted: Tue Jul 28, 2009 10:39 am Subject: MPLAB SIM - PORTB can not be stimulated due to being control |
you're right but MPLAB SIM forum seems to be a little bit sleepy and I guess some PICC users may have seen the same behavior... |
Topic: PIC16F526 - Timer Interrupts - Are they possible? |
adesport
Replies: 9
Views: 10829
|
Forum: General CCS C Discussion Posted: Tue Jul 28, 2009 10:34 am Subject: PIC16F526 - Timer Interrupts - Are they possible? |
Microchip guys work () hard to keep compatibility which allows PIC switching easly. |
Topic: PIC16F526 - Timer Interrupts - Are they possible? |
adesport
Replies: 9
Views: 10829
|
Forum: General CCS C Discussion Posted: Tue Jul 28, 2009 10:09 am Subject: PIC16F526 - Timer Interrupts - Are they possible? |
The WDT will restart your PIC once it'll time out.
You can't catch the interruption and write your own ISR.
Sorry |
Topic: Zigbee Network |
adesport
Replies: 18
Views: 16411
|
Forum: General CCS C Discussion Posted: Tue Jul 28, 2009 10:03 am Subject: Zigbee Network |
For my Zigbee apps I'm using a module with its own Ember stack and drive the network from my PIC through AT command. |
Topic: PIC16F526 - Timer Interrupts - Are they possible? |
adesport
Replies: 9
Views: 10829
|
Forum: General CCS C Discussion Posted: Tue Jul 28, 2009 10:02 am Subject: PIC16F526 - Timer Interrupts - Are they possible? |
Hi,
The datasheets shows that there is no interruption features on this PIC. |
Topic: MPLAB SIM - PORTB can not be stimulated due to being control |
adesport
Replies: 5
Views: 13410
|
Forum: General CCS C Discussion Posted: Tue Jul 28, 2009 9:58 am Subject: MPLAB SIM - PORTB can not be stimulated due to being control |
Hi all,
I'm facing a strange issue. I try to simulate my program compiled with PICC for a 18F25K20 with MPLAB SIM with asynchronous signal on RB0.
In my program I've configured all the register ... |
|