The experimentWe are going to measure the vertical distance i the lift between C1 and C2 The travel/experiment shall be:
Please ensure that the AAUIMUKIT is located stable on the floor in the lift The offTheShelfCode
the logger code src/sketchbook/mpu606xbmp285rob3no3/mpu606xbmp285rob3no3.ino REMEMBER: Take sd card and save a copy of your data on two PCs (just 2 b sure) Openlog the micro sdcard loggerThe program above writes with 38400 to the openlog so we need a config file on the sdcard About openlog See openlogger (if no configfile it initialise itself to 9600 baud) So please dont delete the config file as it sets comm speed to 38400. If no config.txt file it reverts to 9600 on the sd card writer ( openlogger Just in case here is contents of config.txt 38400,26,23,0,1,1,0 baud,escape,esc#,mode,verb,echo,ignoreRX The dataYour datafile should look something like src/data/shield1/LOG00082.TXT A plot of all data . From top acc x,y,z gyro x,y,z press alt(m)
view large plotall.png Next step is aftermath - dataprocessing See liftexpres.html is how I would do it. |