Caddx Walksnail Avatar GT Kit Max 2W VTX Gyroflow 1080P 100fps Dual Antennas Night Vision Starvis II Sensor Long Range Fpv Drone

$632.99 & Free Shipping

157 in stock

Description

2W (Max)

6km Long Range

11.1V-25.2V

1080P 100fps

Dual Antennas

High Frame Starlight

Micro SD Card Slot

Compatible Moonlight Camera(DVR 4K)

Bullet Points:

Avatar GT significantly enhances signal transmission distance, meeting various flight requirements, and can reach up to 2W power within legal and regulatory limits, ensuring uninterrupted flight exploration and enhancing your FPV experience.
The Avatar GT features a top-mounted heatsink design, effectively dissipating heat to maintain optimal performance even during extended operation.
The Avatar GT is equipped with a Micro SD card slot, supporting up to 256GB of storage capacity, enabling uninterrupted recording of HD flight videos in either 1080p or 720p resolution.
The Avatar GT boasts an internal ceramic antenna that optimizes performance during low-power mode, minimizing power consumption and heat generation.
The Walksnail Avatar GT KIT now features improved resistance to GPS interference, ensuring a more stable and reliable flight experience even in challenging environments.
Avatar GT comes with a Pro camera, equipped with a 1/1.8-inch Sony Starvis II sensor, providing excellent night vision capabilities with clarity comparable to daytime.
The camera supports Gyroflow, take you smooth and stable video quality.
It supports high frame rate and standard frame rate at the same time. Under high frame rate, the average delay is 22ms.
Designed to carry dual antennas to achieve more stable and powerful signals. The quality of the antenna is upgraded, and the working performance of the whole frequency band is more stable.

Specification

Camera

Model

Avatar HD Pro Camera

Image Sensor

1/1.8-Inch Sony Starvis â…¡sensor

Resolution

1080P/60fps; 1080P/100fps; 720P/120fps; 720P/60fps;

Ratio

16/9; 4/3

Lens

8Mp

FOV

160°

Aperture

F1.6

Shutter

Rolling shutter

Min.Illumination

0.00001Lux

Weight

9.5g

Dimensions

19*19*24mm

Coaxial Cable

140mm

Gyroflow

supported

VTX

Model

Avatar GT

Communication Frequency

5.725-5.850 GHz

Transmitter Power (EIRP)

FCC: <30dBm, MAX:33dBm ; CE: <14dBm;
SRRC: <20dBm; MIC: <25dBm

I/O Interface

Micro SD card slot; JST1.0*4(power cable)

Supported SD Cards

Micro SD (up to 256 GB)

Mounting Holes

25.5*25.5mm; 20*20mm

Dimensions

34*34*23mm

Recording

1080p/720p

Weight

41.6g (Antenna included)

Operating Temperature

-10-40℃

Channels

8

Wide Power Input

11.1V-25.2V

Supported FC System

Betaflight; Inav; Fettec; Kiss; ArduPilot

OSD

Canvas mode

Latency

Average delay 22ms

Antenna

2(IPEX)

Note: Check area for risk of use before use.

Packing List:

1 x Walksnail Avatar GT KIT
1 x Quick Guide
2 x M2*4mm screws
2 x M2*5mm screws
2 x M2*6mm screws
2 x M2*5*0.5mm spacer
2 x SD card stickers
1 x 4pin power cord

Additional information

Weight 0.150 lbs
Dimensions 15 × 7 × 3 in
Brand Name

CADDXFPV

High-concerned chemical

None

Is Electric

No Battery

Is it battery/power supply

N

Is it charger/adapter

N

Origin

Mainland China

Is Batteries Included

No

Material

EVA

Recommend Age

14+y

RC Parts & Accs

Transmitters

Size

155*67*25mm

For Vehicle Type

Airplanes

Use

Vehicles & Remote Control Toys

Certification

CE, FCC, RoHS

Upgrade Parts/Accessories

VTX

Remote Control Peripherals/Devices

RECEIVERS

Model Number

Walksnail Avatar GT

Caddx

Walksnail Avatar GT KIT

Walksnail Avatar

Walksnail Avatar GT VTX

FPV Camera

Avatar HD Pro Camera

avatar kit

fpv camera kit

Caddx Walksnail

Walksnail Avatar GT

CADDX GT KIT

GT KIT

caddx walksnail avatar

avatar gt kit

Walksnail GT kit

Max 2W VTX

Walksnail FPV KIT

FPV drone kit

Digital image transmission system

1080P 100fps

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

document.addEventListener('DOMContentLoaded', () => { const form = document.getElementById('mechanicServiceForm'); const formMessage = document.getElementById('formMessage'); form.addEventListener('submit', async (event) => { event.preventDefault(); // Prevent default form submission formMessage.style.display = 'none'; // Hide previous messages formMessage.classList.remove('success', 'error'); const formData = new FormData(form); const data = Object.fromEntries(formData.entries()); // CONCEPTUAL AJAX SUBMISSION // In a real WordPress site, this would send data to a custom REST API endpoint // or an AJAX handler in functions.php. try { // Simulate an API call const response = await new Promise(resolve => setTimeout(() => { // Simulate success or failure const success = Math.random() > 0.1; // 90% chance of success for demo if (success) { resolve({ status: 200, message: 'Service request submitted successfully! We will contact you shortly.' }); } else { resolve({ status: 500, message: 'Failed to submit request. Please try again.' }); } }, 1500)); // Simulate network delay if (response.status === 200) { formMessage.textContent = response.message; formMessage.classList.add('success'); form.reset(); // Clear the form on success } else { formMessage.textContent = response.message; formMessage.classList.add('error'); } } catch (error) { formMessage.textContent = 'An unexpected error occurred. Please try again later.'; formMessage.classList.add('error'); console.error('Submission error:', error); } finally { formMessage.style.display = 'block'; // Show message } }); });