필터 지우기
필터 지우기

Reading Data from Multiple Accelerometers Using the LSM303 add-on for Arduino

조회 수: 2 (최근 30일)
I am trying to read and record data from three identical accellerometers connected to an Arduino MEGA2560. I was introduced to the LSM303 add-on that creates of sensor objects, allowing users to easily read data, however the example code proided here doesnt specify how the analog input pins are being selected. As I am trying to accomplish the task shown in the video for three units at once, I am unsure how to proceed.
Here is the sample code I am using for setting up a single unit:
a = arduino('usbmodem145101','Mega2560','libraries','Pololu/LSM303');
sensor=addon(a,'Pololu/LSM303');
Does anyone have experience with this issue and can provide me with some insight into how to aquire the data properly? Thank you!

답변 (0개)

카테고리

Help CenterFile Exchange에서 Instrument Control Toolbox에 대해 자세히 알아보기

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by