Author |
Message |
Topic: 5x7 Led Dot Matrix Flickering Problem |
veerabahu
Replies: 4
Views: 12095
|
Forum: General CCS C Discussion Posted: Thu Jan 21, 2016 1:10 am Subject: 5x7 Led Dot Matrix Flickering Problem |
Hi Experts
I am developing code for 5(Column)x7(row) Led dot matrix display,I am using 18f4520 IC. My aim is to receive the 16 characters through UART and display it in 16 digits, 5(Column)x7(row) ... |
Topic: Need Text to Speech Driver for PIC24FJ64GB002 |
veerabahu
Replies: 3
Views: 8901
|
Forum: General CCS C Discussion Posted: Sat Aug 29, 2015 6:32 am Subject: Need Text to Speech Driver for PIC24FJ64GB002 |
Hi Experts
I want Text to speech driver for PIC24FJ64GB002. Or please suggest any reference link to understand how to use the above controller for text to speech. It will be more helpful if anybody ... |
Topic: Need Driver for TCS3200 Color Sensor |
veerabahu
Replies: 1
Views: 7265
|
Forum: General CCS C Discussion Posted: Tue Aug 11, 2015 1:35 am Subject: Need Driver for TCS3200 Color Sensor |
Hi Experts
Can any one suggest or give me the driver or example for color sensor TCS3200. Its urgent.
Regards
VEERABAHU |
Topic: need driver for RFM73 |
veerabahu
Replies: 3
Views: 6383
|
Forum: General CCS C Discussion Posted: Sun Apr 26, 2015 8:08 am Subject: Rm73 driver |
Hi Laurent
Thanks for ur reply.. i have gone through the link which u gave.. There i got driver for RM12b, can i use same driver for RM73? or i want to do modification? |
Topic: need driver for RFM73 |
veerabahu
Replies: 3
Views: 6383
|
Forum: General CCS C Discussion Posted: Fri Apr 24, 2015 5:39 am Subject: need driver for RFM73 |
Hi experts,
Can anyone please give me or suggest me the link to get the driver for RFM73 ? Its bit urgent please me for this
Thanks & regards
Veerabahu M |
Topic: EEPROM Write problem in 18f66k22 |
veerabahu
Replies: 11
Views: 15998
|
Forum: General CCS C Discussion Posted: Wed Nov 19, 2014 12:57 am Subject: EEPROM Write problem in 18f66k22 |
Thanks for your reply Ttelmah, This is purely version problem. Its worked in ver5.015.
Thanks for eveyrone. |
Topic: EEPROM Write problem in 18f66k22 |
veerabahu
Replies: 11
Views: 15998
|
Forum: General CCS C Discussion Posted: Mon Nov 17, 2014 8:43 am Subject: EEPROM Write problem in 18f66k22 |
ya.. Actually its CCS PCH C Compiler, Version 4.110 |
Topic: EEPROM Write problem in 18f66k22 |
veerabahu
Replies: 11
Views: 15998
|
Forum: General CCS C Discussion Posted: Mon Nov 17, 2014 8:20 am Subject: I tried with NOCPD,but it didn't work for me |
Hi Ttelmah,
As per your advice i tried with #fuses NOCPD, but it didn't work for me. I don't know what mistake i am doing.
This is my code, I am using CCS 4.11 ver and 16Mhz is my crystal value. ... |
Topic: EEPROM Write problem in 18f66k22 |
veerabahu
Replies: 11
Views: 15998
|
Forum: General CCS C Discussion Posted: Sun Nov 16, 2014 8:23 am Subject: EEPROM Write problem in 18f66k22 |
Hi experts,
I am developing a project in 18f66k22 with GLCD. The problem is EEPROM, i can't able to write a data into internal & external EEPROM. I googled & i came to know that need to dis ... |
Topic: Problem in bmp image to array data |
veerabahu
Replies: 0
Views: 4208
|
Forum: General CCS C Discussion Posted: Mon Sep 22, 2014 6:00 am Subject: Problem in bmp image to array data |
hi,
i am using ks0108 graphical LCD and GLCD.c file for my project,i can able draw and print lines and text,but the problem is i couldn able to print the image in GLCD. i think the problem is in co ... |
Topic: Want CCS driver for VGA monitor |
veerabahu
Replies: 3
Views: 7523
|
Forum: General CCS C Discussion Posted: Sat Apr 26, 2014 12:18 am Subject: Want CCS driver for VGA monitor |
Hi everyone,
I need ccs driver for vga monitor. I googled for this but i couldn't find more info about the code. Can somebody please help me in this?
Thanks in advance |
Topic: How to disable Transmit function of PIN_C6 in 16F876A |
veerabahu
Replies: 1
Views: 5109
|
Forum: General CCS C Discussion Posted: Wed Dec 18, 2013 5:34 am Subject: How to disable Transmit function of PIN_C6 in 16F876A |
In my application i used #INT_RDA to Receive a serial data.
for this i used
#use rs232(baud=9600,xmit=PIN_C6,rcv=PIN_C7,disable_ints).But I'm short of I/O's. So i need to use my TX pin ( ... |
Topic: Bitwise operator |
veerabahu
Replies: 3
Views: 7437
|
Forum: General CCS C Discussion Posted: Tue Sep 10, 2013 7:18 am Subject: Bitwise operator |
How do i Split 32bit value into two 16bit value..i use the format for bit wise operator (Value & 0x0000FFFF) actually i use calculator for this i got correct value but when i use this format in c ... |
Topic: how to Split 16bit value into 16 1bit value. |
veerabahu
Replies: 1
Views: 3813
|
Forum: General CCS C Discussion Posted: Tue Aug 27, 2013 5:55 am Subject: how to Split 16bit value into 16 1bit value. |
Can anyone point me in the right direction for building a function to split a 16bit value into 16 1bit values then reassembling them again? For instance I have an integer of say 5423 I need to split t ... |
Topic: Problem in Modbus RTU Rs485 Communication |
veerabahu
Replies: 3
Views: 6533
|
Forum: General CCS C Discussion Posted: Thu Aug 22, 2013 10:47 pm Subject: Problem in Modbus RTU Rs485 Communication |
Dear Ttelmah
Thanks for your reply. I have gone through both the links which you have given. I understood about false start. I included biasing resistors in A and B pin of RS485. i.e 680o ... |
|