3689516544?profile=original

I have been working on a fork of the Arduino IDE for use with the Pinocc.io project. With all the improvements I have made, it became my default go to for any Arduino code uploading, so it was inevitable that I would bake in ArduPilot HAL as well!

My current focus is on the OSX build, but I am fairly sure it will build alright on windows, probably wont look too great until I focus on that.  I wanted to remove the ugliness from the IDE and improve the UX.

The main big thing that I added was the concept of "Workspaces", this allows you to maintain completely separate sketchbooks for each of the platforms. Right now I have them hardcoded, but I intend to make it configurable via a new preferences window I am about to start on.  The workspaces currently are Arduino, Ardupilot and Pinoccio.  These default to ~/Documents/{workspace name} such as ~/Document/Ardupilot.  

I integrated the HAL classes that Pat Hickey worked on with the community fork of Arduino, and adapted them to work within the new 1.5.x setup. 1.5.x introduced platforms.txt, which makes the whole thing a lot simpler.  The ArduPilot HAL menu is enabled if you select an ardupilot board from the boards menu. This allows you to build standard, or coreless for the HAL codebase. (just like the community fork does).

This is very much alpha quality code, I am no java developer, but apparently I am more of one than the original authors of the Arduino IDE ;)

The project source is located here: https://github.com/dchote/pinoccio-ide

Latest binary for OSX is located here: http://cloud.chote.me/2I3z2g2S0u3i

I would love feedback on this, also if there are any feature requests, please let me know (preferably via ticket on github!)

E-mail me when people leave their comments –

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

Join diydrones

Comments

  • Just uploaded a new binary to: http://cloud.chote.me/2I3z2g2S0u3i  hopefully this fixes the avrdude libusb issue

    pinoccio-0.0.5-macosx.zip
    Shared with CloudApp
  • I realized last night that avrdude did not compile statically. I will fix that this morning and post a new binary

  • Developer

    I'll give it a try. Thanks for the effort!

    Jason

This reply was deleted.