Search found 33 matches

by dan07
08 Nov 2016 05:21
Forum: Development Boards
Topic: Fixed Voltage Reference in PIC12F1840
Replies: 2
Views: 1581

Re: Fixed Voltage Reference in PIC12F1840

Any suggestion?
by dan07
07 Nov 2016 00:52
Forum: Development Boards
Topic: Fixed Voltage Reference in PIC12F1840
Replies: 2
Views: 1581

Fixed Voltage Reference in PIC12F1840

Hello everyone, I was wondering what would be the easiest way to output variable voltage from PIC12F1840 and MikroC. Since I don't have experience on digital to analog conversion, the idea would be use the FVRCON register to assign a Fixed Voltage Reference to a pin (RA0, for example) and use it as ...
by dan07
21 Mar 2015 16:28
Forum: Development Boards
Topic: Ultra low power wake-up PIC12F683
Replies: 2
Views: 1645

Ultra low power wake-up PIC12F683

Hello, I am trying to use ultra low power wake-up to wake-up my PIC12F683 and blink a LED. When I push the button (switch) nothing happens and the LED does not blink. What am I missing? Thanks, Dan07. void main() { ANSEL.B0 = 1;           //set GP0 as analog ANSEL.B2 = 1;           //set GP2 as anal...
by dan07
21 Mar 2015 07:52
Forum: Development Boards
Topic: PIC12F683 does not wake-up from sleep
Replies: 23
Views: 13994

Re: PIC12F683 does not wake-up from sleep

Hello, I know that this is an old topic, but now I am trying to use ultra low power wake-up to wake-up my PIC12F683 and blink a LED. When I push the button nothing happens and the LED does not blink. What am I missing? void main() { ANSEL.B0 = 1; //set GP0 as analog ANSEL.B2 = 1; //set GP2 as analog...
by dan07
23 Jan 2015 19:50
Forum: mikroPascal FAQ
Topic: Timer Calculator - PIC 12 Family
Replies: 5
Views: 4204

Re: Timer Calculator - PIC 12 Family

PIC12F1840. Can I use timer calculator with that?
by dan07
19 Aug 2014 13:21
Forum: Development Boards
Topic: Interrupt not working on GP0 - PIC12F683
Replies: 4
Views: 1869

Re: Interrupt not working on GP0 - PIC12F683

Hello,

I didn't use any interrupt handler since I am using interrupt just to wake-up the PIC and not for any other specific action. Do you believe that the lack of an interrupt handler might be the problem with my code?

Thanks.
by dan07
17 Aug 2014 20:26
Forum: Development Boards
Topic: Interrupt not working on GP0 - PIC12F683
Replies: 4
Views: 1869

Re: Interrupt not working on GP0 - PIC12F683

Anyone?

Please, I need help with this issue.
by dan07
16 Aug 2014 21:49
Forum: Development Boards
Topic: Interrupt not working on GP0 - PIC12F683
Replies: 4
Views: 1869

Interrupt not working on GP0 - PIC12F683

Hello everyone, I am blinking LEDs with a PIC12F683 after an interrupt occurs. However, I can manage it to work when interrupt is at GP2 but not when is at GP0 . What is wrong with my code? Find below the code and circuit for both situations. Any help is appreciated. INTERRUPT AT GP2 void main () { ...
by dan07
26 May 2014 00:50
Forum: Timer Calculator
Topic: Support the Timer Calculator Project
Replies: 22
Views: 301031

Re: Support the Timer Calculator Project

Stefan3v wrote:dan07 Timer Calculator work fine for 12F675 and 629.
To use it with 12F675 and 629, which PIC should I select from the list in Timer Calculator?

Thanks.
by dan07
24 May 2014 23:05
Forum: mikroPascal FAQ
Topic: Timer Calculator - PIC 12 Family
Replies: 5
Views: 4204

Timer Calculator - PIC 12 Family

Hello,

Can I use Timer Calculator (http://www.mikroe.com/timer-calculator/) with PIC12 family? I didn't see the PIC12 models listed in the Timer Calculator.

Thanks a lot.

Dan07.
by dan07
23 May 2014 21:13
Forum: Timer Calculator
Topic: Support the Timer Calculator Project
Replies: 22
Views: 301031

Re: Support the Timer Calculator Project

Hello,

Can I user Timer Calculator (http://www.mikroe.com/timer-calculator/) with PIC12 family?

Thanks.

Dan07.
by dan07
20 Nov 2013 19:29
Forum: Development Boards
Topic: PIC12F675 Wakes up unintentionally
Replies: 3
Views: 2166

Re: PIC12F675 Wakes up unintentionally

In the previous circuit that I posted the 10K resistor was misplaced. Find below the correct circuit.
by dan07
20 Nov 2013 10:39
Forum: Development Boards
Topic: PIC12F675 Wakes up unintentionally
Replies: 3
Views: 2166

PIC12F675 Wakes up unintentionally

Hello, I have a circuit with a PIC12F675 that blinks a LED following interrupt strikes. However, the PIC is waking up from sleep not only after interrupt. For example, if I touch a stainless forceps couple times in the ground terminal or in the positive terminal (as shown in the image) the PIC wakes...

Go to advanced search