Page 1 of 1

Neo Air or M1 Plus supports gpio interrupt?

Posted: Sun Oct 22, 2017 4:02 pm
by dolphin
Hi, Does H3 (neo air or m1 plus) support gpio interrupt by default? Tried to set poll() on GPIOA6 (6) but it seems not working.

Re: Neo Air or M1 Plus supports gpio interrupt?

Posted: Mon Oct 23, 2017 8:08 am
by auto3000
Yes GPIO A6 interrupts should work.

In french, you can google translate and follow these steps:
https://www.blaess.fr/christophe/2013/0 ... -sur-gpio/

At command "echo 23 > export", do the command "echo 6 > export" and it will do the rule.

Re: Neo Air or M1 Plus supports gpio interrupt?

Posted: Fri Oct 27, 2017 6:52 am
by dolphin
auto3000 wrote:
Yes GPIO A6 interrupts should work.

In french, you can google translate and follow these steps:
https://www.blaess.fr/christophe/2013/0 ... -sur-gpio/

At command "echo 23 > export", do the command "echo 6 > export" and it will do the rule.


Thanks @auto3000, it seems there is a problem with python's poll. Rock on!