Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 435056 - dev-embedded/gnoduino - GTK UI for arduino IDE
Summary: dev-embedded/gnoduino - GTK UI for arduino IDE
Status: IN_PROGRESS
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://gnome.eu.org/index.php/Gnoduino
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-14 18:15 UTC by Manuel Rüger (RETIRED)
Modified: 2016-06-15 15:07 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
dev-embedded/gnoduino-0.1.0.ebuild (gnoduino-0.1.0.ebuild,442 bytes, text/plain)
2013-06-13 13:01 UTC, Angelo Arrifano (RETIRED)
Details
gnoduino-0.4.0.ebuild (gnoduino-0.4.0.ebuild,1.65 KB, text/plain)
2013-06-19 00:51 UTC, Craig Counts
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Manuel Rüger (RETIRED) gentoo-dev 2012-09-14 18:15:51 UTC
Please add it to the tree.
Comment 1 Manuel Rüger (RETIRED) gentoo-dev 2012-09-14 18:16:42 UTC
http://blog.pcode.nl/2011/07/24/gnoduino-ftw/
Comment 2 Angelo Arrifano (RETIRED) gentoo-dev 2013-06-13 09:53:23 UTC
I'll maintain this one (since I'm already maintaining arduino anyway).
Comment 3 Angelo Arrifano (RETIRED) gentoo-dev 2013-06-13 13:01:36 UTC
Created attachment 350882 [details]
dev-embedded/gnoduino-0.1.0.ebuild

Here is the ebuild. Can you guys please test if it works?
I don't have my arduino around and the UI seems to only start when the arduino is connected:

serial.serialutil.SerialException: could not open port /dev/ttyS0: [Errno 2] No such file or directory: '/dev/ttyS0'
Comment 4 Craig Counts 2013-06-19 00:51:10 UTC
Created attachment 351358 [details]
gnoduino-0.4.0.ebuild

I found an ebuild for version 0.3.0 at:
http://files.pcode.nl/temp/gnoduino-0.3.0.ebuild

and made some revisions/updates for the new 0.4.0 version.

This appears to work ok with my brnd new UNO; although, I am just a newbie.
Comment 5 Craig Counts 2013-06-19 00:55:13 UTC
Also. I get a connection at /dev/ttyACM0,
Comment 6 Xavier Miller (RETIRED) gentoo-dev 2013-12-09 08:29:19 UTC
Hi,

I don't see any dependancies on arduino libs. Don't gnoduino need them?
Comment 7 Jakub Klawiter 2014-04-04 22:25:59 UTC
(In reply to Xavier Miller from comment #6)
> Hi,
> 
> I don't see any dependancies on arduino libs. Don't gnoduino need them?

It need, without dev-embedded/arduino it says:

wariat@mickey ~ $ gnoduino 
Unable to locate BOARDS
Arduino SDK missing or broken.

so it should be added as dependency of gnoduino.