This page (revision-8) was last changed on 2021-08-15 03:06 by Murray Altheim

This page was created on 2021-04-06 08:12 by Murray Altheim

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
8 2021-08-15 03:06 3 KB Murray Altheim to previous
7 2021-08-14 10:22 3 KB Murray Altheim to previous | to last
6 2021-04-06 18:41 2 KB Murray Altheim to previous | to last
5 2021-04-06 08:51 1 KB Murray Altheim to previous | to last
4 2021-04-06 08:48 1 KB Murray Altheim to previous | to last
3 2021-04-06 08:23 1 KB Murray Altheim to previous | to last
2 2021-04-06 08:16 1 KB Murray Altheim to previous | to last
1 2021-04-06 08:12 297 bytes Murray Altheim to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 8 changed one line
!! Ultrasonic Distance Sensors
!! SR04 Ultrasonic Distance Sensors
At line 16 added one line
!! MB1614 HRLV-ShortRange-EZ1T
At line 18 added 13 lines
[{Image src='attach/UltrasonicSensor/HRLV-ShortRange-EZ.png' link='attach/UltrasonicSensor/HRLV-ShortRange-EZ.png' width='250' caption='Maxbotix MB1614 (click to enlarge)' align='right' class='imgFloatRight'}]
The Maxbotix MB1614 is a step up from the SR04 in terms of quality, an intermediate-level ultrasonic sensor, certainly pricier than the SR04 but less cost and complexity than the more advanced SensComp (see below).
%%blockquote
Features of the MB1614, HRLV-ShortRange-EZ1T, include millimeter resolution, a good balance between people detection and beam pattern width, range information from 2cm to 5m, a 10Hz read rate, and various output options: pulse-width, analog voltage, and TTL.
The HRLV-ShortRange-EZ1T is our most recommended HRLV-ShortRange-EZ Sensor for people detection, autonomous navigation and well balanced detection.
%%
Product page: [https://www.maxbotix.com/ultrasonic_sensors/mb1614.htm]
At line 41 added 4 lines
That is:
* [Smart Sensor Ultrasonic Development Kit For Arduino|UltrasonicSensor/Smart_Sensor_Ultrasonic_Development_Kit_for_Arduino_Spec-201303-08.pdf]
* [Smart Sensor Specifications|UltrasonicSensor/Smart_Sensor_Spec_2013-03-08.pdf]
* [Ping_SMRT.ino|https://service.robots.org.nz/wiki/attach/UltrasonicSensor/Ping_SMRT.ino], Arduino code for the development kit.
At line 28 changed one line
According to SensComp there is currently no known Python/MicroPython port of the Arduino C code.
According to SensComp there is currently no known Python port of the Arduino C code, but the Ping_SMRT.ino file looks to be relatively straightforward ''if'' the included __Wire.h__ and __LiquidCrystal_I2C.h__ library are themselves either ported or portable. But this is certainly a non-trivial effort.