سلام
من برد آردوینو مگا 2056 دارم و در اتصالش به متلب مشکل دارم
نمیدونم چه فایلهایی رو توی متلب باید نصب کرد تا بشه با برد ارتباط برقرار کرد
سلام
من برد آردوینو مگا 2056 دارم و در اتصالش به متلب مشکل دارم
نمیدونم چه فایلهایی رو توی متلب باید نصب کرد تا بشه با برد ارتباط برقرار کرد
سلام من هر کار می کنم support package داخل سی دی که از شما خریدم را نمی توانم نصب کنم می گه فایلی برای نصب وجود ندارد لطفا راهنمایی کنید چطور انها را نصب کنم./با تشکر
سلام
پیشنهاد من اینه که از طریق اینترنت نصبش کنید و یا در بهترین حالت بدون نصب ساپرت پکیج از طریق پورت کام اینترفیس بزنید
اگر اصرار بر این دارید که از پکیج استفاده کنید بگید تا راه حل هایی رو بهتون پیشنهاد کنم ولی خب روش های دیگه بهتره
سلام
سوالی دارم وان اینه که برد 2560 دارای imu هست ولی نمی دانم که چطوری باید از انها استفاده کرد منظورم اینه که مثلا برای خواندن ان به چه ادرسی ورودی باید انرا خواند/ ممنون.
سلام
من سنسور imuوارتفاع را که از شما خریدم ولی اسم پایه های انها را نمی دانم مثل sda,scl وبقیه خواهش می کنم انها را برام توضیح دهید با تشکر
سلام شماره ای که روی انها نوشته 1-ارتفاع سنج mpl3115a2و2-ژیروسکوپ gy-801 و بردم 2560 است خواهش می کنم توضیح دهید چگونه سنسورها را به برد وصل کنم/با تشکر
خب مدل بردت همون gy-801 هست که اینجا میتونی روش راه اندازیش روببینی
http://forum.arduino.ir/8/21/202.html
ممکنه تو آموزش هایی که میبینی برد آردوینو UNO باشه
اشکالی نداره
پروتکل ارتباطی ماژول های IMU معمولا I2C هست. حالا روی UNO میشه پینهای آنالوگ 4 و 5
روی مگا دو تا پین داره روش نوشته scl و sda
باید به اونها وصل کنی
سلام من اسکچ gy-8oرا اجرا کردم این خطاها را میدهد چرا؟چکار کنم؟
Arduino: 1.6.9 (Windows 8.1), Board: "Arduino/Genuino Uno"
C:\Users\Parsian\Downloads\Compressed\GY80 CODE\GY80 CODE\AHR9DOF\AHRS9DOF\AHRS9DOF.ino: In function 'void ReadSensors()':
AHRS9DOF:199: error: 'Read_Pressure' was not declared in this scope
Read_Pressure();
^
AHRS9DOF:200: error: 'Read_Gyro' was not declared in this scope
Read_Gyro(); // Read gyroscope
^
AHRS9DOF:201: error: 'Read_Accel' was not declared in this scope
Read_Accel(); // Read accelerometer
^
AHRS9DOF:202: error: 'Read_Magn' was not declared in this scope
Read_Magn(); // Read magnetometer
^
C:\Users\Parsian\Downloads\Compressed\GY80 CODE\GY80 CODE\AHR9DOF\AHRS9DOF\AHRS9DOF.ino: In function 'void reset_sensor_fusion()':
AHRS9DOF:225: error: 'Vector_Cross_Product' was not declared in this scope
Vector_Cross_Product(temp1, Accel_Vector, xAxis);
^
AHRS9DOF:233: error: 'Compass_Heading' was not declared in this scope
Compass_Heading();
^
AHRS9DOF:237: error: 'init_rotation_matrix' was not declared in this scope
init_rotation_matrix(DCM_Matrix, yaw, pitch, roll);
^
C:\Users\Parsian\Downloads\Compressed\GY80 CODE\GY80 CODE\AHR9DOF\AHRS9DOF\AHRS9DOF.ino: In function 'void setup()':
AHRS9DOF:291: error: 'I2C_Init' was not declared in this scope
I2C_Init();
^
AHRS9DOF:292: error: 'Accel_Init' was not declared in this scope
Accel_Init();
^
AHRS9DOF:293: error: 'Magn_Init' was not declared in this scope
Magn_Init();
^
AHRS9DOF:294: error: 'Gyro_Init' was not declared in this scope
Gyro_Init();
^
AHRS9DOF:295: error: 'Pressure_Init' was not declared in this scope
Pressure_Init();
^
C:\Users\Parsian\Downloads\Compressed\GY80 CODE\GY80 CODE\AHR9DOF\AHRS9DOF\AHRS9DOF.ino: In function 'void loop()':
AHRS9DOF:317: error: 'Compass_Heading' was not declared in this scope
Compass_Heading(); // Calculate magnetic heading
^
AHRS9DOF:319: error: 'Matrix_update' was not declared in this scope
Matrix_update();
^
AHRS9DOF:320: error: 'Normalize' was not declared in this scope
Normalize();
^
AHRS9DOF:321: error: 'Drift_correction' was not declared in this scope
Drift_correction();
^
AHRS9DOF:322: error: 'Euler_angles' was not declared in this scope
Euler_angles();
^
exit status 1
'Read_Pressure' was not declared in this scope
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.