eclipse / mraa

Linux Library for low speed IO Communication in C with bindings for C++, Python, Node.js & Java. Supports generic io platforms, as well as Intel Edison, Intel Joule, Raspberry Pi and many more.
http://mraa.io
MIT License
1.37k stars 613 forks source link

Add Support for the Artik Board #479

Open thoughtentity opened 8 years ago

thoughtentity commented 8 years ago

Any plans on adding the Artik as one of the supported boards for the mraa library? The Artik team recently released a commercially available version of their board and have documented GPIO interactions with the board through both sysfs and through the kernel.

I can help with hardware testing the library with the board as I got an Artik 5 board on hand if needed.

arfoll commented 8 years ago

There are no plans AFAIK but if you have a board and are willing to do a bit of research I imagine it wouldn't be hard. I'm happy to help out and give you a hand with this if you'd like when I get back from holiday in 2 weeks. On 26 Mar 2016 9:45 pm, "Erik Medina" notifications@github.com wrote:

Any plans on adding the Artik https://www.artik.io as one of the supported boards for the mraa library? The Artik team recently released a commercially available https://www.artik.io/blog/2016/whats-new-in-artik version of their board and have documented https://developer.artik.io/documentation/developer-guide/kernel-gpio.html GPIO interactions with the board through both sysfs and through the kernel.

I can help with hardware testing the library with the board as I got an Artik 5 board on hand if needed.

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/intel-iot-devkit/mraa/issues/479

thoughtentity commented 8 years ago

I can try taking a crack at this. Will probably start work on this sometime in April. Open to taking a pull request on this once the work is done?

arfoll commented 8 years ago

Yes definitely. I'm more than happy to merge something like this. On 26 Mar 2016 10:49 pm, "Erik Medina" notifications@github.com wrote:

I can try taking a crack at this. Will probably start work on this sometime in April. Open to taking a pull request on this once the work is done?

— You are receiving this because you commented. Reply to this email directly or view it on GitHub https://github.com/intel-iot-devkit/mraa/issues/479#issuecomment-201977824

BinduRao2018 commented 5 years ago

Hi @arfoll, @thoughtentity I am going to use Artik board shortly and would like to use mraa to drive Grove sensors. Is there any information on the above mentioned activity please?

BinduRao2018 commented 5 years ago

Is there a plan to support for ARTIK platform? Please comment.

Propanu commented 5 years ago

Hi @BinduRao2018, adding support for Artik boards is not on the roadmap for the MRAA team and I doubt any of the current project maintainers have the board, but we would be happy to review and merge any community submitted implementations.

BinduRao2018 commented 5 years ago

Ok, Thanks @Propanu for the clarification. I am in the process of analyzing pin mapping for Eagleye 530s as there is a requirement for us to support on Artik board. I will update/ might seek clarification in this regard on a separate thread.