Wednesday, June 25, 2025
29 C
Singapore

Chinese villager stopped from flying homemade helicopter

The attempt of a Chinese farmer to fly his homemade helicopter – which he built following online instructions – was stopped short when authorities discovered him with the flying machine on the side of a road.

Chen Ruihua, a peasant with no aeronautical or engineering training, wanted to ‘test-fly’ the engine he built himself, but police officers were concerned.

When quizzed by police in Jiangsu province, eastern China, after they found him trying to test-fly one in a local field, he claimed to have built three homemade helicopters.

“There were only two people including me who were involved in the test flying, and we did not allow any bystanders,” Chen, 59, told the police in response to their safety concerns.

He says the helicopter he was testing was the third version he has made after the previous two models failed.

“I worked on this helicopter for about a year; so far I’ve spent about 200,000 yuan (US$31,250) on the hobby,” Chen said.

See also  Goh Chok Tong talks about planning ahead for SG100 amid rumours that he will be lifted out of Marine Parade

The present helicopter, he added, is a duplicate of a Russian rotorcraft model built with motorboat engines and parts purchased online and from hardware stores.

According to Chen, the aircraft can fly hundreds of metres and features a folding fuselage.

Chen is a member of a WeChat community for home-built aircraft enthusiasts, and he routinely exchanges technology and accessories with other members around the country.

“It may be converted into a drone and utilised as an agricultural machine to spray pesticides on farmlands, or used to assist in firefighting.

The homemade helicopter certainly lacked the safety features of a typical chopper, just by looking at its picture.

The post Chinese villager stopped from flying homemade helicopter appeared first on The Independent News.

Hot this week

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });