Aleks
unread,Apr 15, 2013, 9:48:59 AM4/15/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to beaglebo...@googlegroups.com
On 13.04.2013 01:39, Tom King wrote:
> Sounds like you have a good start on thinking about this...
>
> best to refine your ideas a bit and bounce things off of people here on the
> list...
>
Hi Tom, sorry for the late response
> now is the time for "discussion on ideas" so if you have specific questions
> related to what you are thinking post them here and we can try to help.
I'm currently thinking about the port of the arduino libraries, while
using the standard IDE in order to write code for the beagle board.
This means that firstly the core functions, like digitalWrite(),
pinMode(), digitalRead().
This means that the code should be cross-compiled for the ARM processor,
and loaded to the beagle board.
What I had in mind was to create a small daemon, which will run on the
beagle board GNU/Linux OS - let's call it beagleduino-daemon, which will
be responsible for listening to the IDE, catching the compiled code from
the IDE and running it on the beagle board.
This implies that there should be some method of relaying the compiled
binary to the beagle board itself, maybe making an extension to the
current arduino IDE, or calling up on some script that will copy the
.bin (compiled program) file via scp/ftp/w/e to the beagle board, and
tell the daemon to execute the new code.
The daemon will also need to know if the program stops, waits for an
interrupt (software interrupts / software pooling?).
How does this sound ?
> I don't know that a Beaglebone is a requirement as the xM is still current
> too, and it sounds like you have some ideas already to use MSP430 too...
>
I got confused as to the target of the idea, I though that the arduino
port should be targeted to the Beagle Bone only.
> Good Luck and let us know if there is anything more we can help you with
>
> Tom
>
Regards,
Aleks