I need help about my homework

Hello friends, I am making an application for my homework, I am newer. I need help on how to use multiple data, which I need to print and graph the data from the imu sensor.

Welcome Huseyin_Can.

Perhaps the following discussions will help https://community.appinventor.mit.edu/search?q=arduino

What have you tried. If you share that information someone might be able to make specific recommendations.

Here are some resources to help you learn to use the AI2 tools. A very good way to learn App Inventor is to read the free Inventor's Manual here in the AI2 free online eBook http://www.appinventor.org/book2 ... the links are at the bottom of the Web page. The book 'teaches' users how to program with AI2 blocks.

There is a free programming course here http://www.appinventor.org/content/CourseInABox/Intro and the aia files for the projects in the book are here: http://www.appinventor.org/bookFiles

How to do a lot of basic things with App Inventor are described here: http://www.appinventor.org/content/howDoYou/eventHandling .

Also look here http://kio4.com/appinventor/index.htm and here http://www.imagnity.com/tutorial-index/ for more tutorials.

Learn about components http://ai2.appinventor.mit.edu/reference/components/
and visit the Library http://appinventor.mit.edu/explore/library Help>Library on the MENU

I am transferring data from an external accelerometer via bluetooth. I want to print the data on the axes on different labels

Hello Huseyin

First up, the devil is in the detail. You need to be very specific about your setup to get it right - for example, Bluetooth comms is available in two main editions - "Classic" and "BLE". What microcontroller are you using to get data from the accelerometer and pass the data to your App? That requires programming on the hardware side.