Piclist
A discussion group for the PICMicro microcontroller. Also called the Microchip PIC, this list is dedicated to the use and abuse of this fine, simple, microcontroller. Close to topic posts are welcome, ie. general electronics.
Search Results for "pic12f675"
Post a new Thread
vaishnavi236 - Dec 4 2003
hi,
i am doing a project " micontroller based pwm swithching charge
controller for solar photovoltaic system using pic12f675".problem is
the ckt is ready but i ... 
lgrfbs2000 - Dec 11 2002
Have now some PIC12F675 at home, I looking now for some
books, web-pages or other that can help me too start
with these circuits.
I useing this PIC Programme... 
ajellisuk - Oct 6 2009
Hi,
I've just started a project using a PIC12F675.
Just to get started I'm trying to drive all of the port pins high, but I'm having no success. I'm aware that the ports have... 
vaishnavi236 - Feb 27 2004
hello,
THE ISR WAS ALREADY PRESENT IN THE TEMPLATE OF
PIC12F675...hence i did not delete it
without labelling main it completes the whole program expect for adc... 
noodles123x - Dec 26 2003
Hi
I'm a newbie trying to program the PIC12F675 using Hi-Techs PICLite C
software.
I'm having trouble setting the outputs when addressing them
directly.... 
Vasile Surducan - Nov 13 2002
On Tue, 12 Nov 2002, ydexter wrote:
> Sorry, my fault, i want ADC on PIC not DAC.
>
> So what is the most simple PIC, like 16F84, but with ADC??? ... 
vaishnavi236 - Feb 19 2004
hello,
i have selected the internal clock of 4 MHZ but i don't know
how to calculate the word in T1CON in my program for pwm.
PLEASE CAN U BRIEF ME WITH THE INST... 
vaishnavi236 - Mar 1 2004
hello sir,
i modified it further by including bsf status,rp0...
i am just not understanding the problem...i have been trying to
simulate by using "goto $-1 " as ... 
holopoint.rm - May 24 2004
I tried programming (for the first time) a 12f675 with my Wisp628.
The programmer can't read the target ID.
IS this because I am not using the additional circuit... 
vaishnavi236 - Feb 12 2004
hello,
thank you for the replies,this is my very first project in my
final year B.E and i am quite o.k with 8085 programming . i
downloaded the data sheets a li... 
vaishnavi236 - Feb 11 2004
Hello ,
I am doing a project using PIC MICROCONTROLLER . I
have finished with the hardware part . I am finding difficulty in
software part.
I have to write pr... 
"Ing. Yosu Izaguirre" - Dec 1 2008
Hi to all,
My name is Yosu Izaguirre, I´m electronic engineer and have one master in automation of controls, but I have a little problem for you to help me...¡¡
I´m trying to... 
yosupicprog - Dec 1 2008
Hi to all,
=20
=20
My name is Yosu Izaguirre, I=B4m electronic engineer and have one=20
master in automation of controls, but I have a little problem for you=20
to help me...=... 
vaishnavi236 - Feb 18 2004
I am not sure whether this works but I have made a sincere attempt
FOR ADC
CMCON equ 19h
GPIO equ 05h
STATUS equ 03h
TRISIO equ 85h
ADCON0 equ 1Fh ... 
vaishnavi236 - Feb 18 2004
FOR PWM
OPTION equ 81h
INTCON equ 0bh
TMR equ 01h
Bcf OPTION ,5 ; TOCS TMR0 CLOCK SOURCE SELECT
; 0=> INTERNAL INSTRUCTION CYCLE CLOCK
bsf OPTION ,3 ... 
vaishnavi236 - Feb 27 2004
hello,
keeping in mind all the suggestions i have modified the pgm for
adc...but
still the loop remains infinite .....i am not able to trace the
problem even... 
Vasile Surducan - Jun 14 2004
On Sat, 12 Jun 2004, mikerey35475 wrote:
> --- In , "ntricoup" wrote:
> > Hello to everyone,
> >
> > I would like to make two questi... 
vaishnavi236 - Feb 26 2004
hi,
i have written a program for adc. i am going to feed the a/d
samples to the timer for the pwm module which is next...
my project is " MICROCONTROLLER BASED ... 