Author |
Message |
Topic: Help on display code |
chin0609
Replies: 1
Views: 3549
|
Forum: General CCS C Discussion Posted: Sat Nov 05, 2011 6:52 am Subject: Help on display code |
Is there any wrong with the display code..this is because my LCD sometime can display and sometimes not..i guess there is some wrong with the code but i tested with virtual simulator no problem so wha ... |
Topic: Low cost RF wireless module.. |
chin0609
Replies: 18
Views: 18553
|
Forum: General CCS C Discussion Posted: Mon Oct 03, 2011 7:34 am Subject: Low cost RF wireless module.. |
i found an code that may be suit be my hardware anyone can tell how to connect the pin based on my hardware provided
transmiter: http://www.cytron.com.my/viewProduct.php?pcode=RF-TX-315&name=RF%2 ... |
Topic: Low cost RF wireless module.. |
chin0609
Replies: 18
Views: 18553
|
Forum: General CCS C Discussion Posted: Sun Oct 02, 2011 6:37 am Subject: Low cost RF wireless module.. |
temtronic can translate the code for me? just try pls.. just translate from the High tech code to ccs code...
so i can test it in my program..
thanks. |
Topic: Low cost RF wireless module.. |
chin0609
Replies: 18
Views: 18553
|
Forum: General CCS C Discussion Posted: Sat Oct 01, 2011 9:01 pm Subject: Low cost RF wireless module.. |
ok i can keep tried but i don't have a lot of time..because it regarding my final year project ..
btw can provide any useful link to study the ccs programming?
etc: ebook, sample code.. |
Topic: Low cost RF wireless module.. |
chin0609
Replies: 18
Views: 18553
|
Forum: General CCS C Discussion Posted: Sat Oct 01, 2011 7:04 pm Subject: Low cost RF wireless module.. |
I really don't understand and have no idea how to translate the code to ccs after i see it. I am not familiar on both.
Can someone volunteer to translate sample code for me? I no need 7 segment. I ju ... |
Topic: Low cost RF wireless module.. |
chin0609
Replies: 18
Views: 18553
|
Forum: General CCS C Discussion Posted: Sat Oct 01, 2011 7:13 am Subject: Low cost RF wireless module.. |
Any sample code for transmitter and receiver part? I just need to do eg. "when transmitter pin data high, receiver pin data also high". |
Topic: Low cost RF wireless module.. |
chin0609
Replies: 18
Views: 18553
|
Forum: General CCS C Discussion Posted: Sat Oct 01, 2011 6:33 am Subject: Low cost RF wireless module.. |
I have a pair of RF module (transmiter and receiver)
transmiter: http://www.cytron.com.my/viewProduct.php?pcode=RF-TX-315&name=RF%20Transmitter%20315MHz
Receiver: http://www.cytron.com.my/viewPr ... |
Topic: Need Help LCD 16x2 |
chin0609
Replies: 26
Views: 26092
|
Forum: General CCS C Discussion Posted: Sat Sep 17, 2011 7:07 pm Subject: Need Help LCD 16x2 |
Center terminal goes to LCD Vee (pin 3)
is this the pin on top of the trimpot ?
Left terminal of pot goes to +5v volt.
Right terminal goes to ground.
and this is the bottom 2 pin?
co ... |
Topic: Need Help LCD 16x2 |
chin0609
Replies: 26
Views: 26092
|
Forum: General CCS C Discussion Posted: Sat Sep 17, 2011 6:22 am Subject: Need Help LCD 16x2 |
It has the top pin of the trimpot going to 5v, the bottom pin of the pot going to 0v, and the wiper, connected to the contrast pin on LCD.
I get you mean top connect to 5V but the bottom left or ri ... |
Topic: Need Help LCD 16x2 |
chin0609
Replies: 26
Views: 26092
|
Forum: General CCS C Discussion Posted: Fri Sep 16, 2011 8:35 pm Subject: Need Help LCD 16x2 |
ya my trimpot 3 pin (top2 bottom 1) which is them? the diagram you show me is 3pin in a same line. |
Topic: Need Help LCD 16x2 |
chin0609
Replies: 26
Views: 26092
|
Forum: General CCS C Discussion Posted: Fri Sep 16, 2011 7:57 pm Subject: Need Help LCD 16x2 |
i think is the contrast problem.
can teach me how to connect the 3pin preset? which is connect to ground,5v and output? |
Topic: Need Help LCD 16x2 |
chin0609
Replies: 26
Views: 26092
|
Forum: General CCS C Discussion Posted: Thu Sep 15, 2011 10:14 pm Subject: Need Help LCD 16x2 |
the pic16f877a build connection should be no problem i can run other application such as motor ,led ...except LCD
here my LCD JHD162A
http://imageshack.us/photo/my-images/266/20110916114549.jpg/
... |
Topic: Need Help LCD 16x2 |
chin0609
Replies: 26
Views: 26092
|
Forum: General CCS C Discussion Posted: Wed Sep 14, 2011 11:47 pm Subject: Need Help LCD 16x2 |
http://imageshack.us/photo/my-images/546/20110915133012.jpg/
black block
http://imageshack.us/photo/my-images/23/20110915133809.jpg/ |
Topic: Need Help LCD 16x2 |
chin0609
Replies: 26
Views: 26092
|
Forum: General CCS C Discussion Posted: Wed Sep 14, 2011 10:25 pm Subject: Need Help LCD 16x2 |
followed the plain flex_lcd still get the same result
// flex_lcd.c
// These pins are for the Microchip PicDem2-Plus board,
// which is what I used to test the driver. Change these
// pins t ... |
Topic: Need Help LCD 16x2 |
chin0609
Replies: 26
Views: 26092
|
Forum: General CCS C Discussion Posted: Wed Sep 14, 2011 7:24 am Subject: Need Help LCD 16x2 |
void main()
{
lcd_init();
while(1)
{
lcd_putc("Hello World");
delay_ms(500);
}
}
tested this code..result ... |
|