New H135 Mini Drone WIFI FPV Hover Professional 4K Camera Pocket Coloful Lights Dron Rc Plane Foldable Quadcopter RC Toys Gifts

Price range: $98.99 through $104.99 & Free Shipping

Description

H135 Mini Drone Profession HD Wide Angle Camera WiFi FPV RC Dron Height Keep Helicopter Foldable Quadcopter Kids Toys Gift

➤Description

Project Number: H135 (Optical Flow Electric Tuning Dual Camera)
Materials: ABS plastic and electronic components
Gyroscope: 6-axis
Frequency: 2.4G
Channel: 4CH
Motor: 716 motor
Battery: 3.7V 1800 Mah(included)
Remote control power supply: AAA * 3 (self provided)
Remote control mode: left throttle, right direction
Flight time: approximately 5-10 minutes
Low altitude flight speed: 3m/s
Medium flight speed: 4m/s
High speed flight speed: 6m/s
Charging time: 60 minutes
FPV:WiFi
Camera: Optical flow electrically adjustable dual camera
Camera angle: electrically adjustable 180 °
Dimensions of quadcopter: 13.7CM×11.3CM×4.8CM

➤Features:

✅Headless Mode :Orients the quadcopter's flight on the controller. No more worries about the drone getting out of control.

✅Speed Adjustment : Switch speed between low and high speed to meet the needs of pilots in different skill levels.

✅3D Flips and Rotation : Press the right joystick vertically then push it in any side to activate a flip accordingly. Highly responsive function!

✅Altitude Hold : Enables drones to Auto-Hover. The drone can stay at a certain height when your hands are off the controller.pls try it indoor without wind.

✅Safe Design : The protective full-cover protect the drone propellers from the collision and greatly help avoid injury. Super useful and durable in flights.

✅HD Camera: Remote electric adjustment 180 °,Download the APP on the mobile phone, connect to the wifi of the drone, and the videos and pictures shot by the drone can be transmitted to the mobile phone in real time

➤Packaging :

1 drone, 1 remote control, 4 spare fan blades
Body battery * 1, USB cable * 1, phone holder * 1, screwdriver * 1, instruction manual * 2

Additional information

Weight 0.296 lbs
Dimensions 18 × 16 × 11 in
Brand Name

SZWDSE

Remote Distance

5

GPS

No

Video Maximum Resolution[Pixel X Pixel]

1080i/P(1920*1080)

Max Wind Speed Resistance

< 10 KM/H

Camera Features

720p HD Video Recording, 4K HD Video Recording

Camera Mount Type

Fixed Camera Mount

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

Not Include

Flight Time

12min

Obstacle avoidance types

Laser avoidance

Aircraf Operating Frequency

2.4 GHz

Origin

Mainland China

High-concerned chemical

None

Camera Integration

Camera Included

Sensor Size

1/3.8 inches

Drone Weight

70g

Video Format[Name/Type]

MP4

Fps

25*fps

Camera Stabilization

None

Drone Battery Capacity

3.7V 1800mAh

Gyro

6-axis gyroscope

Optical Zoom

50x

Max Flight Time

15min

Connectivity

APP Controller, WiFi

Pixels

4.01-5 million

Removable/Replaceable Battery

No

Sensing Type

Complete Omnidirectional

Aerial Photography

Yes

Control Channels

4 channels

Certification

CE

Field of View[°]

180°

Display size["]

4.3

Frequency

5G wifi

Drone Control Methods

Remote controller control

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