Closed hongbo-miao closed 5 years ago
@tokk-nv hi please check this out and see why nvidia nano stopped working?
Greetings,
I am trying to follow this article (http://blog.whatgeek.com.pt/2015/04/raspberry-pi-and-adafruits-neopixel-stick/) but running into "Board not supported". I am using the Jetson Nano. Here is the error below:
Exiting...
Cleaning up pins
Traceback (most recent call last):
File "/home/jetson/PycharmProjects/servoTest/venv/ledTest.py", line 3, in
Process finished with exit code 1
Here is a list of my packages:
Adafruit-Blinka | 2.3.1 | 2.3.1 |
---|---|---|
Adafruit-GPIO | 1.0.3 | 1.0.3 |
Adafruit-PlatformDetect | 1.3.2 | 1.3.2 |
Adafruit-PureIO | 0.2.3 | 0.2.3 |
Jetson.GPIO | 2.0.0 | 2.0.0 |
RPi.GPIO | 0.7.0 | 0.7.0 |
adafruit-circuitpython-busdevice | 3.0.0 | 3.0.0 |
adafruit-circuitpython-motor | 2.0.0 | 2.0.0 |
adafruit-circuitpython-neopixel | 3.3.7 | 3.3.7 |
adafruit-circuitpython-pca9685 | 3.2.5 | 3.2.5 |
adafruit-circuitpython-register | 1.7.1 | 1.7.1 |
adafruit-circuitpython-servokit | 1.1.0 | 1.1.0 |
board | 0.0.0.post0 | 0.0.0.post0 |
Any help will greatly be appreciated.
@Hongbo-Miao can you please retry after updating your Blinka and Jetson.GPIO modules? We fixed some issues in Jetson.GPIO that might help you.
@cscholler it looks like you have a different issue. The neopixel code only supports the Raspberry Pi, and no other system that Blinka supports. See https://github.com/adafruit/Adafruit_Blinka/blob/master/src/neopixel_write.py#L14
Hi @swarren I was in a hurry for R&D at that time, so I switched to TX2. I am not able to test again easily with new setup. Feel free to close the issue. Thanks for the help!
Originally posted on Stack Overflow.
I am trying to follow this tutorial to read analog input.
But instead of using Raspberry Pi, I am trying to use a Jetson Nano to read MCP3008 channel 0 analog input only.
I am following the pin layout in the tutorial on Jetson Nano since it shares same layout with Raspberry Pi.
The code above throws the error:
I checked the source code, it points to this line.
However, I looked up of the board library source, it does support Jetson Nano because of the line
Any guide can help me further locate the issue will be very helpful. Thanks!