I recently bought my first Jetson Orin Nano and tested various Generative AI demos of Jetson Generative AI Lab.
Sadly, I found that I can not use the 3rd party Jetbot with Jetson Orin Nano because the required input voltage of Orin is higher than normal Jetson Nano.
Luckily, I have learned some PCB designing skills for my soccer robot. Therefore I make my PCB for Jetson Orin.
Great! Stupid question perhaps. What if you did a 1-for-1 swap of the Orin for the Nano - except powering the Orin Nano board with 9+ V? Leave the rest as it is…
I have one silly question Is Jetpack 4.5 supported on the Jetosn Orin Nano Dev kit? As per my little knowledge, Jetbot supports Jetpack 4.5 and lower versions.
In your reply, you said “just use the original expansion board. Jetson Nano can be powered by the 5V output through GPIO.”
Did you mean Jetson Orin Nano? That is what I’d like to do, i.e., drive the Jetbot PC expansion board from the Orin Nano, and power the Orin Nano through the barrel connector using 9V+.
Or can I do this more simply? Thanks! Great Project!!!
@sarodeanil35 Welcome, I am glad to explain my project to you.
Every code is reusable such as jetbot python package, and basic_motion because I use the same chips as the original Jetbot expansion board except the i2c bus is changed from 0 to 1 and the i2c address of the motor chip is changed from 96 to 112. You can find the detailed tutorial for that part from this link.
However, I add the Generative AI code to the object_folloiwng part code by replacing the classic object detection model with NanoOWL.