Page 1 of 1

Fire3 GPIO Support

Posted: Wed Jan 10, 2018 5:34 am
by purist
Is there a driver to support GPIO with the Fire3 yet?

Re: Fire3 GPIO Support

Posted: Mon Apr 01, 2019 8:00 am
by dvoeckler
looking for the same!

Re: Fire3 GPIO Support

Posted: Mon Apr 01, 2019 1:42 pm
by v8dave
Which OS?

Re: Fire3 GPIO Support

Posted: Mon Apr 01, 2019 4:52 pm
by dvoeckler
lubuntu would be ideal - but any linux works perfect for me.

Re: Fire3 GPIO Support

Posted: Tue Apr 02, 2019 12:14 am
by v8dave
dvoeckler wrote:
lubuntu would be ideal - but any linux works perfect for me.


I don't have anything for native coding in Lubuntu but maybe this Android JNI will help with how I manage this with Java under Android. The JNI is written in C code.

https://github.com/davemclaughlin/GPIOdriver

Re: Fire3 GPIO Support

Posted: Thu Oct 24, 2019 1:04 am
by tuxd3v
v8dave wrote:
dvoeckler wrote:
lubuntu would be ideal - but any linux works perfect for me.


I don't have anything for native coding in Lubuntu but maybe this Android JNI will help with how I manage this with Java under Android. The JNI is written in C code.

https://github.com/davemclaughlin/GPIOdriver


Hi,
I have the same problem, and need to acess GPIO..

My doubts are not about tools for it, but How to exatcly configure lets say I2c0( pins 3,5 gpio )..
What registers, or the real pin out assignment so that the registers get configured properly..

Is there any advice on that?

Best Regards,
tux