Maybe this is a very general topic. My problem was I there are so many microcontroller and so many sensors - I was a bit overwhelmed and didn't want to risk buying something wrong.
So I want to to get data from 4 accelerometers and post-analyse them on a PC via python or something. So first want to get from 4 accelerometers at the same time the data and transfer it a PC to later on analyse it.
so I looked up accelerometer for arduino and got : ADXL335 Accelerometer
So these sensors need for each axis an analog input on the microcontroller. Arduino uno just got 6 inputs, just enough for 2 accelerometers right?
The mega got 16 inputs. Do i need the mega or is there a diffrent solution. And could there be any other troubles with using 4x accelerometers?
Thanks for any input! if you can recommend a good tutorial pls share
xeonus
Yes, thats what i meant with:"So these sensors need for each axis an analog input on the microcontroller. Arduino uno just got 6 inputs, just enough for 2 accelerometers right?"
Did I understand something wrong?
I think we are agreeing here, are we?^^
So if a have an arduino uno with 6 analog inputs I can plug in 2 times x, y and z axis = 2 accelerometers.