Skip to main content

Finally a Hoverboard that could fly - AcraBoard







ArcaSpace is primarily a private space company, and one of the original 26 teams that competed in the Ansari X Prize competition in 2004. (It also entered the Lunar X Prize competition, too, before pulling out in 2013.) But early this morning the company released a video that shows off the "ArcaBoard," a fan-powered rectangle that can lift a person off the ground by almost a foot.



ARCA Space Corporation announced today that it has created "ArcaBoard". For the first time in history, every person will be able to fly whenever they want, wherever they want. ArcaBoard represents the first revolutionary breakthrough in motion since the the bicycle, automobile and airplane.






ArcaBoard, an electric powered flying machine with 272 horsepower and 203,000 watts of installed power is the most powerful and lightest personal vehicle ever created. ArcaBoard represents total freedom of movement, total freedom of travel. ArcaBoard is a personal vehicle that can move in every possible direction including upwards. The retail price is $19,900 and is available for order now. Shipments will start April 15, 2016.

“ArcaBoard represents a revolution in motion. For the last 17 years we have developed aerospace technologies that looked to the sky. We took our knowledge and applied it to everyone’s dreams. Dreams of flying,” said Dumitru Popescu, CEO of ARCA Space Corporation.

ArcaBoard is built from composite materials, it has a length of 145x76x15 cm (57x30x6 inches) and a weight of 82 kg (180 lbs). This technology allows a person with a weight up to 110 kg (243 lbs) to be able to fly.

The vehicle is able to fly up to 30 cm (1 ft) and with speeds up to 20 km/h (12.5 mph) and the overall performance is limited by the onboard sensors. The maximum endurance is 6 minutes, but with the ArcaDock accessory the user can be back in action in 35 minutes.



Regarding the price quoted in the website as $19,900 but thats huge and people who are seriously into it could efford and the Orders will ship starting April 15, 2016 .

So this looks like we are seriously getting more efforts without having any specific tracks to run like lexux.it looks like the immediate future of the hoverboard is still grounded.


 **  arcaboard visit link  ** 





Comments

Popular posts from this blog

Reasons not to buy Akaso action camera if you are from india

Recently I made a full review of the action camera I brought after doing a ton of research and time. Having used it for a couple of months I feel extremely glad that it meets up to my expectations. But recently, I accidentally tipped off the camera without an external case and it cracked my lens. This, in turn, added a shady spot on my phone or video and I cannot use that anymore (Some phones of the cracked lens below)     I immediately mailed the akaso team to ask if there is anything they could do but unfortunately, this was their response. Oops, that was not what I was expecting and then I asked them I could get any details of the replacement parts or anything like that so that I can order it online. But that didn't happen it took a lot of time for them to respond me back(I have been bugging them on Facebook and email).  But after some time they left me with this response which I had no other choice but to accept. After getting the 50%re...

Facebook Whitehat

Have you ever wondered that Facebook provides you some test accounts in case if you are trying to find some bugs are attempting to attacks on some personal accounts. So its quiet interesting, lets take a look at them now just login to your Facebook account.. and then go to this link.. Facebook whitehat Then you may find out 4 sections in the page 1-Info            This basically provides you all the security related issues for Facebook and even provides you the opportunity to report the posts that are against the terms and conditions and violating the security issues.. Here are some links that might be important.. In case of any hacked accounts :  Hacking reports Abuse reports :  Report abuse 2-Thanks                The names are those who reported Facebook some bugs and helped Facebook for making their security issues more strong 3-Report a Security vulnerability     ...

Extjs - basics on file-system

Hope you created your first project with command prompt and knew some basics of where the application starts loading files and makes up the complete interface and functionalities. if not I recommend you to start from the initial step and come back here. So when you start your project on a desktop it will check for the main file in the classic folder and shows it to the user.   classic > src > view > main > Main.js Now let's start with this Main.js file and understand better about the project. This main file basically has some extended components  Ext.tab.Panel which extends the main page view to have a tab panel view in it. requires has all the other components that are being used in this page as components. Header of the side tab has all the properties such as layout that defines what should be the layout for the header which is aligned to stretchmax, and the title which is being binded which a data feild named name where the name is from ...