New L600 PRO MAX/PRO GPS Drone 5KM 4K Professional HD Dual Camera 3-Axis Gimbal 360° Obstacle Avoidance Brushless Quadcopter Toy

Price range: $454.99 through $731.99 & Free Shipping

Description

L600 Pro MAX Drone 4K Professional HD Camera Mini Drones Optical Flow Localization Laser Obstacle Avoidance RC Quadcopter Remote control helicopter Toy Gift

(1) We are a professional factory that produces drones, among which the L600, V168, and L900 series drones are popular products
(2) L600 PRO/L600 PRO MAX ,we are T0P1 sellers and we have an absolute price advantage and quality guarantee

The difference between L600 PRO and L600 PRO MAX

Please choose one you needed, or ask our customer service for help

L600 PRO MAX Description:

Drone Model: L600 PRO MAX Drone

3-Axis Gimbal Stablizer

Channel: 4 Channels

Gyro: 6 Axis

Motor: 1504 Brushless Motor

Pressure sensor: Height setting

Motor power: 25W

Electric power adjustment: 10A

Electric Adjustment Camera Angle: 90°

Camera Wide Angle: 110°Remote Control Frequency: 2.4GHz

Laser obstacle avoidance: 360°

Laser obstacle avoidance distance: 20M

Remote Control Distance: About 5000 Meters (No Interference, No Occlusion)

Image Transmission Distance: 1000 Meters (No Interference, No Occlusion)

Flight altitude:300M

Drone Battery: 7.4V/4500mAh Lithium Battery Flight Time: Max 25 Minutes

Front Camera Photo Resolution: 7680*4320(APP); 4096*3072(SD)

Front Camera Video Resolution: 2048*1088(SD)

Bottom Camera Photo Resolution: 1280*720P

Bottom Camera Video Resolution: 1280*720P

Frame Rate: 25 fps

Photo Recording Mode: Remote Control + APP Control

Remote Control Battery: 3.7V/350mAh Lithium Battery (Included)

Quadcopter Size: 42*36*10CM (Unfoldable),16*8.5*10CM (Foldable)

Quadcopter Weight: 276.4g (battery in it)

Battery Weight: 81g

Additional information

Weight 0.883 lbs
Dimensions 21 × 19 × 16 in
Brand Name

SZWDSE

Remote Distance

3000

GPS

Yes

Video Maximum Resolution[Pixel X Pixel]

8K(7680*4320)

Max Wind Speed Resistance

< 10 KM/H

Camera Features

4K HD Video Recording, 8K HD Video Recording

Camera Mount Type

3-Axis Gimbal

Max Takeoff Weight

<1kg

Display Control

Yes

Category

Camera Drone

Motor Type

Brushless Motor

Equipped with Aerosol Spraing System/Spread Tank Volume

No

Integrated propeller guard

Include

Flight Time

28min

Obstacle avoidance types

Laser avoidance

Aircraf Operating Frequency

2.4 GHz

Origin

Mainland China

High-concerned chemical

None

Camera Integration

Camera Included

Sensor Size

2/3 inches, 1/6.0 inches

Drone Weight

350G

FPV Operration

Yes

Video Format[Name/Type]

MP4

Fps

30*fps

Camera Stabilization

Gimbal Image Stabilizer, Electronic Image Stabilization

Drone Battery Capacity

7.4V 4500mAh

Gyro

6-axis

Max Flight Time

28min

Connectivity

APP Controller, Remote Control, WiFi

Pixels

10 million

Removable/Replaceable Battery

Yes

Sensing Type

Complete Omnidirectional

Aerial Photography

Yes

Control Channels

6 channels

Certification

CE

Optical Zoom

50x

Transmission Range

4km

Frequency

5G

APP Supported Languages

English, Simplified Chinese

Expandable storage

Other

Remote Controller Battery Capacity[mAh]

3.7V 350mAh

Loudspeaker

No

JJRC

Car

Dron

4DRC

L900

mini drone

L200

V198

Choice

yes

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 } }); });