I'm not sure what exactly is involved with your application. You can
certainly look at other pieces of code in any language as a reference.
The motor control library is for directly interfacing with "low-level"
motor drivers, not with drivers that speak serial (which is presumably what
EASYCOM means). You have (4) UART modules that can easily speak this
protocol.
Also, as you mentioned "embedded" here: one of the features of using a IOIO
is that you won't actually need any embedded programming in the strict
sense. You'd pretty much do high-level Java coding that has the ability to
interact with hardware.


On Wed, May 28, 2014 at 12:42 PM, Charles Wyble <[email protected]> wrote:

> Hello all,
>
> I did quite a bit of research today, and decided to purchase an IOIO-OTG
> board over the various other hardware board options (arduino that is). I
> didn't want to learn the ways of Arduino and have to develop my own
> communication protocol etc. It's on it's way to my grubby little hands. :)
>
> My goal is to develop an antenna control package that only requires an
> android phone, my floss application (being developed over next couple of
> weeks) and the IOIO-OTG board (and whatever cabling to hook up to the
> control hardware to drive the stepper motors etc over EASYCOM protocol).
>
> My issue is that everything out there for this sort of thing is developed
> for ardunio. (like hamlib, though that's been ported to android).
>
> Does anyone have information on porting ardunio (sketches I think they are
> called?) to the IOIO library?  (I've never coded an ardunio before, I have
> a book on it and an Ardunio to play with).
>
> Or should I just start from scratch on IOIO? (For example, I found:
> https://github.com/ytai/ioio/wiki/Motor-control )
>
> I'm a system/network/storage/security administrator and I've written quite
> a bit of business process code. I've not yet done anything embedded (well I
> did do a bunch of lego mindstorm nqc (http://bricxcc.sourceforge.net/nqc/))
> stuff years ago). I'm really good at integrating existing pieces and
> experimenting / brute forcing till it works. :)
>
> Thanks!
>
> --
> You received this message because you are subscribed to the Google Groups
> "ioio-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/ioio-users.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"ioio-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/ioio-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to