Skip to content

Cross-platform C++ library for for MaxBotix MB1242 sonar

License

Notifications You must be signed in to change notification settings

simondlevy/MB1242

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The MB1242 rangefinder from MaxBotix is an inexpensive I2C-based ultrasonic (sonar) sensor that can provide distances between 20mm and 765mm. Likes its UART-based MB1240 sibling, it is the sonar unit that MaxBotix recommends for use on Unmanned Aerial Vehicles. Because I like to work with this and others sensors on a variety of platforms (Arduino, RasperryPi, NVIDIA Jetson), I've written a little library that will allow you to use the MB1242 on any of these platforms, CrossPlatformDataBus, which you will need to clone into your Arduino/libraries folder as well.

The MB1242 library provides a simple API for reading distance in centimeters from the MaxBotix MB1242 I2C sensor. Although the datasheet for this sensor indicates an operating voltage of 3-5.5V, I've had the most success with it by powering the microcontroller from an external power supply.

I have tested this library on the following hardware:

  • Teensy 3.2 development board

  • Raspberry Pi 3

  • NVIDIA Jetson TX1

About

Cross-platform C++ library for for MaxBotix MB1242 sonar

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published