FREE SHIPPING FOR ALL ORDERS OF ₹ 150
SKYRC.in
Select category
  • Select category
  • Accessories
  • Battery & Charger
  • Drone Gimbal
  • Drone Kit
  • Drone Services
  • ESC
  • Flight Controller
  • FPV System
  • Frame
  • Motor
  • PNP/ RTF
  • Propeller
  • RC Plane Kit
  • Renewed
  • Tools
  • Transmitter & Receiver
Login / Register
Sign inCreate an Account

Lost your password?

5 items ₹15,712
Menu
SKYRC.in
5 items ₹15,712
  • Home
  • All Products
  • Categories
    • Drone Kit
    • PNP/ RTF
    • Frame
    • Motor
    • Propeller
    • ESC
    • Flight Controller
    • Transmitter & Receiver
    • Battery & Charger
    • FPV System
    • Drone Gimbal
    • Tools
    • Accessories
    • Drone Services
      • Consult with Drone Expert – 10 min
      • Consultation for Drone Checkup
      • Quotation/Estimate by Drone Expert
    • Sky RC Product
    • Renewed
    • RC Plane Kit
  • YouTube
  • About us
  • Contact us
  • Drone Services
    • Consult with Drone Expert – 10 min
    • Consultation for Drone Checkup
    • Quotation/Estimate by Drone Expert
  • Gallery
  • EverCompare
Choose menu
Customer matched zone "Shipping Mode"
“SpeedyBee F7 V3 BL32 50A 30×30 Stack” has been added to your cart. View cart
Click to enlarge
Home Flight Controller MicoAir MTF-01P Optical Flow&Range Sensor
MicoAir MTF-01 Optical Flow & LIDAR for Ardupilot/PX4/INAV ₹3,399
Back to products
Rubycon 1000uF 35v 105c Capacitor ₹69

MicoAir MTF-01P Optical Flow&Range Sensor

₹4,699

(Including GST)

In stock

SKU: 040058 Category: Flight Controller
Share:
  • Description
  • Reviews (0)
Description

Specifications

  • Output Mode: UART 115200
  • Output Interface: LVTTL (3.3V)
  • Protocol: Micolink/Mavlink/MSP
  • Output Rate: 100Hz
  • Firmware Supported: Ardupilot/PX4/INAV/FMT
  • TOF Range: 12m@90% reflectance/600Lux; 8m@90% reflectance/60KLux;
  • Center Wavelength: 808nm
  • Emitting Angle: 1.5°
  • Dead Zone: 2cm
  • Ranging Accuracy: 2cm(0.1-2m@90% reflectance);2%(>2m@90% reflectance)
  • Optical Flow FOV: 42 °
  • Max Speed Measurement: 7m/s@1m height
  • Ambient Light Demand of Optical Flow: >60Lux
  • Optical Flow Working Distance: >8cm
  • Light source: Laser
  • Power Consumption: 500mW
  • Supply voltage: 5V

Physical

  • Mounting: 24.3 x 12mm, Φ2.5mm
  • Dimensions: 33.2 x 20.8 x 16.8 mm
  • Weight: 8g

MicoAssitant software can used to configure protocol or another parameter of MTF-01P.

When you don’t have a USB-TTL module, you may refer to this tutorial:

Protocols

MTF-01 module integrated with multiple protocols include:

  • Micolink — a custom protocol, that can support FMT
  • MSP — support INAV
  • Mavlink_APM — the mavlink protocol that can support Ardupilot
  • Mavlink_PX4 — the mavlink protocol that can support PX4

Step 1:

Configure the MTF-01 output protocol as “mav_apm”, by using MicoAssitant.

Step 2:
Connect the MTF-01 module to the serial port of the flight controller, such as Telem2 on pixhawk.

Step 3:
Configure these parameters in the Mission Planner
SERIALn_BAUD 115
SERIALn_OPTIONS 1024
SERIALn_PROTOCOL 1
FLOW_TYPE 5
RNGFND1_TYPE 10

n depends on which serial port the MTF-01 connected, for example, n=2 when it connect to Telem2.

Step 4:
After that, we need to reboot the flight controller or just refresh the parameters in Mission Planner.
And then these parameters need to be configured.
RNGFND1_MAX_CM 800
RNGFND1_MIN_CM 1
RNGFND1_ORIENT 25

When you complete the above steps, you should be able to observe the optical flow and range sensor data on the Mission Planner’s “Status” page. The “opt_qua” and “rangefinder1” should have some value.

Step 5:
After the flight controller has recognized MTF-01, we need to perform some configurations so that the sensor data can be used in EKF fusion.

If you just need to use optical flow to fly indoors and don’t consider using GPS outdoors, then you only need to configure EK3_SRC1.

AHRS_EKF_TYPE 3
EK3_SRC_OPTIONS 0
EK3_SRC1_POSXY 0
EK3_SRC1_POSZ 2
EK3_SRC1_VELXY 5
EK3_SRC1_VELZ 0
EK3_SRC1_YAW 1

But if you need to take into account both indoor and outdoor environments, then you may need to use a method that can switch the EK3 data source. Keep the EK3_SRC1 as default, and set EK3_SRC2 as follows.

AHRS_EKF_TYPE 3
EK3_SRC_OPTIONS 0
EK3_SRC2_POSXY 0
EK3_SRC2_POSZ 2
EK3_SRC2_VELXY 5
EK3_SRC2_VELZ 0
EK3_SRC2_YAW 1

Then set the RC6 channel to switch using optical flow as an EKF3 source.
RC6_OPTION 90

Now you can use RC6 channel to switch between using SRC1 or SRC2 as the data source of EK3.
When the RC6 value is in the low position, SRC1(GPS) will be used, and in the middle position, SRC2(Optical flow)will be use.

Step 6:
When all settings are completed, switch to loiter mode, unlock and take off.

Sometimes the flight controller may not be allowed to unlock in Loiter mode when the sensor is too close to the ground. You can unlock it in Althold mode and then switch to Loiter mode after taking off.

Setup Tutorial For INAV

Note:  INAV  7.1.1 may have some bugs that can not work properly with the sensor. You need to upgrade to version 7.1.2 which have been tested well.

Setup Tutorial For PX4

PX4(1.11.x – 1.13.x):

MAV_1_CONFIG TELEMn
(n depends on which serial port you connect to)
Reboot the flight controller
MAV_1_MODE Normal
SER_TELn_BAUD 115200 8N1
SENS_FLOW_ROT No rotation
EKF2_AID_MASK use optical flow
EKF2_RNG_AID Range aid enable
EKF2_HGT_MODE Range sensor

PX4(1.14 )

MAV_1_CONFIG TELEMn
(n depends on which serial port you connect to)
Reboot the flight controller
MAV_1_MODE Normal
SER_TELn_BAUD 115200 8N1
EKF2_OF_CTRL Enabled
EKF2_RNG_CTRL Enabled
EKF2_HGT_REF Range sensor

Reboot the flight controller

SENS_FLOW_ROT No rotation

Reviews (0)

Reviews

There are no reviews yet

Be the first to review “MicoAir MTF-01P Optical Flow&Range Sensor” Cancel reply

Your email address will not be published. Required fields are marked *

Related products

TFMini-S Micro LiDAR Distance Sensor for Drones UAV UAS Robots (12m)

Flight Controller
₹3,599
Add to cart

APM 2.8 Flight Controller with Built-in Compass

Flight Controller
₹6,149
Add to cart

SpeedyBee F405 V4 BLS 55A 30×30 FC & ESC Stack

Flight Controller
₹6,849
Add to cart

Radiolink CrossRace Flight Controller

Flight Controller
₹6,999
Add to cart

NV Prime Car/Bike Waterproof NXT GEN GPS Tracker

Flight Controller
₹1,999
Add to cart

GPS Folding Metal Stand For APM & PIXHAWK

Flight Controller
Rated 5.00 out of 5
₹299
Add to cart

Pixhawk 2.4.8 Combo Kit – Basic

Flight Controller
₹15,749
Add to cart

Anti-Vibration Shock Absorber for APM PixHawk

Accessories, Flight Controller
Rated 3.00 out of 5
₹199
Add to cart

ABOUT US

  • About Us
  • Contact Us

HELP & GUIDE

  • Delivery Information
  • Refund and Returns Policy
  • Privacy Policy
  • Terms and Conditions

OUR SOCIAL LINKS

13

SKYRC.in is the India’s most trusted e-commerce website for drone. webo2o.com offer you great passion of discovering and developing drone technology in India. 

ABOUT US

  • About Us
  • Contact Us
  • Cash on Delivery Information
  • Points and Rewards

HELP & GUIDE

  • Shipping and Delivery
  • Cancellation and Refund
  • Privacy Policy
  • Terms and Conditions

OUR SOCIAL LINKS

SKY RC PVT LTD COMPANY 2023 Skyrc.in All Reserved. Designed by Digiscaler
  • Home
  • All Products
  • Categories
    • Drone Kit
    • PNP/ RTF
    • Frame
    • Motor
    • Propeller
    • ESC
    • Flight Controller
    • Transmitter & Receiver
    • Battery & Charger
    • FPV System
    • Drone Gimbal
    • Tools
    • Accessories
    • Drone Services
      • Consult with Drone Expert – 10 min
      • Consultation for Drone Checkup
      • Quotation/Estimate by Drone Expert
    • Sky RC Product
    • Renewed
    • RC Plane Kit
  • YouTube
  • About us
  • Contact us
  • Drone Services
    • Consult with Drone Expert – 10 min
    • Consultation for Drone Checkup
    • Quotation/Estimate by Drone Expert
  • Gallery
  • EverCompare
Shopping cart
Close
✕
Home
Category
5 items Cart
My account
Youtube