Loading...
  Show Posts
Pages: 1 [2] 3 4 ... 151
16  Using Arduino / General Electronics / Re: Arduino mega 2560 crystal oscillator on: January 31, 2013, 09:51:55 am
Crystals are actually more expensive than comparable oscillators.
17  Using Arduino / General Electronics / Re: Rotary potentiometer with steps/positions on: January 31, 2013, 09:50:59 am
Alps has some but they tend to be quite expensive.

A cheaper solution would be to use a rotary switch to control a digital pot.
18  Using Arduino / Programming Questions / Re: Can't find old topic on clock compensation on: January 31, 2013, 09:09:44 am
Quote
why would I do that when I have the ISR? Besides, eventually I want to sleep the chip and have the ISR wake it every second (or five seconds). Not sure if that's going to happen, but it's the goal.


Advance a counter / time struct in the isr.

To wake it up, you need to have an isr on the LF oscillator.
19  Community / Bar Sport / Re: USPS out to kill hobby shipping on: January 31, 2013, 08:07:58 am
Quote
if you dismantle the USPS it will just be replaced by other services (FedEx, UPS, etc.) at a higher cost.

Cost is just one of many factors evaluated for delivery service. I for one don't mind paying more, if usps can provide certainty of service.

I guess that's why I don't use usps.
20  Using Arduino / Programming Questions / Re: Triple Shift Register question on: January 31, 2013, 07:03:18 am
Quote
BarBot

BarBot!

Just what you need at the SuperBowl party.
21  Using Arduino / Programming Questions / Re: Is there a good Basic interpreter? on: January 31, 2013, 07:01:32 am
Quote
what exactly is wrong with a goto?

It doesn't provide inferior people the ability to feel otherwise.
22  Using Arduino / Project Guidance / Re: Mains AC voltage logging on: January 31, 2013, 06:51:29 am
There are many ways to do it, from the simplest of directly adc'ng the ac signal, to ieee-1057 7-parameter estimation / dft.

You will need to figure out their pros  / cons.
23  Using Arduino / Programming Questions / Re: Can't find old topic on clock compensation on: January 30, 2013, 08:29:46 pm
At OCR = 0, you get 16khz;
OCR = 1, you get 8khz;
OCR = 31, you get 0.5khz.
...
24  Using Arduino / Programming Questions / Re: Can't find old topic on clock compensation on: January 30, 2013, 07:53:44 pm
Quote
19 system clock cycles, yes?

No. The latency varies, depending on many factors, starting from as low as 2.
25  Using Arduino / General Electronics / Re: MOSFET Trouble on: January 30, 2013, 07:50:39 pm
Quote
Why did you recommend a series resistor to the gate

So during high speed switching, the mosfet can burn up faster / sooner.
26  Using Arduino / Programming Questions / Re: Can't find old topic on clock compensation on: January 30, 2013, 04:42:08 pm
Quote
expecting the Atmel code to work perfectly.

It will work perfectly, on its intended target.

All you need to do is to understand what the code is doing, read the datasheet of your own target and replicate the same on your target: aka what an application note is designed to do.
27  Using Arduino / Programming Questions / Re: Is there a good Basic interpreter? on: January 30, 2013, 04:34:36 pm
Quote
It shouldn't be so hard

Nothing is difficult, until you start doing it.
28  Using Arduino / Programming Questions / Re: Getting a 1us delay on: January 30, 2013, 02:46:06 pm
Use the capture function.
29  Using Arduino / Programming Questions / Re: Can't find old topic on clock compensation on: January 30, 2013, 02:38:22 pm
Quote
I'm thinking it might not be an option there.

What made you think so?
30  Using Arduino / Sensors / Re: Strange voltage readings using my potato on: January 30, 2013, 01:53:21 pm
Quote
I remember something about potatoes being used as batteries

There are examples of using potato / tomato / apple / etc. to power your mcu.
Pages: 1 [2] 3 4 ... 151