Laser ranging uav SF11/C 120 meters altimeter Pixhawk |

Сохраните в закладки:

Цена:51337.02RUB*

Количество:

Доставка в Эль-Монте, по России и СНГ


  • Laser ranging uav SF11/C 120 meters altimeter Pixhawk | - Фото №1
  • Laser ranging uav SF11/C 120 meters altimeter Pixhawk | - Фото №1
  • Laser ranging uav SF11/C 120 meters altimeter Pixhawk | - Фото №1
  • Laser ranging uav SF11/C 120 meters altimeter Pixhawk | - Фото №1
  • Laser ranging uav SF11/C 120 meters altimeter Pixhawk | - Фото №1
  • Laser ranging uav SF11/C 120 meters altimeter Pixhawk | - Фото №1
  • Laser ranging uav SF11/C 120 meters altimeter Pixhawk | - Фото №1
  • Laser ranging uav SF11/C 120 meters altimeter Pixhawk | - Фото №1
  • Laser ranging uav SF11/C 120 meters altimeter Pixhawk | - Фото №1
  • Laser ranging uav SF11/C 120 meters altimeter Pixhawk | - Фото №1
  • Laser ranging uav SF11/C 120 meters altimeter Pixhawk | - Фото №1
  • Laser ranging uav SF11/C 120 meters altimeter Pixhawk | - Фото №1
  • История цены

    *История изменения цены! Указанная стоимость возможно, уже изменилось. Проверить текущую цену - >

    Месяц Минимальная цена Макс. стоимость Цена
    Aug-16-2025 65198.88 руб. 66502.4 руб. 65850 руб.
    Jul-16-2025 52877.85 руб. 53935.54 руб. 53406 руб.
    Jun-16-2025 64171.93 руб. 65454.0 руб. 64812.5 руб.
    May-16-2025 63658.56 руб. 64931.59 руб. 64294.5 руб.
    Apr-16-2025 50824.21 руб. 51840.89 руб. 51332 руб.
    Mar-16-2025 62631.41 руб. 63884.17 руб. 63257.5 руб.
    Feb-16-2025 62118.18 руб. 63360.91 руб. 62739 руб.
    Jan-16-2025 61604.16 руб. 62836.38 руб. 62220 руб.

    Новые товары

    Характеристики

    Laser ranging uav SF11/C 120 meters altimeter Pixhawk |

    Описание товара

    Brand NameFaseLaseModel NumberSF11/COriginMainland ChinaCertificationCECertificationRoHSMeasurement unitpiece/piecesEach pack1Communication methodOtherNot availableNot availableReviews

    5,0

    1 review10000Top reviewsWith photosFrom Russia

    All stars

    All starsAdditionalAnonymous user12 August 2022

    Show moreOpen 1 reviewDescriptionLightWare SF10 and SF11 Lidar

    The Lightware SF10 and SF11 series of laser rangefinders are particularly lightweight, and provide fast and accurate distance measurements. Although slightly more expensive than other rangefinders, members of the dev team have had good success with them. The series includes a number of models: SF10/A (25m), SF10/B (50m), SF10/C (100m) and SF11/C (120m)

    Connecting to the Pixhawk

    The diagram below shows the sensor output pins and a conveniently colour-coded cable (normally included or see spec here) which is used to connect to the flight controller. SerialI2C and Analogconnections are possible but we recommended using Serial if possible especially if using cables that are 30cm or longer.

    Tip

    The serial connection is recommended when using longer cables

    Serial connection

    For a serial connection you can use any spare UART. Connect the RX line of the UART to the TX line of the Lidar, and the TX line of the UART to the RX line of the Lidar. Also connect the GND and 5V lines. You do not need flow control pins.

    The diagram below shows how to connect to SERIAL4.

    Pixhawk and SF10Rangefinder: Serial Connection (SERIAL4)

    You then need to setup the serial port and rangefinder parameters. If you have used the SERIAL4/5 port on the Pixhawk then you would set the following parameters (this is done in the Mission PlannerConfig/Tuning | Full Parameter List page):

    SERIAL4_PROTOCOL = 9 (Lidar)

    SERIAL4_BAUD = 115 (115200 baud)

    RNGFND_TYPE = 8 (LightWareSerial)

    RNGFND_SCALING = 1

    RNGFND_MIN_CM = 5

    RNGFND_MAX_CM = 2500 (for SF10A), 5000 (for SF10B), 10000 (for SF10C) or 12000 (for SF11C). This is the distance in centimeters that the rangefinder can reliably read. The value depends on the model of the lidar.

    RNGFND_GNDCLEAR = 10 or more accurately the distance in centimetres from the range finder to the ground when the vehicle is landed. This value depends on how you have mounted the rangefinder.

    If you instead were using the Telem2 port on the Pixhawk then you would set SERIAL2_PROTOCOL= 9, and SERIAL2_BAUD = 115

    Lightware lidars manufactured before May 2018 shipped with a default baud rate of 19200. If your device was produced before this date, you will need to set the baud rate to 19200 (Parameter value 19). Alternatively, you may reconfigure your lightware device to use a baudrate of 115200 using the Lightware Terminal application and use the settings above.

    I2C connection

    Warning

    I2C support is present in Plane 3.4 (and higher) and Rover 2.50 (and higher) and Copter 3.4 (and higher).

    Connect the SDA line of the Lidar to the SDA line of the I2C port on the Pixhawk, and the SCL line of the Lidar to the SCL line of the I2C port. Also connect the GND and 5V lines.


    Pixhawk and SF10 Rangefinder: I2CConnection

    You then need to configure the rangefinder parameters as shown below (this is done in the Mission PlannerConfig/Tuning | Full Parameter List page):

    RNGFND_TYPE = 7 (LightWareI2C)

    RNGFND_ADDR = 102 (I2C Address of lidar in decimal). Please note that this setting is in decimal and not hexadecimal as shown in the lidar settings screen. The default address is 0x66 which is 102 in decimal.

    RNGFND_SCALING = 1

    RNGFND_MIN_CM = 5

    RNGFND_MAX_CM = 2500 (for SF10A), 5000 (for SF10B), 10000 (for SF10C) or 12000 (for SF11C). This is the distance in centimeters that the rangefinder can reliably read. The value depends on the model of the lidar.

    RNGFND_GNDCLEAR = 10 or more accurately the distance in centimetres from the range finder to the ground when the vehicle is landed. This value depends on how you have mounted the rangefinder.


    Warning

    The default I2C address was 0x55 on older LightWare rangefinders. This was changed to prevent conflict with another device on ArduPilot. Please check your rangefinder system settings to determine what your I2C address is.


    Analog connection

    The SF10’s Analog Out pin (5) should be connected to the Pixhawk’s 3.3V ADC (analog to digital converter). The Pixhawk will provide the regulated 5V power supply needed by the sensor using the 5V and GND pins of the ADC connector.

    Pixhawk and SF10 Rangefinder:Analog ConnectionYou then need to setup the ADC and rangefinder parameters as shown below (this is done in the Mission PlannerConfig/Tuning | Full Parameter List page):

    RNGFND_TYPE = 1 (Analog)

    RNGFND_PIN = 14 (2nd pin of 3.3V ADC connector)

    RNGFND_SCALING = 9.76 (for SF10A), 19.531 (for SF10B), 39.06 (for SF10C), 46.87 (for SF11C)

    RNGFND_MIN_CM = 5

    RNGFND_MAX_CM = 2000 (for SF10A), 4500 (for SF10B), 9500 (for SF10C) or 11500 (for SF11C). This is the distance in centimeters that the rangefinder can reliably read. The value depends on the model of the lidar. Note the range is 5m less than using Serial or I2C protocols so that out-of-range can be reliably detected

    RNGFND_GNDCLEAR = 10 or more accurately the distance in centimetres from the range finder to the ground when the vehicle is landed. This value depends on how you have mounted the rangefinder.

    The RNGFND_SCALING value depends on the voltage on the rangefinders output pin at the maximum range. By default the SF10/B will output 2.56V at 50m, so the scaling factor is 50m / 2.56v ≈ 19.53 (the analog distance range for each of the rangefinder variants can be found in the SF10 Manual). The manual explains how you can confirm and change the maximum output range/voltage.

    Testing the sensor

    Distances read by the sensor can be seen in the Mission Planner’s Flight Data screen’s Status tab. Look closely for “sonarrange”.





    Трекер стоимости


    Отзывы покупателей

    Новые отзывы о товарах

    Жанна 19 Декабря 2021, 18:15 #

    Заказывала месяц назад данную ботинку и, наконец то получила товар. Лакированные, элегантные ботики, и с размером тоже все порядке. Я... Читать отзыв полностью...

    Станислав 20 Декабря 2021, 09:16 #

    Мне данные часы очень понравились своим дизайном. Были мне доставлены за неделю. Доставлены в практичной упаковке, пришло всё целое. Часы... Читать отзыв полностью...

    Эдуард 23 Декабря 2021, 13:58 #

    Выбрал данную спортивную сумку для похода в спортзал, потому что моя старая порвалась. Пришла посылка мне через месяц, может быть... Читать отзыв полностью...

    Эдуард 23 Декабря 2021, 12:45 #

    Отличный костюм! Сидит как надо. Очень хорошая ткань, в которой тело хорошо дышит, а не преет. Качественно прошитый у меня... Читать отзыв полностью...

    Жанна 19 Декабря 2021, 18:15 #

    Заказывала месяц назад данную ботинку и, наконец то получила товар. Лакированные, элегантные ботики, и с размером тоже все порядке. Я... Читать отзыв полностью...

    Яна 19 Декабря 2021, 09:40 #

    Классный детский комбенизон! Долго думала покупать или нет! Очень мягкий и приятный к телу материал, насыщенный цвет! Аккуратный пошив изделия,нет... Читать отзыв полностью...

    Игорь Гайсин 19 Декабря 2021, 20:21 #

    Качественная игрушка, с хорошо прорисованными узорами, без посторонних запахов, да и упакована вполне прилично. Пока еще не сломалась, а это... Читать отзыв полностью...


    Отзывы о Laser ranging uav SF11/C 120 meters altimeter Pixhawk |

    Данную страницу никто не комментировал. Вы можете стать первым.
    Введите символы или вычислите пример:
    captcha