Hi uygarkuzuoglu,
This is quite a complicated project for your first project with Arduino and OpenLog Artemis…
The standard OpenLog Artemis firmware (v1.11) can only log the DMP Quarternion Quat6 or Quat9 data to SD card. It does not calculate the roll, pitch and yaw for you. You will need to calculate that yourself manually using the Q1-Q3 values.
The IMU_DMP_Quat6.ino example does calculate the roll, pitch and yaw but does not log to SD card.
What you are asking for is something in between: that calculates the roll, pitch and yaw and logs it to SD card. You will need to write that code yourself.
Best wishes,
Paul