-
Notifications
You must be signed in to change notification settings - Fork 344
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jetson Tx1 and Nano blinka support #108
Comments
@tokk-nv ^ |
Hello, Im not sure if this is the correct place but here it goes. I am using the Adafruit SGB30 Module, I had previously tested on RPi 3 B+ with no issue. Behavior:
Any ideas? |
It looks as if the ctrl-c is leaving the bus or the board in a bad state. |
@romilly That is what I thought might be happening. However, I altered the example code for the SGP30 from Adafruit to just take readings for ~10sec then print out the last reading, making it a run-once script instead of looping until ctrl-c. After I run the script once, I get the same behavior until I power cycle the SGB30. Odd thing is, I get the notification from the Blinka library stating "Cleaning up pins..." but maybe this is not working properly on the Jetson Nano? |
My SGP30 has arrived, so I hope to do some tests tomorrow.
…On Tue, 28 May 2019 at 16:26, codyrickmanvessel ***@***.***> wrote:
@romilly <https://github.com/romilly> That is what I thought might be
happening. However, I altered the example code for the SGP30 from Adafruit
to just take readings for ~10sec then print out the last reading, making it
a run-once script instead of looping until ctrl-c. After I run the script
once, I get the same behavior until I power cycle the SGB30.
Odd thing is, I get the notification from the Blinka library stating
"Cleaning up pins..." but maybe this is not working properly on the Jetson
Nano?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#108?email_source=notifications&email_token=AABEOPQ4IXWZYC2HE3XUZ4TPXVFMFA5CNFSM4HG4LIJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWMP5XY#issuecomment-496565983>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABEOPTD74VDKO3JWIPPHM3PXVFMFANCNFSM4HG4LIJQ>
.
--
personal:@romillyc work:@rareblog skype:romilly.cocking web:
http://blog.rareschool.com/
|
Is your question about how to know which pin numbers in https://github.com/adafruit/Adafruit_Blinka/blob/master/src/adafruit_blinka/microcontroller/tegra/t210/pin.py correspond to which pin numbers on the Jetson GPIO expansion connector, or about how to use the Blinka library in general? I am not at all familiar with Blinka, but I believe you should use the pin numbers at https://github.com/adafruit/Adafruit_Blinka/blob/master/src/adafruit_blinka/board/jetson_nano.py instead, since they correspond to the connector rather than the chip. The naming of these pin numbers is at least partially aligned with one of the ways that the Raspberry Pi board names its pins; https://github.com/adafruit/Adafruit_Blinka/blob/master/src/adafruit_blinka/board/raspi_40pin.py If you are looking for general help with Blinka, hopefully Adafruit can provide that, or there should be some documentation included with the library? |
It looks like you're discussing a separate issue. Perhaps you can file a separate bug for that issue? That will keep each bug focused on a specific topic, and make it much easier for people to concentrate on one thing at a time. |
I think this bug should be closed:
@ladyada do you agree? |
yah we def have blinka support started, now its just bug squashin time :) |
Which blinka libraries and functions are working with jetson nano and tx1 ?
I need to use gpio, i2c, and UART. Jetson UART supported with blinka?
How can use this pin definations? https://github.com/adafruit/Adafruit_Blinka/blob/master/src/adafruit_blinka/microcontroller/tegra/t210/pin.py
I coudn't figure about pin definations with 40 pin gpio locations
The text was updated successfully, but these errors were encountered: