社区资料

照片

Gayatri Menon

Last seen: 3 days ago|自2017年以来活跃

统计数据

All
  • Knowledgeable Level 3
  • 复兴级别3
  • First Review
  • Solver
  • 3个月连胜
  • Knowledgeable Level 2
  • 第一个答案

View badges

内容提要

View by

回答
连接到ADXL335
Hi Assuming one of the analog output pin on the sensor is connected to A4 on Arduino . Now voltage read needs to be converted ...

5个月前|0

回答
bno055 System "uncalibrated"
嗨,您是否尝试过以下DOC https://in.mathworks.com/help/supportpkg/arduinoio/ug/...的校准步骤。万博1manbetx

5个月前|0

回答
Arduino/BNO055 example code not working, "Command logs are not supported for sensors. Create the hardware Object with property 'TraceOn' disabled." error.
嗨,不支持Trace(IMU)。万博1manbetx用“ traceon”设置为false创建arduino对象,然后尝试其余的...

5个月前|0

回答
如何在Simulink中看到BNO055输出?万博1manbetx
嗨,请考虑使用Simulink中的BNO055块来读取传感器的数据。万博1manbetx要查看传感器读取的数据,请考虑使用'conne ...

5个月前|0

回答
Using I2C with arduino For accelerometer
你好,考虑使用BNO055阻止读取数据sensor connected to arduino Thanks Gayatri

5个月前|0

回答
万博1manbetxsimulink -arduino读出SparkFun 9DOF IMU返回零
hey lsm9ds1块中的simulin万博1manbetxk中可用于读取来自LSM9DS1传感器的数据,请参阅链接以获取更多信息LSM9DS1 BL ...

5个月前|0

回答
Reading sensor data off a ICM-20948 via i2c with Arduino uno
嗨,即使ICM20948是MPU9250上推荐的传感器,但两个传感器的寄存器设置都不同。母鸡...

5个月前|0

|accepted

回答
如何使用MATLAB校准MPU6050传感器?
Hi, The below link contains an example of using Complementary filter with MPU-9250 sensor Estimate Orientation with a Complem...

6 months ago | 0

|accepted

回答
MPU 6050和Raspberry Pi
嗨,使用MPU6050()来执行此操作。请参阅此链接以获取更多信息。mypi = raspi;传感器= mpu6050(mypi,'bus','i2c-1');传感器。

6 months ago | 0

回答
在绘制MPU6050 + Arduino的加速度计读数方面需要帮助。
请参阅ML答案的答案,绘制MPU6050数据希望,希望这会有所帮助,感谢Gayatri

7个月前|0

回答
需要帮助一个示例,以实时从(MPU6050)使用Arduino实时绘制数据
请参阅后面的ML答案,谢谢Gayatri

7个月前|0

回答
在MATLAP中绘制三个MPU6050传感器的输出
嗨,对于Arduino板,您可以使用MPU6050()连接MPU6050传感器A = Arduino;IMU = mpu6050(a);Xlabel('count');是的...

7个月前|0

回答
在绘制MPU6050 + Arduino的加速度计读数方面需要帮助。
嗨,对于Arduino板,您可以使用MPU6050()连接MPU6050传感器MPU6050 -Arduino A = Arduino;IMU = mpu6050(a);...

7个月前|0

回答
具有S功能的多个MPU6050
Hi, You can connect to MPU6050 on Arduino using MPU6050 block . To connect 2 MPU6050s on the same Arduino I2C bus by changing...

7个月前|0

回答
Undefined function or variable 'I2Cdev'.
以下链接可能会帮助您连接到Arduino的MPU6050:https://www.tianjin-qmedu.com/help/supportpkg/arduinoio/ ...万博1manbetx

7个月前|0

回答
如何将多MPU6050连接到MATLAB?
Hi, If you are using Arduino or RaspberryPi board, you could use mpu6050() to connect MPU6050 sensor MPU6050 - Arduino MPU60...

7个月前|0

回答
Multi MPU6050 matlab code
Hi, If you are using Arduino or RaspberryPi board, you could use mpu6050() to connect MPU6050 sensor MPU6050 - Arduino MPU60...

7个月前|0

回答
GPS接口
Hi, This example might be helpful for you https://in.mathworks.com/help/nav/ug/plot-position-using-nmea-example.html Thanks...

7个月前|0

回答
I want use a gps in matlab
Hi, nmeaParser() in Navigation toolbox can be used to parse data from GPS. Serial connection can be established using serialpo...

7个月前|0

回答
GPS接口
Hi, nmeaParser() in Navigation toolbox can be used to parse data from GPS. Serial connection can be established using serialpo...

7个月前|0

回答
MATLAB和GPS
嗨,导航工具箱中的NMeAparser可用于从GPS解析数据。请参阅以下链接以获取更多信息:https:// in ...

7个月前|0

回答
与标头和终结者的串行通信
Hi, Protocol Decoder block and Protocol Encoder block might be useful in such scenarios. For more info, refer the following ...

7个月前|0

回答
如何使用Simulink中的Arduino Uno测试MPU6050?万博1manbetx
Hi, Use MPU6050 block to read data from the sensor connected to Arduino in Simulink Thanks Gayatri

7个月前|0

回答
mpu6050 arduino uno 万博1manbetxsimulink
Hi You could use MPU6050 block in simulink to read data from MPU6050 sensor connected to Arduino. To use MATLAB function block...

7个月前|1

回答
使用Arduino Mega 2560的多个“串行”端口
嗨,在matlab中,使用device()连接到arduino arduinoobj上的串行设备= arduino(“ com16”,“ leonardo”,“ libraries”,{'sp ...

7个月前|1

|accepted

回答
两个Arduino Uno,带4 mpu6050 imus simuli万博1manbetxnk
Hi, You can connect 2 MPU6050s on the same Arduino I2C bus by changing the I2C Address of one of the sensor. This can be don...

7个月前|0

回答
MPU9250通过MATLAB函数使用Simuli万博1manbetxnk校准
HI MAGCAL功能可用于校准磁力计数据。融合过滤器可用于确定方向。下面 ...

7个月前|0

回答
Read data from Arduino Nano 33 IoT IMU sensor
嗨,可以通过在MATLAB中使用LSM6DS3对象来完成Arduino Hardware I2C BUS上的LSM6DS3传感器I2C总线的使用...

7个月前|0

回答
Raspberry and MATLAB with MPU9250
Hi, Connecting to MPU-9250 sensor on Raspberry Pi hardware in MATLAB can be done using mpu9250 object. This feature is support...

7个月前|0

回答
直接从GPS接收器读取和解析NMEA数据示例
嗨,导航工具箱中的NMeAparser可以用来解析符合NMEA 0183标准版本4.10的句子。它支持...

1年前|0

装载更多