Loading...
  Show Posts
Pages: 1 2 [3] 4 5 ... 151
31  Using Arduino / Programming Questions / Re: Can't find old topic on clock compensation on: January 30, 2013, 01:49:51 pm
Quote
it didn't have anything for the 328P

The purpose of an application note is to show you a concept so that you can understand it and take it to your particular application / target.

32  Using Arduino / Displays / Re: Will this lcd work? on: January 30, 2013, 12:45:06 pm
Quote
is that feesable enough to?

It is definite feasible enough for some.
33  Using Arduino / Microcontrollers / Re: Arduino Uno vs Launchpad energy consumption on: January 30, 2013, 12:43:44 pm
Quote
TI didn't seem interested in cross platform support.

The more you target commercial users, the less you care about cross-platform support.
34  Using Arduino / Programming Questions / Re: Can't find old topic on clock compensation on: January 30, 2013, 12:41:10 pm
Quote
Maybe it's just cheap Chinese junk...

Or it is being mis-used.
35  Using Arduino / Programming Questions / Re: Is there a good Basic interpreter? on: January 30, 2013, 07:31:19 am
Quote
But as these sources evolve,

Life isn't supposed to be perfect.
36  Using Arduino / General Electronics / Re: Arduino mega 2560 crystal oscillator on: January 30, 2013, 07:29:36 am
Quote
I was trying to study the relation between the applied voltage and crystal skew.

What voltage?

Quote
But it seems the board has resonator which is not very accurate.

A brain-dead decision.

Quote
How can I solve this problem.

You can replace it with a crystal oscillator or an external clock.

Quote
My aim was to obtain less than 5ppm error with the arduino

Very easy to do.

Quote
without using any external clock.

That can be challenging. Crystals guarantted to be in that range are expensive and not very common. A far simpler / cheaper solution is to use external clocks. TCXOs for example are that much more expensive than a crystal.
37  Using Arduino / General Electronics / Re: MOSFET Trouble on: January 30, 2013, 07:19:33 am
Quote
As far as my schematic goes, is this correct?

Something like that will never work: there is no signal loop.

You need to common the two circuits.

Before you embark on buying new devices, get the circuit right.
38  Community / Bar Sport / Re: USPS out to kill hobby shipping on: January 30, 2013, 07:16:24 am
Quote
Eventually, everyone will vote conservative, once they're no longer ignorant.

One way to defeat an unsustainable scheme is to expand it as fast as possible, so it collapses quickly.
39  Using Arduino / Displays / Re: Will this lcd work? on: January 30, 2013, 07:13:48 am
It certainly can be made to work.
40  Using Arduino / LEDs and Multiplexing / Re: Advise on building a high output LED driver shield for Arduino on: January 30, 2013, 07:13:08 am
Some suggestions:

1) With high current switching, you want to use a switching mode controller, rather than a linear controller.
2) You want to check the device's thermal resistance and make sure that you aren't off-dissipating. For soic/no thermal pad, you should try to stay within 1/4w, or 1/2w max (indoor, open air flow). Even with thermal pads, I would be extremely concerned pushing the device to 1w of dissipation - those things have thermal resistance of at least 100c/w. So at ambient of 50c, you are at the limit.
3) You should think hard about if you want to switch at 20khz.
4) the ringing is due to reactance. One way to solve it is with slew-limited drivers; or to a bead on the output line.

I would look for those dc/dc converters (SimpleSwitcher from National for example) as an alternative here.
41  Using Arduino / LEDs and Multiplexing / Re: [Solved] 74HC595 problems on: January 30, 2013, 07:06:48 am
Quote
There seemed to be a faulty cable, I just reconnected it and it works now

How dare you? Providing an example where the fault is not decoupling caps?

smiley
42  Using Arduino / LEDs and Multiplexing / Re: quiet start-up for shift register? on: January 30, 2013, 07:05:32 am
Quote
shut off OE, update the shift registers and switch to the next row, then turn OE back on.

You can get flickering with this approach, if a lot of data is transmitted.

A better approach is to use the latch.
43  Using Arduino / Programming Questions / Re: Is there a good Basic interpreter? on: January 30, 2013, 07:01:25 am
What's good is highly subjective.

Quote
They can be easily compiled to the Arduino, but I was rather looking for a 'library' where you could you know..

How hard would it be for you to stripe out the "shell"?
44  Using Arduino / Programming Questions / Re: Can't find old topic on clock compensation on: January 29, 2013, 09:22:14 pm
Quote
it was even "on the level"...

What he was doing is totally unnecessary, unimpressive, overly complicated and fairly inaccurate.

With NO external hardware (including a wire), you can achieve better timing than he did.
45  Using Arduino / Programming Questions / Re: Getting a 1us delay on: January 29, 2013, 09:04:58 pm
At 16Mhz, it takes 1us to execute 16 nop instructions.
Pages: 1 2 [3] 4 5 ... 151