Beagleboard.org has released the BeagleBone Blue some days ago, a Linux-enabled computer for robotic applications.

The BeagleBone Blue is an open hardware platform that include a large array of sensors and IO; IMU, Baro, PPM for RC input, 8 channels PWM output to Servos, DC motor driver, analog input, PRU, GPIO, LEDs, buttons, serial, CAN, I2C, SPI, USB, WiFi, Bluethooth, 2-cell LiPo charger and wide input voltage range.

Jason Kridner has designed the BeagleBone Blue and he contacted me to implement the ArduPilot Flight Controller Software on BeagleBone Blue and make it a full blown Linux-enabled autopilot. Based on my previous experience with a similar project called the BBBmini, a BeagleBone Black or Green coupled with a sensor cape of my own, that has been successfully built and flown by numerous DIYers around the world, the BeagleBone Blue is natural extension of my design with the benefit of having a single board solution.

Experimenters can now have their copter, plane, rover, submarine being controlled with ArduPilot software powered by a versatile Linux platform with enough power to add cameras, additional sensors and use a large array of available robotic language like ROS, dronekit-python and Mission Control suites for just 80$.

https://github.com/mirkix/ardupilotblue

https://beagleboard.org/blue

I am not related to TI or beagleboard.org. BBBmini and BeagleBone Blue ArduPilot support are both pure hobby projects.

E-mail me when people leave their comments –

You need to be a member of diydrones to add comments!

Join diydrones

Comments

  • Nice work!

    Did you use a separate PDU with this build or did you run DC power for the motors out of the 4 DC motor drivers already on the BBBlue? Thanks!

  • Mirko & Patrick,

    Thank you for your time to answer the questions that I had.  Patrick, your last paragraph really tied it all together for me.  Makes a lot of sense after that, because that of course is a huge advantage in itself to not be buying flight controller per se, but rather a single board computer which includes all of the sensors needed to be able to function as a FC.  And Mirko, also very informative, I am understanding the wide level of diversity this platform offers with so many possible configurations.  Especially in situations where numerous servos (or I/O channels in general)  are necessary.  Thank you both for your time.

  • Hello hamavido,

    That sounds very  interesting :-) , keep us updated.

    And this is showing  the neccessity of having an affordable , entry level Linux based polyvalent board that can be transformed in a full fledge FC for beginners. If we can lower the entry level for this kind of experimental field, we augment the chance of having more  participants and we will all benefit from this larger community.

  • Hello Patrick,

    I have BBCore + My own Baseboard (built for 9€) + sensors (sonar+pressure+imu+optical flow) + 2.4GhzModule (with RSSI) for only 120€. I will share some pictures later.

    BBCore should be used with customized Baseboard.

    Thanks.

  • Hello hamadivo,

    In order to build a Flight Controler with the BBcore you would need:

    - BBCore + Baseboard :  165$

    - Sensor Cape (Like Mirko's  BBBMini Cape):  50$

    - Wifi : 10$

    Total Price:  225 $ 

    I am just trying to follow your logic here...

  • Hi,

    I think BBCore is best than BBBlue, BBCore is samall and it can be optimized. (http://beaglecore.com/)

    Adding sensors (like IMU) to the main board is not good, we should have hardward layer (Sensors, RF, ...)

    The good thing is the OSD335x which contains AM335x, Power managment, SDRAM and regulators

    I hope that BBCore team will release another one based on OSD335x

    Thanks for sharing.

    BeagleCore™ is an industrial version of the popular BeagleBone put onto a small a module (SOM)
    BeagleCore™ is a professional yet tiny solution for BeagleBone hardware that follows industry standards to offer the core features in one minified mo…
  • lol I think he'll be giving us a blood sample if we turn up with that thing, if he wants to or not! :-) 

    But I do fancy seeing a two wheeled balancing quad. The BBBlue would be the ideal candidate for a small version of it. The idea would be to have two larger wheels next to eachother and then the four quad motors placed at axle height at each corner, so it wouldn't matter which way up it landed, and it could use minimal thrust to self right before heading off on it's wheels.

  • Yeah JB ,

    I can see your QuadPlane gently moving on its balancing  wheels and slowly getting closer to Joe so he can safely drop its blood sample and earn your team some extra points on the next OutBack Challenge ;-)

  • @tridge

    There is already a link in the wiki http://ardupilot.org/plane/docs/common-beagle-bone-blue.html I will try to complete the docs soon. Then we can but them in the ardupilot wiki direct.

    We may should merge:

    http://ardupilot.org/plane/docs/common-autopilots.html

    and 

    http://ardupilot.org/dev/docs/supported-autopilot-controller-boards...

    Beagle Bone Blue — Plane documentation
  • @S1CAR1US

    I think the unique think of the BeagleBone Blue is that it is single board solution for this small price. Technically the advantage of using the firmware I have written for the PRUs of the BeagleBone (internal PWM generation) is, that you can set the update frequency for each of the up to 12 PWM channels. I.E. if you are flying a quadcopter the update frequency of the ESCs will be 400Hz, if there are some servos connected too, you can set the update frequency for the servos to the standard value of 50Hz. A lot of servos can not handle 400Hz. When using a PXFmini you only can set a global update frequency for all PWM outputs. So you may have to choose, lower the ESC update frequency to 50Hz or keep the 400Hz and the servos may not work.

    The BeagleBone Blue offers 4 (and a half) serial connection which may be useful to connect external sensors, also the CAN interface seems to be more important in the future.

    But each type of flight controllers has it advantages and disadvantages, it depends on your requirements which one you choose.

     

This reply was deleted.