gccbuaa

1 说明

  在Pixhawk的固件中,已经实现了串口和i2c的底层驱动,并不须要自己去写驱动。通过串口的方式加入超声波的缺点是串口不够。不能加入多个超声波模块,此时须要用到i2c的方式去加入了。在Pixhawk固件中,i2c的方式去加入超声波模块传感器已经实现了一个mb12xx超声波产品的驱动,能够直接使用。模块位置为:../src/drivers/mb12xx

当然还能够通过PWM的方式去加入超声波模块(模块支持此功能);

2 模块连接说明

超声波mb12xx   

sonar
sonar-pixhawk

激光雷达(支持通过PWM方式)

PWM方式
I2C方式

3 相关资料

http://copter.ardupilot.com/wiki/common-optional-hardware/common-rangefinder-landingpage/common-rangefinder-lidarlite/

http://copter.ardupilot.com/wiki/common-optional-hardware/common-rangefinder-landingpage/common-rangefinder-maxbotix-analog/

https://item.taobao.com/item.htm?spm=a230r.1.14.1.q6h2kN&id=40143003917&ns=1&abbucket=6#detail

http://www.maxbotix.com/documents/I2CXL-MaxSonar-EZ_Datasheet.pdf

分类:

技术点:

相关文章:

  • 2021-11-18
  • 2021-04-09
  • 2021-11-14
  • 2021-12-06
  • 2022-01-02
  • 2021-11-02
  • 2022-01-02
猜你喜欢
  • 2021-12-08
  • 2021-10-21
  • 2021-04-23
  • 2022-01-02
  • 2022-12-23
  • 2022-01-02
  • 2021-10-23
相关资源
相似解决方案