Rechargeable Mini RC Drone Remote Safe Fall-resistant RC Helicopters Drone Children Toys

Price range: $36.99 through $38.99 & Free Shipping

Description

Rechargeable Mini RC Drone Remote Safe Fall-resistant RC Helicopters Drone Children Toys
Instruction:
1. Turn on the switch at the bottom of the aircraft.
2. Please hold the plane in your hands and ently release to take off
3. Please play in an open area.

Description:

Product Name: Flying Helicopter
Material: Plastic+Electric Component
Product Packaging: Window color box
Control Method: Remote Control
Charging Time: 10-30 Minutes(USB Rechargeable)
Flight Time: About 6-10 Minutes
Control Distance: about 12M
Function: Rise, Fall, Suspension
Remote Control Batteries: 2 x AAA Batteries (Not Included)
Product size: 18 x 11cm/7.1 x 4.3in(L x W)
Package Size: 22 x 14.5 x 5cm/8.7 x 5.7 x 2in(L x W x H)
Product Weight: 0.09kg

Package Includes:
1 x Remote Control Helicopter
1 x Remote Control
1 x USB Charger

Additional information

Weight 0.106 lbs
Dimensions 22 × 14 × 5 in
Brand Name

NONE

Remote Distance

12 M

Remote Control

Yes

Package Includes

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

Anti-wind Ability

2

Video Capture Resolution

Other

Is Batteries Included

Yes

Controller Battery

AAA

Takeoff Weight

70g

Aerial Photography

No

Control Channels

2 CHANNELS

Material

Plastic

Flight Time

5~10

Origin

Mainland China

Controller Mode

MODE2

Recommend Age

14+y

Transit Time (Days)

10m

High-concerned chemical

None

Is Electric

Lithium Battery

Drone Weight

70g

Dimensions

22 *15 * 5cm

Motor

Brushless Motor

Plugs Type

USB

Type

HELICOPTER

State of Assembly

Ready-to-Go

Features

Obstacle Avoidance

Indoor/Outdoor Use

Indoor-Outdoor

Charging Voltage

USB

Charging Time

30 minutes

Camera Mount Type

Other

Warning

NO

Warranty

3 months

Model Number

805b

Power Source

Electric

Operator Skill Level

Beginner, Intermediate, expert

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