You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi,
loved this repo.
I am trying to read dc motor encoder link, using your example, how ever I am getting NotImplementedError: Platform is not supported.
exception is raised for this line - gpio = gaugette.gpio.GPIO()
The problem is that the gpio wrapper needs a new block to adapt the Jetson.GPIO library.
At a glance the Jetson library looks like a drop-in for Adafruit_BBIO.GPIO, so try changing the block for beagleboneblack
to support your platform:
hi,
loved this repo.
I am trying to read dc motor encoder link, using your example, how ever I am getting NotImplementedError: Platform is not supported.
exception is raised for this line -
gpio = gaugette.gpio.GPIO()
any advice will be appreciated.
this is the motor I am using -
https://www.aliexpress.com/i/4000098341909.html
this is jetson nano board -
https://developer.nvidia.com/embedded/jetson-nano-developer-kit
here is my gpio setup -
thank a lot, a.
The text was updated successfully, but these errors were encountered: