Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MaxSonar EZ1 Ultra Sonic ranger #47

Open
GoogleCodeExporter opened this issue Mar 3, 2016 · 2 comments
Open

MaxSonar EZ1 Ultra Sonic ranger #47

GoogleCodeExporter opened this issue Mar 3, 2016 · 2 comments

Comments

@GoogleCodeExporter
Copy link

The Maxsonar EZ1 US ranger, from Maxbotix, is a ultra sonic ranger. There
are several other types of MaxSonar rangers, the only differences being the
beam widths. We can thus expect the lib to work on all MaxSonar rangers.

See MaxBotix site: http://www.maxbotix.com/

Ranger results can be accessed through serial, reading analog voltage, or
reading pulse width. I'd see 4 files (nothing being definitive, just some
thoughts) 

 * a common lib, dealing with ranger's common task
 * 3 other libs to access it either via serial, analog or pulse

User may include the common lib, then the access lib he wants. He could
even be able to select more than one access lib.


Original issue reported on code.google.com by [email protected] on 15 Nov 2008 at 11:03

@GoogleCodeExporter
Copy link
Author

I got the ranger, what's intended ?

Original comment by [email protected] on 4 Apr 2010 at 12:51

@GoogleCodeExporter
Copy link
Author

AFAIK there's only one ranger lib for now, for IR ranger GP2D02. I too have 
this 
ranger but never found time to test it. The goal is to create a library, and 
potentially refactor some code in GP2D02 lib as needed.

Since this ranger can be accessed using different ways (adc, serial, pwm) user 
should 
be able to choose the way he wants to use.

The rest is up to you :)

I'll be happy to test and help.

Original comment by [email protected] on 4 Apr 2010 at 7:54

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant