Easy methods to Setup Betaflight OSD: Configuration and Aspect Structure Examples

[ad_1]

The Betaflight OSD (On-Display screen Show) is a strong characteristic that lets you view crucial flight data immediately in your FPV feed. This tutorial will information you thru the steps to arrange and configure the OSD in Betaflight, function the OSD menu, and supply helpful CLI instructions for frequent OSD aspect setups.

Among the hyperlinks on this web page are affiliate hyperlinks. I obtain a fee (at no further price to you) in the event you make a purchase order after clicking on one in every of these affiliate hyperlinks. This helps assist the free content material for the group on this web site. Please learn our Affiliate Hyperlink Coverage for extra data.

What’s Betaflight OSD?

Betaflight OSD is a characteristic that overlays flight information akin to battery voltage, flight time, RSSI, and extra onto your FPV video feed. This characteristic is extremely helpful for monitoring the efficiency and standing of your drone whereas flying. You may even use it as a menu to alter your drone’s settings together with PID, charges, filters, VTX channel and extra.

This tutorial focuses on OSD for analog FPV programs. In case you are utilizing the DJI FPV System, take a look at this tutorial on tips on how to set it up: https://oscarliang.com/dji-fpv-system-setup/#betaflight-osd-setup.

{Hardware} Necessities

Most Betaflight flight controllers (FC) assist OSD for analog FPV programs, with a couple of exceptions which might be designed particularly for HD digital FPV programs. This must be acknowledged within the FC specs.

For an FC to assist OSD in analog FPV system, it will need to have an built-in OSD chip (AT7456E). HD digital programs don’t require this chip for OSD performance.

betaflight osd chip on FC

Wiring

Join your FPV digital camera and video transmitter to the flight controller. The digital camera sign goes to the “Vin” (video enter) pad on the FC, whereas the VTX sign connects to the “Vout” (video output) pad.

Betaflight Configurations

Enabling OSD Function

Obtain and Set up Betaflight Configurator: https://oscarliang.com/download-betaflight-configurator/. Plug your flight controller into your laptop utilizing a USB cable. Open Betaflight Configurator and click on on the Join button.

Within the Betaflight Configurator, go to the Configuration tab and allow the “OSD” characteristic. That’s it—your OSD is now activated.

Enable betaflight osd in configurator

OSD Tab Interface

Navigate to the OSD tab in Betaflight Configurator. That is the place you configure which parts seem in your FPV feed.

Betaflight Configurator Osd Simple Tiny Whoop

On the left, you’ll see a listing of OSD parts. Merely activate or off the weather you wish to show on the display.

You’ll discover three checkboxes for every aspect, these correspond to the three out there OSD profiles which you could swap between throughout flight. This lets you use utterly completely different OSD layouts and parts at any time by flipping a swap in your radio. For those who don’t want a number of OSD profiles, set “Preview for” to OSD Profile 1, and “Lively OSD Profile” to OSD Profile 1 as properly. Then, verify the primary field for the aspect you wish to show.

Configuring OSD Parts

Click on on a component from the left-hand menu so as to add it to the preview display, then drag it to your required location.

betaflight osd preview

My continuously used parts embody:

  • Battery Voltage: Shows the battery voltage, so you understand when to land and keep away from over-discharging your LiPo.
  • Battery Common Cell Voltage: Robotically calculates the voltage per cell, simplifying monitoring (e.g., 16.0V for a 4S battery will show as 4.0V).
  • Timer2: That is your flight time, it shows how lengthy the drone has been armed. That is completely different from “Timer1,” which exhibits powered-on time.
  • Warning: A must have. Shows messages if something is flawed with the quad, aiding in troubleshooting.
  • Battery Present Draw: Reveals amp attract actual time. It requires a present sensor.
  • Battery Present mAh Drawn: Reveals how a lot battery has been consumed. It requires a present sensor.
  • Hyperlink High quality
  • RSSI dBm Worth: Preferable over RSSI which is a proportion worth.
  • Throttle Place
  • VTX Channel: Helpful for confirming the channel in use.

Ideas for OSD Placement:

  • Keep away from Litter: Strive to not overcrowd your display with an excessive amount of data. Give attention to the necessities to maintain your FPV feed clear and readable.
  • Use Logical Placement: Place your crucial OSD parts in places the place they’re simply readable with out obstructing your view.

OSD Settings

On the suitable facet of the OSD tab, you’ll discover numerous OSD-related choices, most of which may be left at default. Nevertheless, listed below are some key settings to contemplate:

  • Video Format: Select Auto, PAL, NTSC, or HD relying in your digital camera/FPV system. For analog, I like to recommend setting it to “Auto” so it detects the proper video format for you. For DJI, Walksnail and HDZero, set this to HD.
  • Alarms: Set limits for RSSI, battery capability, flight time, and altitude. When these limits are reached, the information will flash on-screen as a warning.

Working the OSD Menu

Betaflight OSD not solely shows flight data but additionally lets you entry a configuration menu immediately out of your goggles. This menu permits you to regulate numerous settings of the drone with out connecting to a pc, together with PID settings, charges, VTX energy/channel, and extra. This characteristic is useful for fine-tuning your quadcopter within the subject. Be aware that not all choices in Betaflight Configurator can be found within the OSD menu, so that you may nonetheless want your laptop or an Android app for full configuration.

To entry the OSD menu, disarm your drone and use your transmitter sticks (mode 2):

  • Throttle heart
  • Yaw left
  • Pitch ahead

Your throttle ought to stay at round heart throughout menu navigation.

Navigating the OSD Menu:

  • Pitch Up/Down: Transfer up and down the menu gadgets.
  • Roll Proper: Enter a menu merchandise.
  • Roll Left: Return or exit.
  • Roll: Change parameter values.
  • Yaw Proper: Shortly save and exit.
  • Yaw Left: Return to the final menu.

After making changes, save your settings by going again to the primary menu and choosing “Save & Reboot.”

Altering Betaflight OSD Font

You may change the OSD font by clicking the “Font Supervisor” button situated on the backside proper of the OSD tab. Choose a font preset (I like to recommend “Daring”) and click on “Add Font.”

On this window, you may as well add a customized emblem, which can seem whenever you plug within the battery.

Bear in mind that when you’ve uploaded a brand new font, it received’t present within the preview window, however it is going to show appropriately in your goggles.

FAQ and Ideas

  • Q: I’m getting a core temperature warning. Ought to I be involved?
    • A: This may occur when the drone is sitting on the bench for too lengthy with out correct cooling. It’s often a non-issue, and you’ll disable this warning within the OSD tab underneath “Warnings”.
  • Q: I’m getting an RSSI warning. Ought to I be involved?
    • A: Make sure you’ve set the proper RSSI alarm worth. By default, it’s set to -60 which is simply too excessive for ExpressLRS. Regulate it to match your system’s sensitivity limits. For instance, for ExpressLRS 250Hz, the sensitivity restrict is -108dBm, so I usually set the warning to be round -93dBm (-15dBm hyperlink margin). You may set this in CLI: set osd_rssi_dbm_alarm = -93. Extra data right here: https://oscarliang.com/lq-rssi/#What-is-RSSI
  • Q: I’m not getting OSD textual content on the display. Why?
    • A: For those who can see the Betaflight emblem when energy on, that means your OSD is working, make sure you’ve chosen OSD parts and are utilizing the proper OSD profile. If there’s no Betaflight emblem at startup, verify your video format (NTSC/PAL), set it to Auto if doubtful. Additionally verify your digital camera and VTX wiring. Or else it could possibly be a defective OSD chip on the FC.
  • Q: How do I alter the craft title within the OSD?
    • A: The craft title enter subject is situated within the Configuration tab.
  • Q: I’m seeing a number of “V” letters on the display.
  • Q: The OSD doesn’t save the font and different OSD settings.
    • A: Strive plugging in your battery whereas making adjustments in Betaflight Configurator to make sure the OSD chip is totally powered. Warning: be sure to take away the props first for security.
  • Q: “Add Font” isn’t responding.
    • A: Strive plugging within the battery earlier than connecting the USB to Betaflight Configurator, then strive once more.

My OSD Setup CLI Instructions

Configuring OSD parts from scratch for each quad you construct may be time-consuming. To make issues simpler, I’ve compiled a few of my most popular OSD parts/format configurations which you could simply copy and paste into the CLI.

Analog (with out GPS)

Betaflight Osd Element Layout Analog Freestyle Racing 2024

set osd_vbat_pos = 6465
set osd_link_quality_pos = 2112
set osd_rssi_dbm_pos = 2080
set osd_tim_2_pos = 6520
set osd_throttle_pos = 2298
set osd_vtx_channel_pos = 2101
set osd_current_pos = 2327
set osd_mah_drawn_pos = 6496
set osd_craft_name_pos = 6155
set osd_warnings_pos = 6410
set osd_avg_cell_voltage_pos = 2348
save

Analog (with GPS)

Betaflight Osd Element Layout Analog Gps Long Range 2024

set osd_vbat_pos = 2371
set osd_link_quality_pos = 2179
set osd_rssi_dbm_pos = 2147
set osd_tim_2_pos = 2467
set osd_flymode_pos = 2456
set osd_throttle_pos = 2391
set osd_current_pos = 2421
set osd_mah_drawn_pos = 2404
set osd_gps_speed_pos = 2359
set osd_gps_lon_pos = 2065
set osd_gps_lat_pos = 2048
set osd_gps_sats_pos = 2115
set osd_home_dir_pos = 2190
set osd_home_dist_pos = 2156
set osd_flight_dist_pos = 2435
set osd_altitude_pos = 18508
set osd_warnings_pos = 14601
set osd_avg_cell_voltage_pos = 2339
save

Analog (Tiny Whoop)

Betaflight Osd Element Layout Analog Tiny Whoop 2024

set osd_vbat_pos = 6444
set osd_link_quality_pos = 2112
set osd_rssi_dbm_pos = 2080
set osd_tim_2_pos = 6520
set osd_throttle_pos = 2298
set osd_vtx_channel_pos = 2101
set osd_current_pos = 2327
set osd_mah_drawn_pos = 6496
set osd_craft_name_pos = 6155
set osd_warnings_pos = 6410
save

Minimalist Setup

For individuals who choose a clear and uncluttered view, the minimalist setup focuses on displaying solely the necessities:

set osd_vbat_pos = 2433
set osd_rssi_dbm_pos = 2150
set osd_tim_2_pos = 6520
save

HD (with GPS)

set osd_vbat_pos = 2529
set osd_link_quality_pos = 2337
set osd_rssi_dbm_pos = 2305
set osd_tim_2_pos = 2625
set osd_flymode_pos = 3670
set osd_throttle_pos = 3606
set osd_current_pos = 3636
set osd_mah_drawn_pos = 2561
set osd_craft_name_pos = 2049
set osd_pilot_name_pos = 2081
set osd_gps_speed_pos = 3382
set osd_gps_lon_pos = 3119
set osd_gps_lat_pos = 3087
set osd_gps_sats_pos = 2369
set osd_home_dir_pos = 2269
set osd_home_dist_pos = 2235
set osd_flight_dist_pos = 2593
set osd_altitude_pos = 18587
set osd_warnings_pos = 14712
set osd_avg_cell_voltage_pos = 2587
set osd_log_status_pos = 1616
set osd_sys_lq_pos = 225
set osd_displayport_device = MSP
set osd_canvas_width = 60
set osd_canvas_height = 22
save

HD (with out GPS)

Fpv Wtf Msp Osd Dji Fpv Goggles

set osd_vbat_pos = 2499
set osd_link_quality_pos = 2237
set osd_rssi_dbm_pos = 2229
set osd_tim_2_pos = 2563
set osd_flymode_pos = 3596
set osd_throttle_pos = 3532
set osd_current_pos = 3563
set osd_mah_drawn_pos = 2531
set osd_craft_name_pos = 2083
set osd_pilot_name_pos = 2115
set osd_warnings_pos = 14677
set osd_avg_cell_voltage_pos = 2520
save

Conclusion

Organising the OSD in Betaflight is easy, however with some customization, you may considerably improve your FPV expertise. Whether or not you’re utilizing the OSD to maintain observe of your battery life, monitor your flight time, or entry the configuration menu on the fly, it’s a characteristic that each pilot can profit from. Use the steps and instructions on this information to tailor your OSD setup to your particular wants, and luxuriate in a extra immersive FPV flying expertise.

Edit Historical past

  • Jul 2017 – Article created
  • Apr 2021 – Eliminated data concerning MinimOSD, not relevant; up to date article with the newest data and screenshots
  • Aug 2024 – Tutorial up to date and added my OSD setups in CLI instructions

[ad_2]

Leave a Reply

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