2025 New E88 Pro WIFI FPV Drone Wide Angle HD 4K/1080P Camera Height Hold Foldable Quadcopter RC Helicopter Toy Gift

$80.99 & Free Shipping

23 in stock

Description

New E88 Pro WIFI FPV Drone Wide Angle HD 4K 1080P Camera

Height Hold RC Foldable Quadcopter Dron Helicopter Toys Gift

Product Description:

Item NO.: E88

Frequency: 2.4G

Channel: 4CH

Motor: 816 Coreless Motor

Quadcopter Battery: 3.7V 1800mAh Lipo (Included)

Transmitter Battery: 3x 1.5 AA Battery (NOT Included)

Flying time: 10 mins

Charging time: 100mins

R/C Distance: 100m

Color: Black White

Camera: 1080P / 4K (Optional)

Quad's Size: 25*20*5.5 CM (the arms not folded, )

12.5*8*5.5 CM (the arms folded)

Features:

– With foldable arms, small size, easy to carry.

– With altitude hold mode function provides stable flight.

– With wifi function can be connected APP, APK system to take pictures, video, real-time transmission through the phone camera image.

– There have 2 cameras can be choose. With 1080P or 4K wide angle camera give wide high denfinition pictures and video.

– With Headless Mode, no need to adjust the position of aircraft before flying .

– With One key to return function makes it easily to find the way home.

– Trajectory Flight. Draw a fligh way on the screen, and the drone would conduct an autonomous flight along the designated way.

– 2.4GHz Technology Adopted for Anti-Interference.

– 4 Channel which can do ascend, descend, forward, backward, left sideward fly, right sideward fly and rolling 360??.

– 6-a-xis g-yro which can have more stable flying and be easy to control.

– It have 3-level flight speed to switch that can make more fun with the flying.

– The quadcopter fuselage is made of high strength and resistant engineering plastics,lightweight and durable resistance.

Functions:

Up/down, Forward/backward, Turn left/right, Sideward flight, 3-level flight speed, LED Light, Headless Mode, One Key Automatic Return, Altitude Hold Mode, WiFi FPV, Trajectory Flight, Camera/Video

Package Included:

1 x E88 RC Quadcopter

1 x Transmitter

1 x 3.7V 1800mAh Lipo Battery (Can be choose the battery quantity when order)

1 x USB Charging Cable

4 x Protection Cover

4 x Spare Blades

Additional information

Weight 0.302 lbs
Dimensions 21 × 17 × 8 in
Brand Name

NONE

Indoor/Outdoor Use

Indoor-Outdoor

Video Capture Resolution

4K UHD

Is Batteries Included

Yes

Camera Mount Type

Fixed Camera Mount

Controller Battery

3*AA (not included)

Origin

Mainland China

Takeoff Weight

<1kg

Aerial Photography

Yes

Control Channels

4 channels

Transit Time (Days)

About

Flight Time

5~10

Controller Mode

MODE2

Recommend Age

14+y

Anti-wind Ability

<10km/h

High-concerned chemical

None

Is Electric

Lithium Battery

Material

Plastic

Drone Weight

92g

Remote Distance

100m

Package Includes

Original Box, Camera, Batteries, Remote Controller, USB Cable, Operating Instructions

Remote Control

Yes

State of Assembly

Ready-to-Go

Barcode

No

Type

HELICOPTER

Features

App-Controlled, FPV Capable, Integrated Camera, Wi-fi

Dimensions

25*25*5.3CM

Model Number

E88

Operator Skill Level

Beginner, Intermediate, expert

Charging Voltage

3.7v

Motor

Brush Motor

Charging Time

60

Plugs Type

USB

Power Source

Electric

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