Author |
Message |
Topic: PIC16F877-A ADC random values. |
meme
Replies: 2
Views: 5391
|
Forum: General CCS C Discussion Posted: Sun Aug 07, 2005 8:08 am Subject: PIC16F877-A ADC random values. |
that was it. thanks ! |
Topic: PIC16F877-A ADC random values. |
meme
Replies: 2
Views: 5391
|
Forum: General CCS C Discussion Posted: Sun Aug 07, 2005 5:15 am Subject: PIC16F877-A ADC random values. |
I am using pic16f877A and on pin A1 I have a analog input. the code is:
#include "C:\Program Files\PICC\Termometru\termometru1.h"
#include <LCD.C>
#include <stdlib.h>
... |
Topic: has anyone used 2x16 LCD form Ampire ? |
meme
Replies: 1
Views: 3711
|
Forum: General CCS C Discussion Posted: Tue Jul 26, 2005 3:17 pm Subject: has anyone used 2x16 LCD form Ampire ? |
is it compatible with HD44780 ? does it work with ccs built-in drivers ? thank you |
Topic: LCD - first line is black |
meme
Replies: 10
Views: 16421
|
Forum: General CCS C Discussion Posted: Fri Jul 22, 2005 12:05 am Subject: LCD - first line is black |
yes, the led is blinking as intended, but the lcd shows the first line filled, then both right halfs of the 2 lines filled. and then loops to the first line filled. |
Topic: LCD - first line is black |
meme
Replies: 10
Views: 16421
|
Forum: General CCS C Discussion Posted: Thu Jul 21, 2005 1:50 pm Subject: LCD - first line is black |
thank you for the link but... it didn't help. or maybe I have to buy another type of LCD. |
Topic: LCD - first line is black |
meme
Replies: 10
Views: 16421
|
Forum: General CCS C Discussion Posted: Thu Jul 21, 2005 11:48 am Subject: LCD - first line is black |
#use delay(clock=4000000)
connections are as follows:
pic16F877-A -> LCD
pinB0 -> E
pinB1 -> RS
pinB2 -> R/W
pinB3 ... |
Topic: LCD - first line is black |
meme
Replies: 10
Views: 16421
|
Forum: General CCS C Discussion Posted: Thu Jul 21, 2005 8:41 am Subject: LCD - first line is black |
yes. I adjusted the resistor untill the black line appeared. then I left it on the same position. when I try to send a character... nothing happens.
I connected pins 4 5 6 and 7 of portB with the pi ... |
Topic: LCD - first line is black |
meme
Replies: 10
Views: 16421
|
Forum: General CCS C Discussion Posted: Thu Jul 21, 2005 1:57 am Subject: LCD - first line is black |
I have connected my LCD (KS0070B-00) at port B. The 3-rd pin (contrast) is connected through a variable resistor. I use the CCS drivers for LCD. In lcd.c I uncommented the define port B statement to u ... |
Topic: the simplest task - not working |
meme
Replies: 6
Views: 8250
|
Forum: General CCS C Discussion Posted: Mon Jul 18, 2005 11:41 am Subject: the simplest task - not working |
thank you so much ! IT REALLY WORKS ! thank you ! |
Topic: the simplest task - not working |
meme
Replies: 6
Views: 8250
|
Forum: General CCS C Discussion Posted: Sun Jul 17, 2005 3:58 am Subject: the simplest task - not working |
I forgot to attach the schematics http://83.103.239.209/untitled.jpg
Thank you |
Topic: the simplest task - not working |
meme
Replies: 6
Views: 8250
|
Forum: General CCS C Discussion Posted: Sun Jul 17, 2005 3:10 am Subject: the simplest task - not working |
Hello. I am trying to blink a led with a PIC16F877-A. the led is connected on pin D0 through a 3.6K resistor. I am using a 4MHz quartz oscillator and two 22pF capacitors
The mclr pin is connected lik ... |
Topic: Anyone used ENC28J60 ethernet controller with a PIC ? |
meme
Replies: 13
Views: 15557
|
Forum: General CCS C Discussion Posted: Sun Jul 03, 2005 2:50 pm Subject: Anyone used ENC28J60 ethernet controller with a PIC ? |
valemike, how soon will it be on the market ? do you have a link, or something ? |
Topic: Anyone used ENC28J60 ethernet controller with a PIC ? |
meme
Replies: 13
Views: 15557
|
Forum: General CCS C Discussion Posted: Sun Jul 03, 2005 5:05 am Subject: Anyone used ENC28J60 ethernet controller with a PIC ? |
I am wondering if someone succcessfully used the ENC28J60 ethernet controller with a PIC. Can you simply transmit data, or you need to buffer it ? And one more question: the ENC28J60 can/must be progr ... |
Topic: X25 protocol |
meme
Replies: 3
Views: 5942
|
Forum: General CCS C Discussion Posted: Fri Jul 01, 2005 8:47 am Subject: X25 protocol |
thank you very much ! I've searched the google and it returned no relevant results. I'll do a more detailed search. Thank you again ! |
Topic: X25 protocol |
meme
Replies: 3
Views: 5942
|
Forum: General CCS C Discussion Posted: Thu Jun 30, 2005 2:32 pm Subject: X25 protocol |
excuse me for coming back. Does someone think that it is impossible to "teach" the 16F877 PIC the X25 protocol ? are there any restrictions ?
thank you ! |
|