Thank you, this has helped me for a signal acquisition job.
@johnlestercedalla92305 жыл бұрын
Is there a way to adjust the sensitivity of the sensor?
@iceman1st14 жыл бұрын
Hi, could I use this on a vehicle to activate the brake light's when it senses the vehicle slowing down
@dangata3358 Жыл бұрын
Where can I find ADXL335 library for proteus sir
@rramirezx87386 жыл бұрын
because if I did it as you explained, the same values appear on the arduino screen, it does not change as I move the accelerometer
@hari97ravk7 жыл бұрын
Hello! Is it possible to measure the spin rate of an object by incorporating accelerometer in it? Also how could we possibly use the acceleration values to convert them to display as useful information, like velocity, distance covered, force experienced??
@dineshperumal12654 жыл бұрын
Where gave the input to accelerometer sensor It means have u place ur hands on accelerometer for readings
@scottwilson189611 ай бұрын
Can this accelerometer be used standalone without the arduino? For instance, the analog outputs simply turn on a led for a brakelight when decelerating?
@learnelectronics11 ай бұрын
No, they simply output a data stream
@rohinsingh62103 жыл бұрын
does it work with Arduino NANO
@sayantanmaiti25137 жыл бұрын
please demonstrate something using this so that it can be used as a motion sensor.....like swinging hand and turning on/off LED
@lilphredd14537 жыл бұрын
this is exactly what i want to use mine for
@danielapetroaie82173 жыл бұрын
Can you help me please? I did the same but it gives me other higher values example x 1741 y2101 z 1520 why?
@kunalgupta4577 жыл бұрын
My understanding from the video is that the sensor can be used to detect tilt of an object containing the sensor, which is what a gyro does. Can someone please tell how to measure acceleration of an object having the sensor or else please tell me why is it called an accelerometer?
@shadyengineer19886 жыл бұрын
The accelerometer measures acceleration indeed. If the object is static (not moving) it will measure the gravitational acceleration g=9.81 m/s2 in the downward direction and this is how it can be used to calculate tilt angles for static object by measuring the components of g in both x and y directions and get the inverse tan based on these components.
@zenmirae935 жыл бұрын
Hi. Can this sensor measure the vibration?
@learnelectronics5 жыл бұрын
It could yes
@MahmoudEltobgyMego7 жыл бұрын
are these values the actual acceleration or we need to multiply the value of each coordinate into a factor to get the actual acceleration in this direction ? thanks
@learnelectronics7 жыл бұрын
Mahmoud Eltobgy those are just arbitrary values showing movent in one of the directions.
@Mattiaeragiapreso7 жыл бұрын
Hi! first of all, thanks for the tutorial! Can you explain how to convert those values in real acceleration?
@muhammadzakariahossain24475 жыл бұрын
How can I get acceleration data in m/s2 from this output value? Thanks.
@migueldominguez35435 жыл бұрын
It's already in m/s2, isn't it ? Have you checked the data sheet ?
@mr.poggersfronteras69524 жыл бұрын
Why does the axis’ value wouldn’t turn to 0 even though it wasn’t tilted or moved?
@miatawil6 жыл бұрын
Hello! How does this sensor work with a micro controller (PIC) ? And do you have an idea about the assembly code?
@learnelectronics6 жыл бұрын
It sends analog values for each Axis. I don't do assembly code sorry.
@sunilkumar-ls2yb4 жыл бұрын
you can get assembly code from me (whatsapp;+916239465569)
@rajeswariboggavarapu55714 жыл бұрын
how i can get the accelorometer readings in matlab ... please help me with that
@arnoldc17244 жыл бұрын
Rajeswari Boggavarapu There are a couple ways to do this. MATLAB has an Arduino library which you can use to interface with it but using it does introduce lag if you were planning on plotting real time data. Another way, if real time plotting doesn't matter to you, is to store the data in an EEPROM module and access the data later. You can find SD Chip Arduino adapters online.
@sunilkumar-ls2yb4 жыл бұрын
hey ihave solution ; u can use mpu6050 here if u need acceleration and gyro value
@tareksaid50965 жыл бұрын
what are these values in the following code? float x1=(((float)x - 331.5)/65*9.8);
@wk.tucker88037 жыл бұрын
I'm programming a gimbal system with a Arduino and ADXL335 accelerometer and I need to balance the camera. How would I read the values from the accelerometer to get servos to respond to it.
@learnelectronics7 жыл бұрын
Tuxedo1001 WKT well you will need to look at each axis individually. So start with the x axis, and when the value increases you would increase the angle or degree of the servo movement comma and when the value decreases you would decrease the angle or degree of the servo movement. You would do that with each of the three axises.
@wk.tucker88037 жыл бұрын
Thanks
@efratmarciano76505 жыл бұрын
is this stuff can used in car crash detection project?
@learnelectronics5 жыл бұрын
Sure
@dewdunidealwis68597 жыл бұрын
Hello sir! Does ADXL335 accelerometer act as a gyroscope ? Because you have been tilting this sensor at certain angles with respect to x,y,z planes to get different readings on the serial monitor. Is it possible to use this sensor and tilt it in different angles to give different conditions or is it only used for movement measurement?
@learnelectronics7 жыл бұрын
dewduni dealwis no it just measures acceleration in 3 axies. a gyroscope measures angular displacement.
@miatawil6 жыл бұрын
@@learnelectronics hello what are your recommendations for a gyro sensor on a microcontroller (PIC)?
@mohammedzaman19375 жыл бұрын
can it be used as a speedometer?
@CanalianInc7 жыл бұрын
Thanks for the video! I was wondering why the output is always an integer? I tried changing it to a float but I always get .00. The integer values it gives is only a difference of 2 over about 30 degrees. I.e. A0= 410 at 180 degrees A0 = 408 at 150 degrees. Is it normally that inaccurate? Thanks again
@learnelectronics7 жыл бұрын
No I usually see values that differ between 50 and 100 units.
@CanalianInc7 жыл бұрын
Ok thanks I would say it broken, Appreciate you taking the time.
@learnelectronics7 жыл бұрын
Nicholas Muir no problem
@monikae6027 жыл бұрын
I am doing my project based on gesture control.this will be useful for my project.can you give any examples regarding these x, y and z values??
@kunalgupta4577 жыл бұрын
elaborate your question!
@sameenashaikh_297 жыл бұрын
how can i use the accelerometer with the stm32f4 discovery board to read and display its analog values???
@farrukh43037 жыл бұрын
i did with stm32f4, there is mbed library for that.
@michaelpadovani95667 жыл бұрын
For a new line, isn't it true that Serial.println() is exactly the same as Serial.print(" ")? No advantage of using one over the other, correct?
@learnelectronics7 жыл бұрын
Michael Padovani you are correct
@FARIS__KHAN8 жыл бұрын
possible to convert it into a graphical representation?
@TimurIskhodzhanov8 жыл бұрын
Faris Khan Arduino IDE has a graph plotter that uses Arduino's serial output as input values
@learnelectronics8 жыл бұрын
Faris Khan Faris, yes it is. I'll do that in a future project.
@balajiv4768 жыл бұрын
what actually does that data values indicates?? what is the unit
@learnelectronics8 жыл бұрын
Balaji V the data values are arbitrary. but their trend, either up or down shows movement on that axis.
@vijraw57444 жыл бұрын
Good video
@gilberagaton36246 жыл бұрын
excelente la explicación, muy buen vídeo. gracias.
@prasannadeshpande44357 жыл бұрын
Thanks a lot. Video helped.
@learnelectronics7 жыл бұрын
Prasanna Deshpande glad it helped.
@ameliabuns40584 жыл бұрын
*it doesn't require any libraries to use* technically nothing does
@Hudaif0078 жыл бұрын
I am making a simple project where I just placed my accelerometer on inclined plane to measure the angle but accelerometer is giving lot of variations and is not stable what are the possibilities for this behaviour??
@learnelectronics8 жыл бұрын
abdul hudaif Abdul, you are using the wrong tool for this job. An accelerometer measures movement. what you want is a gyroscope that measures angular displacement.
@karimbenzema6117 жыл бұрын
puije utiliser cette accelerometre en ligue des champions svp
@2ntenz5 жыл бұрын
Subbed
@ytkdmr4 жыл бұрын
Thoose numbera are meaningless. Why dont you tell how to read real world metric values ( m/s^2 )
@juriytrembach4217 жыл бұрын
Without any wires............ const int VCC = A0; // VCC pin const int GND = A4; // GND pin const int xPin = A1; // x axis pin const int yPin = A2; // y axis pin const int zPin = A3; // z axis pin void setup() { pinMode (VCC, OUTPUT); digitalWrite (VCC, HIGH); pinMode (GND, OUTPUT); digitalWrite (GND, LOW); }