accelerometer reading in python lib

Firmware/software/electronics/mechanics
Post Reply
zhanghaijason
Member
Posts: 52
Joined: Fri Jul 28, 2017 9:07 pm

accelerometer reading in python lib

Post by zhanghaijason »

Hello,
I am wondering is there a functino in python library that I can read teh accelerometer data? I briefly checked the python lib examples and didn't find it. Thanks.
kimberly
Bitcraze
Posts: 1050
Joined: Fri Jul 06, 2018 11:13 am

Re: accelerometer reading in python lib

Post by kimberly »

Hi,

In the log toc it is called Acc.x .y .z.

The crazyflie-lib-python repository contains an example file called basiclog.py or basiclogsync.py that you can use as an example to read out a log.
zhanghaijason
Member
Posts: 52
Joined: Fri Jul 28, 2017 9:07 pm

Re: accelerometer reading in python lib

Post by zhanghaijason »

kimberly wrote: Wed Jul 31, 2019 12:09 pm Hi,

In the log toc it is called Acc.x .y .z.

The crazyflie-lib-python repository contains an example file called basiclog.py or basiclogsync.py that you can use as an example to read out a log.
Hi Kimberly,
Thanks for your reply.
Post Reply