python GPIO Library and i.mx8m Plus

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

python GPIO Library and i.mx8m Plus

Jump to solution
1,687 Views
HumanBehaviorsAI
Contributor I

Hi guys. 

I'm starting to use i.mx8m Plus for my Agriculture Project. For my mvp1 I want to do a simple ML demonstration. 

  1. I have an NN model for detection weeds and separate ground and correct cultural
  2. The camera sees weeds on the ground
  3. When I got a class of weeds on my frame I want to send a signal to my Electrician Solenoids. 

But at this moment I've worked with GPIO on Jetson and Raspberry Pi - I use python library gpio_zero

Maybe here I can get answers or a similar library for NXP processors? I will be glad for any help.

YouTube demonstration  

0 Kudos
1 Solution
1,681 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello HumanBehaviorAI,

You can work in that library, but at this time the i.mx8mplus is not supported, however you can change the pins number and name on the /pins file of the GitHub project where GPIO is:

https://github.com/gpiozero/gpiozero

Regards

 

View solution in original post

0 Kudos
1 Reply
1,682 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello HumanBehaviorAI,

You can work in that library, but at this time the i.mx8mplus is not supported, however you can change the pins number and name on the /pins file of the GitHub project where GPIO is:

https://github.com/gpiozero/gpiozero

Regards

 

0 Kudos