Skip to content

Commit c48ab60

Browse files
committed
Warning - instructions apply to EV3, for the BrickPi modifications needed
1 parent ed5a976 commit c48ab60

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

docs/tutorials/using-xv11-lidar.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ XV11 LIDAR communicates using UART, 8N1 at 3.3V with baud rate 115200.
99

1010
EV3 has all the required hardware to communicate with the LIDAR and ev3dev has the software.
1111

12+
<div class="alert alert-warning">
13+
<span class="glyphicon glyphicon-alert"></span>
14+
The instructions on this page apply to EV3.
15+
You can also get it working with Raspberry PI and BrickPI but BrickPI doesn't support other-uart mode for sensor port and dedicated Raspberry Pi UART GPIO pins are already taken by BrickPI.
16+
You have to figure out some other way to get the UART. USB to UART bridge could be one option.
17+
</div>
18+
1219
To interface the LIDAR one has to:
1320

1421
1. Solder the connector for LIDAR motor
@@ -25,7 +32,8 @@ See <http://xv11hacking.wikispaces.com/LIDAR+Sensor> for more information on LID
2532

2633
## Motor Connector
2734

28-
The part with resistors is optional. It allows EV3 to autodetect the motor but in ev3dev you can load the driver manually.
35+
The part with resistors is optional. It allows EV3 to autodetect the motor but in ev3dev you can load the driver manually.
36+
If you decide not to solder the resistors you only have to make two connections (PWM1 and PWM2).
2937

3038
{% include screenshot.html source="/images/xv11-tutorial/lidar_motor_scheme.png" %}
3139

0 commit comments

Comments
 (0)