For a discussion of performance on various microcontroller platforms, uses and limitations of the MPU-6050 see ![here.] (https://github.com/kriswiner/MPU-6050/wiki ...
前回作成したラジコンカーやドローンなどの動きや姿勢などを把握するのに有用なセンサとして3軸ジャイロや加速度センサーがあります。今回紹介するMPU-6050は3軸ジャイロと加速度の両方を取得することができるセンサです。安価な分、少し精度につい ...
#include <PID_v1.h> //From https://github.com/br3ttb/Arduino-PID-Library/blob/master/PID_v1.h #include "MPU6050_6Axis_MotionApps20.h" //https://github.com/jrowberg ...