Skip to content

jetson nano (NVIDIA) ARM Cortex-A57, Platform is not supported. #39

Description

@Avi-avidan

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 -

import Jetson.GPIO as GPIO
GPIO.setmode(GPIO.TEGRA_SOC)
ENC1, ENC2 = 'LCD_TE', 'SPI2_SCK'
GPIO.setup(ENC1, GPIO.IN)
GPIO.setup(ENC2, GPIO.IN)

thank a lot, a.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions