Author |
Message |
Topic: wireless module with PIC16F88 |
Chapre
Replies: 4
Views: 6832
|
Forum: General CCS C Discussion Posted: Thu Aug 23, 2012 11:09 am Subject: wireless module with PIC16F88 |
Well I'll be sending char characters only; I might also write my own protocol; no security needed; as for the data rate any is applicable as long as I can send and receive data; I'm still in experimen ... |
Topic: wireless module with PIC16F88 |
Chapre
Replies: 4
Views: 6832
|
Forum: General CCS C Discussion Posted: Thu Aug 23, 2012 6:16 am Subject: wireless module with PIC16F88 |
Hi;
can you please recommend me a low cost wireless module (RF, Bluetooth, ...) to use with PICF88; I would like to design a wireless communication system between two PICS; distance ranging from 2 t ... |
Topic: Problem with INT_RDA and INT_TBE on PIC16F88 |
Chapre
Replies: 12
Views: 24042
|
Forum: General CCS C Discussion Posted: Fri Aug 17, 2012 4:12 am Subject: Problem with INT_RDA and INT_TBE on PIC16F88 |
Thanks, I looked at the "ex_stisr.c"; I understand I was using the wrong approach with INT_TBE.
I will be then using the manual way pointed out by asmboy.
Good day! |
Topic: Problem with INT_RDA and INT_TBE on PIC16F88 |
Chapre
Replies: 12
Views: 24042
|
Forum: General CCS C Discussion Posted: Wed Aug 15, 2012 6:12 pm Subject: Problem with INT_RDA and INT_TBE on PIC16F88 |
My PIC crashes;
I mean my PIC goes crazy, I have an 16x2 LCD connected, I drive it using flex_LCD;
when Int_TBE not enabled, everything is ok, I see all my initialization messages on the LCD and ... |
Topic: Problem with INT_RDA and INT_TBE on PIC16F88 |
Chapre
Replies: 12
Views: 24042
|
Forum: General CCS C Discussion Posted: Wed Aug 15, 2012 1:28 pm Subject: Problem with INT_RDA and INT_TBE on PIC16F88 |
Thanks for the reply, here's my LCD.h, the device I'm using is PIC16f88.
#include <16F88.h>
#device adc=16
#FUSES NOWDT //No Watch Dog Timer
#FUSES INTRC ... |
Topic: Problem with INT_RDA and INT_TBE on PIC16F88 |
Chapre
Replies: 12
Views: 24042
|
Forum: General CCS C Discussion Posted: Wed Aug 15, 2012 5:36 am Subject: Problem with INT_RDA and INT_TBE on PIC16F88 |
Hi thanks for your reply, here's my full code, the problem reside on my initialisations (the 2 last functions, "void initialize() " and "void main()").
If I comment out "enab ... |
Topic: Problem with INT_RDA and INT_TBE on PIC16F88 |
Chapre
Replies: 12
Views: 24042
|
Forum: General CCS C Discussion Posted: Mon Aug 13, 2012 1:21 am Subject: Problem with INT_RDA and INT_TBE on PIC16F88 |
Hi,
I have question, can we enable both interrupt for serial receive buffer (INT_RDA) and serial empty buffer (INT_TBE) at the same time on PIC16f88 ?
My problem is when I use this code below:
... |
Topic: Spi Transceiver module |
Chapre
Replies: 2
Views: 5064
|
Forum: General CCS C Discussion Posted: Sun Feb 26, 2012 5:41 am Subject: Spi Transceiver module |
Thanks for your reply.
I mean a wireless RF Transceiver. I would like to establish a wireless communication between several pics.
The pic should be connected to the RF module through SPI as I'm alre ... |
Topic: Spi Transceiver module |
Chapre
Replies: 2
Views: 5064
|
Forum: General CCS C Discussion Posted: Sun Feb 26, 2012 1:23 am Subject: Spi Transceiver module |
Hi, can you please recommend me a good low cost (spi) transceiver module for student project to use with a PIC16f88? |
|