Author |
Message |
Topic: How to store data on eeprom 24c04 like data base with date |
Madhu_k_r
Replies: 6
Views: 19144
|
Forum: General CCS C Discussion Posted: Thu Nov 10, 2016 7:05 am Subject: How to store data on eeprom 24c04 like data base with date |
Hi guys ...
For one of my project i need to store data on external eeprom 24c04 like data base that is i need to store at least last 5 days data and retrieve the same got any idea please ... |
Topic: rc5 protocol |
Madhu_k_r
Replies: 2
Views: 8725
|
Forum: General CCS C Discussion Posted: Thu Aug 04, 2016 5:44 am Subject: rc5 protocol |
hi i want to interface tv remote(RC-20R) with pic microcontroller is there any software in ccs ? if so please share with me thanks in advance |
Topic: Help for dimmer light |
Madhu_k_r
Replies: 2
Views: 6780
|
Forum: General CCS C Discussion Posted: Mon Aug 01, 2016 6:21 am Subject: Help for dimmer light |
hi i want to control a dimmer using tv remote so i have interfaced a remote and it is working normally but when i press any key on remote, dimmer (load) is flickering. What might be the problem ? Plea ... |
Topic: RGB dot matrix |
Madhu_k_r
Replies: 2
Views: 7880
|
Forum: General CCS C Discussion Posted: Fri Jun 03, 2016 6:07 am Subject: RGB dot matrix |
hi..
Can i drive rgb dot matrix with pic ? If so can i get any circuit for the same
Thank you. |
Topic: need MGC3030 driver code |
Madhu_k_r
Replies: 1
Views: 13400
|
Forum: General CCS C Discussion Posted: Sat Apr 30, 2016 2:24 am Subject: need MGC3030 driver code |
Hi..
i want to interface mgc3030 driver code does anyone have this ??
thanks in advance |
Topic: PIN_B2 in PIC12F508 is not toggling |
Madhu_k_r
Replies: 2
Views: 10346
|
Forum: General CCS C Discussion Posted: Wed Apr 13, 2016 3:14 am Subject: PIN_B2 in PIC12F508 is not toggling |
Hi...
I have used pic12f508 for one of my project but pin_b2 and pin_b3 are not going high nor low but other i/o's are working fine.
My code:
#include <suction_12f508.h>
#define START_STO ... |
Topic: oscillator pins in 16f676[SOLVED] |
Madhu_k_r
Replies: 11
Views: 14898
|
Forum: General CCS C Discussion Posted: Mon Mar 14, 2016 11:11 pm Subject: Re: oscillator pins in 16f676 [SOLVED] |
hi..
how to use oscillator pins as a normal i/o's in pic16f676
i have tried INTRC_IO flag but still not working
i am using ccs5.008 version and crystal 4MHZ
thanks in advance ... |
Topic: oscillator pins in 16f676[SOLVED] |
Madhu_k_r
Replies: 11
Views: 14898
|
Forum: General CCS C Discussion Posted: Mon Mar 14, 2016 11:00 pm Subject: oscillator pins in 16f676[SOLVED] |
thank you "asmboy" and all
i have changed to #use delay(internal=4000000)
and working now |
Topic: oscillator pins in 16f676[SOLVED] |
Madhu_k_r
Replies: 11
Views: 14898
|
Forum: General CCS C Discussion Posted: Mon Mar 14, 2016 7:46 am Subject: oscillator pins in 16f676[SOLVED] |
[quote="Madhu_k_r"][quote="temtronic"]comments
3) chair_control_only.h is not known to me, it COULD be affecting your program.
and chair_control is just a project name |
Topic: oscillator pins in 16f676[SOLVED] |
Madhu_k_r
Replies: 11
Views: 14898
|
Forum: General CCS C Discussion Posted: Mon Mar 14, 2016 7:45 am Subject: oscillator pins in 16f676[SOLVED] |
[quote="Madhu_k_r"][quote="temtronic"]comments
1) the order of the code is totally wrong !
thanks for your reply
but what is wrong with the order
i just want to make that p ... |
Topic: oscillator pins in 16f676[SOLVED] |
Madhu_k_r
Replies: 11
Views: 14898
|
Forum: General CCS C Discussion Posted: Mon Mar 14, 2016 7:43 am Subject: oscillator pins in 16f676[SOLVED] |
#include <16F676.h>
#FUSES NOWDT //No Watch Dog Timer
#FUSES NOBROWNOUT //No brownout reset
#FUSES NOPROTECT //Code protected from reads
# ... |
Topic: oscillator pins in 16f676[SOLVED] |
Madhu_k_r
Replies: 11
Views: 14898
|
Forum: General CCS C Discussion Posted: Mon Mar 14, 2016 7:42 am Subject: oscillator pins in 16f676[SOLVED] |
comments
1) the order of the code is totally wrong ! Please consult either the CCS manual,any of the examples int he examples folder or the code library here
2) your subject says 16F676 yete the p ... |
Topic: oscillator pins in 16f676[SOLVED] |
Madhu_k_r
Replies: 11
Views: 14898
|
Forum: General CCS C Discussion Posted: Mon Mar 14, 2016 7:31 am Subject: oscillator pins in 16f676[SOLVED] |
this is my main program
#include <CHAIR_CONTROL_ONLY.h>
void main()
{
delay_ms(200);
while(TRUE)
{
output_low(pin_a4);
delay_ms(200);
output_high(pin_a4);
... |
Topic: oscillator pins in 16f676[SOLVED] |
Madhu_k_r
Replies: 11
Views: 14898
|
Forum: General CCS C Discussion Posted: Mon Mar 14, 2016 7:07 am Subject: oscillator pins in 16f676[SOLVED] |
hi..
how to use oscillator pins as a normal i/o's in pic16f676
i have tried INTRC_IO flag but still not working
i am using ccs5.008 version and crystal 4MHZ
thanks in advance ... |
Topic: PIC18F45K80 internal eeprom problem |
Madhu_k_r
Replies: 15
Views: 28633
|
Forum: General CCS C Discussion Posted: Wed Jan 27, 2016 2:51 am Subject: PIC18F45K80 internal eeprom problem |
Thank you Ttelmah ,,
i have changed my compiler version to 5.008 and it's working now thanks for your help |
|