All Posts (14048)

Sort by
Developer

MorpHex - Art, Technology and Innovation

I'm a big fan of Kare Halvorsen's work from biped to multi-pod spiders. His robots are always pretty well tuned to work on his customized RC control with lots of buttons.

This awesome project above is titled MorpHex which is Kare's entry on "BOCA BEARINGS 2012 INNOVATION COMPETITION".

More infos about the competition (and to give him your vote) here.
My vote was given to his amazing project. =)

Here go some of my favorite videos which show his studio with a great amount of nice robots:

A little bit more details on his crazy RC control I've mentioned above:

You can also subscribe on his youtube channel.

Read more…

Las Vegas (TBS @ USA Road Trip 11/13)

In this episode we take our custom-built prototype quadcopter down the strip, meet some interesting - and less interesting - people and generally have a great time. Here's the video:

For those of you unaware, there is an airport right next to the strip. There is also a lot of RF emissions. This is why we played it safe and did not fly the Zephyrs down the strip - too many unknown variables.

<iframe width="560" height="315" src="https://www.youtube.com/embed/f4x5RvqqVdw" frameborder="0" allowfullscreen></iframe>

Read more…

Quick and Easy Rover

3689451612?profile=originalIn between aircraft I built this rover.  It is a Traxxas Slash frame with a piece of 1/8" aircraft plywood on top for an electronics platform.  The plywood measures 16.5" x 6.5".  It was super easy to build.  In the next few days I will finish configuring the electronics, update and confirgure the software and test it out.  If anybody has any related tips or experiences they would like to share I would be happy to hear them.  I will post updates when I have it running.3689451723?profile=original

Read more…

HobbyKing Beer Lift 2012

Looks like the folks at HobbyKing has fully embraced the Multicopter revolution.  To that end, they've created a contest for 2012, the goal of which is to lift our favourite beverages, BEER!  They don't say whether the beer cans need to be full or empty.  I think the goal is to lift as much weight as possible.  So there may be the obvious incentive of lifting many empty beer cans, versus smaller number sadly full cans.

Link to contest is here.

Read more…
Developer

globalhawk-main%282%29.jpgWhile SkyWalker is out-of stock in almost everywhere, new big size foam models are popping out in many places out there. I just can't stop looking at this one... looks so nice!

The question here is, are those beautiful models really useful for FPV or being our Drones? I would be afraid of breaking such a beautiful thing... and the 2360mm wing doesn't looks that strong.

globalhawk-sub2%281%29.jpg

Those fins underneath the V tail... it looks pretty weak to touch the ground a second time.

globalhawk-sub8%281%29.jpg

Space would not be a problem, for sure.

globalhawk-sub9%281%29.jpg

Here is the link for detailed infos: RQ-4B Global Hawk

Read more…
Developer

ArkToolbox is a toolbox for ScicosLab/ XCos (similar to Matlab simulink, but free). ArkToolbox is useful for drone control design, simulation, and testing and is compatible with FlightGear, MAVLink (QGroundControl/ArduPilotMega), and the JSBSim Trimming GUI software. This creates a completely open source toolchain for developing aircraft models, finding trim states for control, and developing controllers. The ArkToolbox also supports hardware in the loop communication  via MAVLink.

Download Here: https://github.com/arktools/arktoolbox/downloads

More Demo Videos:

arducopter simulation with hardware/software in the loop: http://youtu.be/6ho8OXavEsc

rover hardware in the loop: http://youtu.be/ddysKBCKTSw

sailboat control system: http://youtu.be/5jYfah5Pcps

rocket control system: http://youtu.be/Un1YITQHUV0

Wiki for getting started on ArkToolbox for ScicosLab:

https://github.com/arktools/arktoolbox/wiki

 

Grab JSBSim Trimming GUI here:

https://github.com/jgoppert/jsbsim/downloads

Video tutorial for JSBSim Trimming GUI: http://youtu.be/JCjRGJTWe5k

Grab Aircraft Models to Run/ Fly in FlightGear Here (includes Arducopter/ EasyStar): 

https://github.com/arktools/arkhangar

All the demos have been well tested on all platforms. If you find any errors let me know. The MAVLink blocks are running version 0.9 so I will be upgrading to version 1.0 when I get a chance to support the latest APM versions. If you have time to contribute to ArkToolbox, send me an email.

Read more…

SITL MAVProxy Joystick Support

3689451382?profile=original

3689451488?profile=original

I was working on getting the SITL simulation up and running this weekend, and was able to modify MAVProxy.py to support real-time control via a joystick or gamepad, here is the updated file:

mavproxy_joy.py

It requires installation of pygame (http://www.pygame.org) It will probably require some modification to map the axes on your particular controller to the proper APM channels, in these lines:

 

cmd_rc(["1", str(int(j.get_axis(2)*400 + 1500))])
cmd_rc(["2", str(int(j.get_axis(3)*400 + 1500))])
cmd_rc(["3", str(int(-j.get_axis(1)*800 + 1100))]) #throttle
cmd_rc(["4", str(int(j.get_axis(0)*400 + 1500))])


pygame prints any control input changes to the terminal, which can be annoying because it scrolls away some of the normal mavproxy messages.

I tested it flying the ArduCopter, and it works well, hopefully it will be useful for testing modifications to manual control modes.

--------------------

Update:

I created a mavproxy module file that can be loaded into the normal version of mavproxy.py:

joystick.py

Copy this file into the /modules folder, and from within mavproxy, load the module by entering:

module load joystick

Axis mapping is still custom to the Logitech Dual Action, so modifications may be required for other devices.  One issue is that it still writes the state of the joystick axes to the console - I'm still looking into whether there is a way to suppress this.

For future work, I want to add support for some of the gamepad buttons to change rc channels 5-8 to be used for changing mode, dropping waypoints, etc,

Andrew

 

Read more…

3689451470?profile=original

I'm not sure if anyone has come across this, but I've been reading through the training and it is very informative.

Since most of us have the Mission Planner software that can HIL interface with X-Plane, this can be a very good tool for amateur UAV pilots to learn the basics of flying and aircraft while getting stick-time in a flight simulator.  The X-PPL covers lessons in both VFR and IFR focusing on various flight characteristics and theory such as forces of aircraft, basic controls, ascending and descending, stalling, circuits with various winds, landings, instrument usage, and more.

Not only with this be a great tool for learning aircraft flight characteristics, but will also aid you in proficiently navigating X-Plane and being able to access all of the features of the Simulator.  It covers X-Plane controls as well as navigational maps and user controllable environments.

Those of us using the APM, 1 or 2, know the great benefits of having a successful simulator that saves us from spending a lot of cash on repairs.  I challenge FS pilots to give this a look-see and let us know the accuracy and suggestions of this free X-PPL course.

The list of topics can be found on X-Plane.org forum page located here: http://forums.x-plane.org/index.php?showforum=90

Regards,

Hunter

DISCLAIMER:  I am in no way monetarily or business affiliated with X-Plane, X-Plane.org, or any products from the companies that produce these or similar products.  My interest is solely that of a curious hobbyist!

Read more…
3D Robotics

UAVs before computers

3689451457?profile=original

From Hackaday:

These brave birds are weapons of war. Well, not these actual birds… they’re just models used for this photograph courtesy of a taxidermist. But their living relatives were used to take spy photographs during World War I. [Dr. Julius Neurbronner] didn’t suddenly jump into the field of avian photography. He, like his father before him, used homing pigeons to deliver prescription drugs in loads of up to 75 grams. This makes us wonder if the birds are ever used in modern drug running?

The inspiration came when the doctor found out about subminiature cameras available at the turn of the twentieth century. Those cameras included a tiny roll of film, allowing for several images to be taken. He figured out a way to make a timer that used a pneumatic system to trigger the shutter in the camera. You can see a diagram of the timer mechanism here. The idea is that the birds will always be able to find their way home. So if you take them to a starting point that puts the enemy lines in between them and home base, they’ll fly over and get some juicy recon in the process.

That’s pretty old school. But we’re still tying things onto birds these days. Here’s some modern tech that uses sun-up/sun-down to track travel habits.

Read more…
Moderator

Citizen drone spots missing Texas boys body

RPSS_logo.jpg

A very sad story, 

http://www.suasnews.com/2012/04/14210/uas-operator-finds-body-of-missing-texas-boy/

Well done to Gene Robinson (a member here) and the team from RP Search Services. A heartbreaking task.

LIBERTY COUNTY, Texas -

The body of 2-year old Devon Davis was found, ending several days of an intensive search.

The boy's body was found shortly after the search was officially called off in a lake near his home. A DPS helicopter was checking a lake less than a mile from his home one last time when searchers spotted something.

"We have located Devon Davis in a large body of water nearby his home," Capt. Rex Evans with the Liberty County Sheriff's Office said. "Devon is deceased."

Earlier in the day, a remote control airplane with photography capabilities flew over the lake and spotted something. The DPS helicopter was checking that out when searchers found Devin's remains. After that, Texas Equusearch founder Tim Miller walked Devon's mother, April Davis, to the back of the yard where Capt. Evans told her that Devon was gone.

Read more…
Developer

3689451021?profile=original

I'm experimenting with SITL, for the purpose of routing MAVLink and prototyping IP Telemetry. Anyhow, after reading the documentation here...:

http://code.google.com/p/ardupilot-mega/wiki/SITL

It took me a while to figure out how everything connects. To help myself, I made an architecture diagram. I would like some feedback from anyone who knows SITL. I got it working, so I think it is correct

The original diagram is in Google Docs, feel free to edit, copy or improve

Once I confirm this is correct, I will submit it for inclusion in the wiki.

Thanks

Read more…
3D Robotics

3689451270?profile=originalMy kids love the Syma S107 toy helicopters, which cost just $20 and are amazingly stable. The big breakthrough for this generation of toy helicopters was the introduction of gyros, but I just took apart a broken one and was impressed to see that it has just ONE gyro (circled in black above), mounted vertically. 

I know that the coaxial props create a natural mechanical stability in the XY direction, and I assume that gyro is stabilizing in the Z (yaw) direction.  But is it really as simple as that? The stability is astounding. They're just motionless in the air until you budge the sticks. 

BTW, there are no magic sensors on the bottom of the board, either:

3689451180?profile=original

Read more…
Moderator

3689450895?profile=original Today I found in a drawer of my old lab this board, and memory began to go into the past.Was 1996 , 16 years ago this is my first board based on a 16 bit micro controller that used 'C' firmware that i called VR1000 (see on the bottom layer) .

I developed that board for a BUS Fleet Managment application .

That board was based on Siemens 80c166 in future that was the base for ST 10 a father of STM32.

3689450832?profile=original

The specification of this board was :

  • Microcontroller Siemens 80C166 .
  • 20 Mhz oscillator.
  • External muxed PROM and RAM (muxed mean that the address and data bus was shared so you need a component that with a pin automatically choose to use address or data bus for parallel comunication with Prom and RAM)
  • 64 kbyte EEPROM (Electri Erasable PROM) normaly before every reload of firmware i use UV Lamp for delete the firmware in the EEPROM.
  • 32 Kbyte static RAM
  • 8 Mbit Intel parallel flash . (Was first Flash available on the market , normally that component need 12 volt for write data in the flash and use 5 volt

 

With this kind of board was possible to fly a drone 16 years ago but the main problem was the sensor

In this sensor is possible to see the VR1000 (1996) and VR Brain MP32F4 IMU (2012)

 

3689450626?profile=original

 

VR1000 CPU

80c166 (16 bit micro controller)

VR BRAIN MP32F4

STM32F4 (32 bit micro controller)

 

VR1000 RAM and PROM

64 Kbyte EEPROM and 32 Kbyte Ram (external)

VR BRAIN MP32F4 RAM and PROM

1 Mbyte Flash and 192 Kbyte Ram

 

VR1000 vs VR MP32F4 speed of processor

20 mhz vs 168 mhz

 

Advanced feature available only in MP32F4 :

Internal FPU - DSP floating point processor.

MPU6000 3 gyro 3 acc

 

I am very curious to know how will the new micro controllers for DIY applications in 2028 :)


Original blog post : http://www.virtualrobotix.com/profiles/blogs/retro-board-vr1000-my-first-advanced-electronic-design/

Read more…