Loading...
  Show Posts
Pages: [1] 2 3 ... 190
1  Using Arduino / Programming Questions / Re: [help,urgently] arduio programing problem on: May 10, 2013, 07:33:10 am
Have we had "the dog ate my Arduino" excuse yet?
2  Using Arduino / Project Guidance / Re: Mpu6050 (Gy-521) Accelerometer and Gyro Help on: May 10, 2013, 01:44:27 am
Quote
accel x,y,z: 184, -484, 14992
Before you go any further, you need to verify that gravity is working properly where you are.
Post code.
3  Using Arduino / Project Guidance / Re: human location detection on: May 01, 2013, 05:15:38 am
Use a guard dog. Name him "Arduino".
4  Community / Website and Forum / Re: Forum is popular and stuff gets lost on: April 11, 2013, 01:45:18 pm
I'm fundamentally opposed to the kind of reforms proposed by "modeller".

I don't want a perfect micromanaged toy world.

I like the chaos and sheer unexpectedness of the forum as it is; it's like a rummage sale, or a parts bin, and someone with a completely different background and life experience will challenge your thinking.
Hell, software and hardware design requires rigid, methodical thinking, so it's good to come somewhere where you can encounter other people with a different outlook.

I don't want compartmentalisation.

If you want/need an Arduino forum just for toy trains, start one, but don't stunt the growth of this one.

5  Using Arduino / Programming Questions / Re: Modifications in function on: March 13, 2013, 09:53:43 am
Quote
I can't see how a bitwise and is useful.
in this particular case it should work as well as logical AND, but I agree it should &&
6  Using Arduino / Programming Questions / Re: CODE TO CHECK RTC TIME VAYING OR NOT on: March 13, 2013, 09:31:35 am
Have a look at the blink without delay tutorial, and substitute "micros()" wherever it says "millis()", and multiply the interval by 1000.
7  Using Arduino / Programming Questions / Re: SPI latency DMA newbie question on: March 08, 2013, 10:41:34 am
Majenko, your anti-AVR tirades/whines are starting to get tedious.
Cut it out, there's a good chap.
8  Using Arduino / Programming Questions / Re: Memory size issues with a pointers vector on: March 01, 2013, 02:55:55 am
It has 32k program memory, aka ROM
9  Using Arduino / Programming Questions / Re: accelerometer 180 degree rotated on: March 01, 2013, 02:55:10 am
@OP,the generic 'trick' is to sum the range of the values, and subtract the new value.
In your example, the range is -10 to +10, so -10 +10=0.
Now, say your accelerometer gives you -5.
0 - (-5) = 5.
Say it gives +3.
0 - 3 = 3.
Very simple arithmetic.
10  Using Arduino / Programming Questions / Re: offset correction for analog input on: February 26, 2013, 08:28:30 am
Dear AMPS-N,
When are you going to stop relying on the forum to do the most basic tasks, and start thinking for yourself?
11  Using Arduino / Programming Questions / Re: help. Arduino is stuck on: February 26, 2013, 07:39:32 am
Code:
byte i;
  for (i=0; i<6; i++) {
How quaint.   smiley-lol
12  Using Arduino / Programming Questions / Re: RTC RESET on: February 19, 2013, 04:17:03 am
FFS, how difficult is it not to sound like a three year-old, and type "want to"?

Yes, it is possible, if you can explain where the time comes from, if not from the RTC.
13  Community / Bar Sport / Re: Specs have to be specific and well written on: February 12, 2013, 04:55:48 am
The veggies need not feel quite so smug - their 'sausages' have been found to contain traces of uni-quorn
14  Community / Bar Sport / Re: I'm A Student now! on: February 12, 2013, 04:52:34 am
I see words, but in a strange, meaning-deficient arrangement.
Did Google Translate have a brain-fart?
15  Using Arduino / Programming Questions / Re: programming help on: February 07, 2013, 04:08:49 am
The phrase you're struggling with is "want to".
Pages: [1] 2 3 ... 190