Rc Helicopter With Remote Control Extra Durable Big Plane Toy For Kids Drone Model Outdoor 3.5CH 80cm Aircraft Large Helicoptero

Price range: $229.99 through $252.99 & Free Shipping

Description

Description:
3.5CH 80cm extra Large remote control aircraft durable rc helicopter charging toy drone model UAV outdoor aircraft helicopter
  • Aircraft size: Body about 80 cm
  • Charging time: about 100 minutes
  • Flight time: about 10 minutes
  • Flight range: about 100
  • Battery capacity: 3.7 V 2300 MAH lithium battery
  • Product features: 3.5 Channel solenoid (liter/drop, front/in, back/retreat, left/right turn ,)
  • Packing List: Helicopter, remote control, manual, charger, tail wing, spare wing 2.
  • Note: The store defaults to a total of 12 lights with side lights and running horse tail lights, no need to add money
  • Now fully upgraded to 2.4G remote control 80 cm, upgrade without price increase
Please noted that:
Packing: no color box, it is styrofoam packing but we will pack it very well to avoid damage.

The item is not resistant to crash. Attention should be paid to every flight because one crash may cause a product damaged.
When the item is falling down, you need to push the throttle to the bottom immediately in case of motor blocked and burned.
The mobile phone screen is displays with real-time imaging scenarios.
The phone displayed in the picture is just for effect, not included in the package.
Carefully read the instruction before any use, if you are a beginner, it's advisable to be assisted by an experienced adult.
If item is equipped with coreless motors, continuous work with different batteries is not suggested.

Item are shipped within 1-3 business days once full payment is settled.If you can't get your items in time.

Please contact to us first,we will check and solve it for you soon.We will reply your message within 24 hours normally.
Sometimes have a little delay due to the weekend or holiday.

Additional information

Weight 0.709 lbs
Dimensions 40 × 29 × 16 in
Brand Name

Hywiwine

HYWIWINE Model

X2

Remote Distance

About 100 metrts

Remote Control

Yes

Package Includes

Batteries, Operating Instructions, charger, Remote Controller, USB Cable

Anti-wind Ability

yes

Video Capture Resolution

Other

Controller Battery

4*AA Battery(not include)

Takeoff Weight

0.05

Aerial Photography

No

Control Channels

4 channels

Material

Metal, Plastic

Flight Time

10~20

Origin

Mainland China

Controller Mode

MODE2

Recommend Age

14+y

Transit Time (Days)

100 meters

High-concerned chemical

None

Is Electric

Lithium Battery

Drone Weight

0.2

Dimensions

80*9.5*24cm

Motor

Brush Motor

Plugs Type

USB Charger

Type

HELICOPTER

State of Assembly

Ready-to-Go

Barcode

No

Features

Other

Indoor/Outdoor Use

Indoor-Outdoor

Charging Voltage

3.7V lipo battery

Charging Time

About 90 minutes

Camera Mount Type

Other

Warning

Small Parts Not For Children Under 3 years

Warranty

in 3 days

Certification

CE

CE

Certificate

Certificate Number

CE

Model Number

Hy2

Power Source

Electric

Operator Skill Level

Beginner, Intermediate, expert

Equipped with Aerosol Spray System/Equipment Capacity

no

Color

5 colors for your choose

Is Batteries Included

No

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