2
votes
6answers
366 views

Precise timing with a PIC18 microcontroller?

I'm trying to write a software serial implementation and am having trouble with timing. I'm using Timer0 on a PIC18F242 and for some reason it does not seem to be very accurate. I've been trying to ...
3
votes
1answer
165 views

Is using a shorter timer period less accurate than using a longer one?

I'm using a dsPIC 33FJ128GP804 and I'm trying to record data at 200 Hz as accurately as possible. My device also has a GPS and I'm noticing that my timer is drifting compared to the GPS by about 333 ...
3
votes
2answers
2k views

How to configure the internal oscillator in a PIC16F616?

I want to use the internal oscillator in PIC16F616 in 8 MHz configuration and have the I/O function on RA4 and RA5. I've read ...
2
votes
2answers
202 views

Where is the oscilator in the 555 chip provided here?

I have tried a while to understand how the 555 chip is built, I opened the datasheet of TI available here : http://www.ti.com/lit/ds/symlink/lm555.pdf anyway this is the scematic from the datasheet ...
0
votes
1answer
113 views

what is the default internal clock for pic16f1946?

While going through the data sheet, section 5.3.1 says: "Default system oscillator determined by FOSC bits in Configuration Word 1". How can find the value of this default clock, is it 8MHz or 31khz? ...
9
votes
4answers
461 views

Low power, low voltage, slow (0.1Hz) oscillator?

I had the opportunity to analyze a very interesting circuit today using a programmable unijunction transistor as a timer. The power supply varies, and the circuit must operate on under 10uA of ...