Author |
Message |
Topic: internal oscillator VS external XTAL |
cykrus
Replies: 3
Views: 5577
|
Forum: General CCS C Discussion Posted: Fri Oct 05, 2012 9:47 pm Subject: internal oscillator VS external XTAL |
very clear now. thank you |
Topic: internal oscillator VS external XTAL |
cykrus
Replies: 3
Views: 5577
|
Forum: General CCS C Discussion Posted: Fri Oct 05, 2012 12:37 pm Subject: internal oscillator VS external XTAL |
What is the advantage of using an external XTAL with a PIC ? I see a lot of projects that use for example the 16f628 or 16f84 use an external XTAL. I have done a few projects and I always use the inte ... |
Topic: PIC16f628 radio link |
cykrus
Replies: 6
Views: 8302
|
Forum: General CCS C Discussion Posted: Tue Oct 02, 2012 2:41 pm Subject: PIC16f628 radio link |
Have you looked at your "manchester code on an oscilloscope ???
Your code example seems strikingly discontinuous.
My experience has been that manchester is an NRZ type of code with contin ... |
Topic: PIC16f628 radio link |
cykrus
Replies: 6
Views: 8302
|
Forum: General CCS C Discussion Posted: Tue Oct 02, 2012 2:40 pm Subject: PIC16f628 radio link |
So .. after another day spent on forums I got the idea. I am using the UART and I have learned about all the registers and bits for the rx buffer, error, etc etc. Great stuff ...
So I managed to im ... |
Topic: PIC16f628 radio link |
cykrus
Replies: 6
Views: 8302
|
Forum: General CCS C Discussion Posted: Mon Oct 01, 2012 2:48 pm Subject: PIC16f628 radio link |
OOps ... i did some more reading and it looks like my code reinvented the wheel ))) ... sorry for that ... i just discovered ... "USART" ...
It looks like my code for sending/receivin ... |
Topic: PIC16f628 radio link |
cykrus
Replies: 6
Views: 8302
|
Forum: General CCS C Discussion Posted: Mon Oct 01, 2012 1:02 pm Subject: PIC16f628 radio link |
Another question just came into my mind. The way that i'm syncronising the encoder/decoder is my seting the same delay between bits. Now my question is this ... how much time does it take to execute o ... |
Topic: PIC16f628 radio link |
cykrus
Replies: 6
Views: 8302
|
Forum: General CCS C Discussion Posted: Mon Oct 01, 2012 12:13 pm Subject: PIC16f628 radio link |
Hello all,
I am very new to the micro-controller world so bear with me.
I want to make a remote control to be able to send data between t PIC's (16f628). I know that there are already products o ... |
|