How to use the ADXL335 Accelerometer

  Рет қаралды 70,463

learnelectronics

learnelectronics

Күн бұрын

Пікірлер: 67
@cruznestorrodriguez6412
@cruznestorrodriguez6412 Жыл бұрын
Thank you, this has helped me for a signal acquisition job.
@johnlestercedalla9230
@johnlestercedalla9230 5 жыл бұрын
Is there a way to adjust the sensitivity of the sensor?
@iceman1st1
@iceman1st1 4 жыл бұрын
Hi, could I use this on a vehicle to activate the brake light's when it senses the vehicle slowing down
@dangata3358
@dangata3358 Жыл бұрын
Where can I find ADXL335 library for proteus sir
@rramirezx8738
@rramirezx8738 6 жыл бұрын
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
@hari97ravk
@hari97ravk 7 жыл бұрын
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??
@dineshperumal1265
@dineshperumal1265 4 жыл бұрын
Where gave the input to accelerometer sensor It means have u place ur hands on accelerometer for readings
@scottwilson1896
@scottwilson1896 11 ай бұрын
Can this accelerometer be used standalone without the arduino? For instance, the analog outputs simply turn on a led for a brakelight when decelerating?
@learnelectronics
@learnelectronics 11 ай бұрын
No, they simply output a data stream
@rohinsingh6210
@rohinsingh6210 3 жыл бұрын
does it work with Arduino NANO
@sayantanmaiti2513
@sayantanmaiti2513 7 жыл бұрын
please demonstrate something using this so that it can be used as a motion sensor.....like swinging hand and turning on/off LED
@lilphredd1453
@lilphredd1453 7 жыл бұрын
this is exactly what i want to use mine for
@danielapetroaie8217
@danielapetroaie8217 3 жыл бұрын
Can you help me please? I did the same but it gives me other higher values example x 1741 y2101 z 1520 why?
@kunalgupta457
@kunalgupta457 7 жыл бұрын
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?
@shadyengineer1988
@shadyengineer1988 6 жыл бұрын
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.
@zenmirae93
@zenmirae93 5 жыл бұрын
Hi. Can this sensor measure the vibration?
@learnelectronics
@learnelectronics 5 жыл бұрын
It could yes
@MahmoudEltobgyMego
@MahmoudEltobgyMego 7 жыл бұрын
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
@learnelectronics
@learnelectronics 7 жыл бұрын
Mahmoud Eltobgy those are just arbitrary values showing movent in one of the directions.
@Mattiaeragiapreso
@Mattiaeragiapreso 7 жыл бұрын
Hi! first of all, thanks for the tutorial! Can you explain how to convert those values in real acceleration?
@muhammadzakariahossain2447
@muhammadzakariahossain2447 5 жыл бұрын
How can I get acceleration data in m/s2 from this output value? Thanks.
@migueldominguez3543
@migueldominguez3543 5 жыл бұрын
It's already in m/s2, isn't it ? Have you checked the data sheet ?
@mr.poggersfronteras6952
@mr.poggersfronteras6952 4 жыл бұрын
Why does the axis’ value wouldn’t turn to 0 even though it wasn’t tilted or moved?
@miatawil
@miatawil 6 жыл бұрын
Hello! How does this sensor work with a micro controller (PIC) ? And do you have an idea about the assembly code?
@learnelectronics
@learnelectronics 6 жыл бұрын
It sends analog values for each Axis. I don't do assembly code sorry.
@sunilkumar-ls2yb
@sunilkumar-ls2yb 4 жыл бұрын
you can get assembly code from me (whatsapp;+916239465569)
@rajeswariboggavarapu5571
@rajeswariboggavarapu5571 4 жыл бұрын
how i can get the accelorometer readings in matlab ... please help me with that
@arnoldc1724
@arnoldc1724 4 жыл бұрын
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-ls2yb
@sunilkumar-ls2yb 4 жыл бұрын
hey ihave solution ; u can use mpu6050 here if u need acceleration and gyro value
@tareksaid5096
@tareksaid5096 5 жыл бұрын
what are these values in the following code? float x1=(((float)x - 331.5)/65*9.8);
@wk.tucker8803
@wk.tucker8803 7 жыл бұрын
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.
@learnelectronics
@learnelectronics 7 жыл бұрын
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.tucker8803
@wk.tucker8803 7 жыл бұрын
Thanks
@efratmarciano7650
@efratmarciano7650 5 жыл бұрын
is this stuff can used in car crash detection project?
@learnelectronics
@learnelectronics 5 жыл бұрын
Sure
@dewdunidealwis6859
@dewdunidealwis6859 7 жыл бұрын
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?
@learnelectronics
@learnelectronics 7 жыл бұрын
dewduni dealwis no it just measures acceleration in 3 axies. a gyroscope measures angular displacement.
@miatawil
@miatawil 6 жыл бұрын
@@learnelectronics hello what are your recommendations for a gyro sensor on a microcontroller (PIC)?
@mohammedzaman1937
@mohammedzaman1937 5 жыл бұрын
can it be used as a speedometer?
@CanalianInc
@CanalianInc 7 жыл бұрын
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
@learnelectronics
@learnelectronics 7 жыл бұрын
No I usually see values that differ between 50 and 100 units.
@CanalianInc
@CanalianInc 7 жыл бұрын
Ok thanks I would say it broken, Appreciate you taking the time.
@learnelectronics
@learnelectronics 7 жыл бұрын
Nicholas Muir no problem
@monikae602
@monikae602 7 жыл бұрын
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??
@kunalgupta457
@kunalgupta457 7 жыл бұрын
elaborate your question!
@sameenashaikh_29
@sameenashaikh_29 7 жыл бұрын
how can i use the accelerometer with the stm32f4 discovery board to read and display its analog values???
@farrukh4303
@farrukh4303 7 жыл бұрын
i did with stm32f4, there is mbed library for that.
@michaelpadovani9566
@michaelpadovani9566 7 жыл бұрын
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?
@learnelectronics
@learnelectronics 7 жыл бұрын
Michael Padovani you are correct
@FARIS__KHAN
@FARIS__KHAN 8 жыл бұрын
possible to convert it into a graphical representation?
@TimurIskhodzhanov
@TimurIskhodzhanov 8 жыл бұрын
Faris Khan Arduino IDE has a graph plotter that uses Arduino's serial output as input values
@learnelectronics
@learnelectronics 8 жыл бұрын
Faris Khan Faris, yes it is. I'll do that in a future project.
@balajiv476
@balajiv476 8 жыл бұрын
what actually does that data values indicates?? what is the unit
@learnelectronics
@learnelectronics 8 жыл бұрын
Balaji V the data values are arbitrary. but their trend, either up or down shows movement on that axis.
@vijraw5744
@vijraw5744 4 жыл бұрын
Good video
@gilberagaton3624
@gilberagaton3624 6 жыл бұрын
excelente la explicación, muy buen vídeo. gracias.
@prasannadeshpande4435
@prasannadeshpande4435 7 жыл бұрын
Thanks a lot. Video helped.
@learnelectronics
@learnelectronics 7 жыл бұрын
Prasanna Deshpande glad it helped.
@ameliabuns4058
@ameliabuns4058 4 жыл бұрын
*it doesn't require any libraries to use* technically nothing does
@Hudaif007
@Hudaif007 8 жыл бұрын
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??
@learnelectronics
@learnelectronics 8 жыл бұрын
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.
@karimbenzema611
@karimbenzema611 7 жыл бұрын
puije utiliser cette accelerometre en ligue des champions svp
@2ntenz
@2ntenz 5 жыл бұрын
Subbed
@ytkdmr
@ytkdmr 4 жыл бұрын
Thoose numbera are meaningless. Why dont you tell how to read real world metric values ( m/s^2 )
@juriytrembach421
@juriytrembach421 7 жыл бұрын
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); }
How to detect and handle a state change with a button press
6:57
learnelectronics
Рет қаралды 7 М.
Simple Accelerometer Interface    / ADXL335B
6:28
0033mer
Рет қаралды 17 М.
REAL or FAKE? #beatbox #tiktok
01:03
BeatboxJCOP
Рет қаралды 18 МЛН
Enceinte et en Bazard: Les Chroniques du Nettoyage ! 🚽✨
00:21
Two More French
Рет қаралды 42 МЛН
How To Track Orientation with Arduino | ADXL345 Accelerometer Tutorial
9:20
How To Mechatronics
Рет қаралды 341 М.
How to Use a Microphone with Arduino (Lesson #12)
9:34
Science Buddies
Рет қаралды 59 М.
Using Servo Motors with Arduino
43:06
DroneBot Workshop
Рет қаралды 1,4 МЛН
Arduino + NRF24 simple tutorial and range test
12:37
Tehno Manik
Рет қаралды 353 М.
mpu 6050 arduino tutorial for beginners
5:55
Mission Critical
Рет қаралды 171 М.
Vehicle Accident Alert System Using Accelerometer GPS And GSM | ADXL 335
5:56
14 | Measure angles with the MPU6050 accelerometer
13:03
Carbon Aeronautics
Рет қаралды 167 М.
Sensors - which one to use
17:06
Electronoobs
Рет қаралды 1,4 МЛН
REAL or FAKE? #beatbox #tiktok
01:03
BeatboxJCOP
Рет қаралды 18 МЛН