Any updates to this? I'm currently looking at Emteria as a possible solution to run Android/Java on the Pi for IOT but would need APIs/drivers to access the hardware....
Sorry, currently we don't have plans to create a Java API to access GPIOs. You can use C and JNI for that. Maybe our serial app can be helpful to show the principle: https://github.com/emteria/samples_apps_Serial
Comments
Any updates to this? I'm currently looking at Emteria as a possible solution to run Android/Java on the Pi for IOT but would need APIs/drivers to access the hardware....
Thanks,
Paulie09
Sorry, currently we don't have plans to create a Java API to access GPIOs. You can use C and JNI for that. Maybe our serial app can be helpful to show the principle: https://github.com/emteria/samples_apps_Serial
Thanks for the update.