Show Posts
|
|
Pages: [1] 2 3 ... 190
|
|
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.
|
|
|
|
|
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.
|
|
|
|
|
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.
|
|
|
|
|