H36 Mini Drone 6-Axis Headless FPV Drones Pocket Remote Control Helicopter Plane RC Dron Quadcopter Toys Christmas Gift for Kids

Price range: $132.99 through $136.99 & Free Shipping

Description

Name: MINI 2.4G quadcopter

Material: ABS + electronic components

Model: H36

Remote control power supply: 2 * AA batteries (product does not contain batteries)

Body battery: 3.7V (150MAH)

Charging time:30~50 minutes

Flight time:about 8 minutes

Remote control distance:50m

Ascending / descending / forward / backward /

Left turn / right turn / left fly / right fly

Size rudder volume (fast and slow gear)

360 ° flip Fancy roll

One key return Easy recall

Headless mode Compass headless flight Remote control flight

Lithium battery and USB cable with protection

Break the regularity of the wind blade to make the flight stability more powerful Drop-resistant material

Product size: 8.5*8.5*3CM

Package size: 14*8.6*11cm

Headless Mode

Breakthrough headless mode enables the operator to control the course of the drone freely.

360° Flips and Rolls

The drone can rotate forward/backward/rightward freely.

6-Axis gyro quad-rotorcraft flight, strong stability, it can be easily implement various flight movements, stronger wind resistance, easier to control.

Headless Mode

Breakthrough headless mode enables the operator to control the course of the drone freely.

High / Low Speed-Shift

You can choose the gears according to your operation proficiency.

6-Axis Gyro Self-stabilization Technology

The drone can be tossed to start flying in any angle without being affected.

It can realize 3D tumbling in four directions with 4 LED lights.

One Key Return

The drone can fly indoor and outdoor. The drone can fly back automatically according to the take off coordinate direction when being recalled.

High / Low Speed-Shift

You can choose the gears according to your operation proficiency.

6-Axis Gyro Self-stabilization Technology

The drone can be tossed to start flying in any angle without being affected.

It can realize 3D tumbling in four directions with 4 LED lights.

Additional information

Weight 0.184 lbs
Dimensions 16 × 13 × 10 in
Brand Name

WDSZKMYF

Remote Distance

50M

GPS

No

Video Maximum Resolution[Pixel X Pixel]

240P(320*240)

Max Wind Speed Resistance

< 10 KM/H

Camera Features

720p HD Video Recording

Camera Mount Type

Other

Max Takeoff Weight

<1kg

Display Control

Yes

Category

Camera Drone

Motor Type

Brush Motor

Equipped with Aerosol Spraing System/Spread Tank Volume

No

Integrated propeller guard

Include

Flight Time

others

Obstacle avoidance types

Visual Avoidance

Aircraf Operating Frequency

2.4 GHz

Origin

Mainland China

High-concerned chemical

None

Camera Integration

Camera Not Included

Sensor Size

2/3 inches, 1/6.0 inches

Drone Weight

100G

FPV Operration

No

Connectivity

Remote Control

Removable/Replaceable Battery

Yes

Aerial Photography

Yes

Control Channels

4 channels

Certification

CE

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