Skip to content

Advanced Settings for OpenIPC

🛜 Jumbo Frame 50 Mbit

Jumbo frame is an Ethernet packet whose size exceeds the standard 1500 bytes (MTU). These packets are typically up to 9000 bytes.

This feature allows more data to be transferred at once, reducing the number of individual packets and improving network performance.


Why Use It?

BenefitExplanation
✅ Lower CPU loadFewer packets = less processing
✅ Higher data throughputIdeal for high-bandwidth streams: video, FPV.
✅ Lower latencyMore stable link, less processing time per packet

Note!

Jumbo frame only works if all devices on the network support large packets (camera and VRX with firmware 1.9.9+)


Jumbo Frame Setup Guide

1. Download OpenIPC Configurator Mario

Download the unofficial OpenIPC Configurator

This tool allows flexible configuration of network parameters, image settings and firmware updates.


2. Update the Firmware

Update the camera firmware to: openipc-urlic-aio-nor

jumbo

3. Change MTU to 3994

Go to the WFB Settings tab and find the MTU parameter.

  • ▶️ Default value: 1500
  • ▶️ Change to: 3994
  • ✅ Click Save and Reboot to restart the device.
jumbo1

4. Sensor Bin File for Improved Image Quality

Use the sensor bin file from Greg to improve image sharpness.

  • Go to Setup → Bin File Update
  • Download the recommended file.
jumbo2

💡 Note

MTU value 3994 provides larger packet sizes, which reduces latency and improves video stream quality over Ethernet.


Air Unit Overheating Protection

  1. Open /usr/bin/ on the Air Unit and upload the script.

💡 Note

This script automatically checks the VTX and Wi-Fi adapter temperature and restarts the device in case of overheating.


temperatura_check.shtemperatura_check.sh

  1. Then open /etc/rc.local/ and add temperatura_check &

Community project. Not an official OpenIPC resource.