Author |
Message |
Topic: help on triggering triac bt136 with 16f684 |
nerdnicky
Replies: 5
Views: 8532
|
Forum: General CCS C Discussion Posted: Tue Nov 05, 2013 12:25 pm Subject: help on triggering triac bt136 with 16f684 |
hi everyone...
i am designing a voice controlled home automation system ...for that i need to use triac for dimming the bulbs ...the main problem is that i am not getting any sufficient material for ... |
Topic: help with 16x2 lcd |
nerdnicky
Replies: 2
Views: 4588
|
Forum: General CCS C Discussion Posted: Mon Oct 21, 2013 9:45 am Subject: help with 16x2 lcd |
Guys i need to run a 16x2 lcd with pic 16f684. I am not aware of how to wire it using 8 bit interface. I just want to print the characters using the commands from uc. I don't want to use the lcd drive ... |
Topic: how to master programming of pic microcontrollers |
nerdnicky
Replies: 4
Views: 8678
|
Forum: General CCS C Discussion Posted: Tue Sep 24, 2013 11:45 am Subject: how to master programming of pic microcontrollers |
Guys, i am about to get my electrical and electronics engineering graduate degree in 2014. I am very eager to work in the embedded system industry but i am not able to get sufficient help in program ... |
Topic: help on valve on off through timer needed |
nerdnicky
Replies: 12
Views: 16308
|
Forum: General CCS C Discussion Posted: Thu Sep 19, 2013 6:22 am Subject: help on valve control |
guys please help me how to dynamically change the TIMER REGISTER values
i have been sticking to this project for a month now and don't wanna drop it...please provide guidance in the code.... |
Topic: help on valve on off through timer needed |
nerdnicky
Replies: 12
Views: 16308
|
Forum: General CCS C Discussion Posted: Tue Sep 17, 2013 7:32 pm Subject: help on valve control |
sorry i mde the changes but it seems that i copied here the unchanged version of the code.....extremely sorry for that ....but my problem is still not solved......
#include <12f675.h>
#use ... |
Topic: help on valve on off through timer needed |
nerdnicky
Replies: 12
Views: 16308
|
Forum: General CCS C Discussion Posted: Tue Sep 17, 2013 11:45 am Subject: help on valve control |
Thanks ckielstra for your precious advice.. i have changed the prescalar of timer and added description of the program..
Actually i need to design a valve opener for oxygen cylinder so that the amo ... |
Topic: help on valve on off through timer needed |
nerdnicky
Replies: 12
Views: 16308
|
Forum: General CCS C Discussion Posted: Tue Sep 17, 2013 7:59 am Subject: help on valve on off through timer needed |
thanks stinky and temtronic for your kind attention
i changed the
if((input(PIN_A0)==0)&&(i=1386))
to
if((input(PIN_A0)==0)&&(i==1386))
and provided a delay of 20ms for ... |
Topic: help on valve on off through timer needed |
nerdnicky
Replies: 12
Views: 16308
|
Forum: General CCS C Discussion Posted: Mon Sep 16, 2013 12:06 pm Subject: help on valve on off through timer needed |
I need to control a valve on-off time through timer of 12f675 ....the on off timings of valve are
valve off time ------- valve on time
6 minutes ---------- ... |
Topic: help on 7 segment display multiplexing |
nerdnicky
Replies: 3
Views: 10289
|
Forum: General CCS C Discussion Posted: Sun Aug 11, 2013 5:37 am Subject: help on 7 segment display multiplexing |
thanks mike .......
thanks Ttelmah.....
Ttelmah you explained the concept in such a nice way.... i have never seen such a fluency in anybody else........you are a genius.....
thanks a lot.....
i ... |
Topic: help on 7 segment display multiplexing |
nerdnicky
Replies: 3
Views: 10289
|
Forum: General CCS C Discussion Posted: Sun Aug 11, 2013 1:05 am Subject: help on 7 segment display multiplexing |
hey guys
I am using a bcd to 7 segment decoder 74ls47 and pic 16f684
to design a simple 0-99 counter ...
The decoder is connected to pins C0,C1,C2,C3 of the pic
..and i also have connected two ... |
Topic: button debounce not working |
nerdnicky
Replies: 5
Views: 8620
|
Forum: General CCS C Discussion Posted: Fri Aug 02, 2013 2:30 pm Subject: button debounce not working |
sir.... i ..am very weak at coding ... sorry i disturbed you again..
i wanted to ask that whether the output_toggle().. automatically
( like blinking) toggles the output at a rate determined by the ... |
Topic: button debounce not working |
nerdnicky
Replies: 5
Views: 8620
|
Forum: General CCS C Discussion Posted: Fri Aug 02, 2013 1:50 pm Subject: button debounce not working |
a million Thanks sir...
i used your code for the processor 16f684 its working but...
i am a little confused about the behavior of output_toggle()
function ...my button is active-low and uses a ... |
Topic: button debounce not working |
nerdnicky
Replies: 5
Views: 8620
|
Forum: General CCS C Discussion Posted: Fri Aug 02, 2013 12:43 pm Subject: button debounce not working |
hey guys ...
i have been trying this code for debouncing button but its not working ....
///////////////////////////////////////////////////////////////////////////////////
#include <16f684.h& ... |
|