Software Archive
Read-only legacy content
17060 Discussions

Java GPIO on Edison

Nick_K_
Novice
453 Views

I was wondering if anybody was working on porting or creating a version of MRAA for Java.  I know I've seen Java run on the Edison with ease (I've been able to load Apache Tomcat on it myself), but it would be great to exploit Java as the developer language to be able to work with the GPIO.  There are similar libraries available for ARM based SoC devices like the The Rasp Pi (Pi4J) and the BBB (libbulldog).  

Thanks!

-Nick

 

0 Kudos
1 Solution
Nick_K_
Novice
453 Views

Looks like somebody in the community has already wrapped the MRAA into a library they are calling mraa4j.  

I've been playing around with it this afternoon and it actually seems to be doing everything as expected for my projects (PWM, GPIO, and UART).  

https://communities.intel.com/thread/62218

 

View solution in original post

0 Kudos
4 Replies
NagaVenkat_K_Intel
453 Views

Thanks for asking. As of now I am not sure of anything about Java as such. I will pass the request to developer team.

0 Kudos
Matthias_H_Intel
Employee
453 Views

I guess you are asking for libmraa as well as for UPM libraries, right?

0 Kudos
Nick_K_
Novice
453 Views

matthias-hahn (Intel) wrote:

I guess you are asking for libmraa as well as for UPM libraries, right?

While I'm sure they would be of great use to others, my projects won't leverage the UPM libraries.  

Thanks!

-Nick

0 Kudos
Nick_K_
Novice
454 Views

Looks like somebody in the community has already wrapped the MRAA into a library they are calling mraa4j.  

I've been playing around with it this afternoon and it actually seems to be doing everything as expected for my projects (PWM, GPIO, and UART).  

https://communities.intel.com/thread/62218

 

0 Kudos
Reply