K500 Remote Control Drone 2.4G 360° Flip Fighter Jet Toy Intelligent Fixed Height Hovering RC Airplane

Price range: $86.99 through $109.99 & Free Shipping

Description

Specifications:

Material: ABS

Color: Blue, Green

Remote Signal: 2.4G

Product Size: 12*21*4.5cm

Package Size: 30.5*6.5*18.5cm

Product Weight: 260g

Take Off Weight: 45g

Battery Weight: 11.5g

Body Battery: 3.7V-500mAh lithium battery

Remote Control Battery: 3*AAA batteries(not included)

Playing Time: Around 8mins

Remote Control Distance: Around 50-70m

Flight Height: Around 50-70m

Flight Environment: Indoor/Outdoor

Features: Throwing fly/360 degree rolling/circling/air pressure fixed height/speed adjustment

Package Includeds:

Drone *1,

Remote control *1,

Packaging box*1

USB charging cable*1,

Battery*1,

Manual*1

Additional information

Weight 0.643 lbs
Dimensions 30 × 24 × 24 in
Brand Name

ZHENDUO

Transit Time (Days)

Around 50-70m

Features

App-Controlled

Indoor/Outdoor Use

Indoor-Outdoor

Video Capture Resolution

Other

Is Batteries Included

Yes

Camera Mount Type

Other

Controller Battery

3*AAA(not included)

Anti-wind Ability

Around 3

Takeoff Weight

45g

Control Channels

4 channels

Material

Plastic

Flight Time

5~10

Controller Mode

MODE2

Recommend Age

14+y

High-concerned chemical

None

Operator Skill Level

Beginner, Intermediate, expert

Is Electric

Lithium Battery

Drone Weight

Around 200g

Remote Distance

Around 50-70m

Origin

Mainland China

Remote Control

Yes

Package Includes

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

Dimensions

11cm-30cm

Aerial Photography

No

Charging Voltage

3.7V

Charging Time

Around 40mins

Power Source

Electric

Type

Airplane

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