Jetson Nano GPIO
We use GPIO to talk to external devices on the NVIDIA Jetson Nano. Looky here: Introduction One of the nice things about the Jetson Nano is that there is an expansion header which is useful for...
View ArticleJetPack 4.2.1 Release
NVIDIA has released JetPack 4.2.1 and L4T R32.2. Here’s the JetPack release page. JetPack 4.2.1 (Image courtesy NVIDIA) Here’s the announcement from the NVIDIA forums: NVIDIA is excited to have...
View ArticleJetson Nano – Using I2C
A simple way to control Servo Motors on the NVIDIA Jetson Nano Developer Kit is to connect the Jetson Nano via I2C to a PWM Driver. Looks here: Jetson Nano I2C Background There are four types of...
View ArticleJetsonHacksNano Github Updates
With the release of JetPack 4.2.1, L4T 32.2 is now available for the NVIDIA Jetson Nano Developer Kit. Several of the JetsonHacksNano Github repositories on the JetsonHacksNano account have been...
View ArticleProtected: Install VESC 6 Plus on RACECAR/J
This content is password protected. To view it please enter your password below: Password: The post Protected: Install VESC 6 Plus on RACECAR/J appeared first on JetsonHacks.
View ArticleJetson Nano – Headless Setup
Many people would like to set up their Jetson Nano without the need of attaching the Jetson to a monitor and keyboard (headless setup). With the advent of JetPack 4.2.1, this is now possible! Looky...
View ArticleJetson Nano – Add a Fan!
If you run you Jetson Nano under heavy workloads, you may find it useful to add a fan. Looky here: Background Under most conditions, the large heatsink on the Jetson Nano keeps the system running...
View ArticleJetson Nano – Run From USB Drive
Here’s a fast way to set up your Jetson Nano to run from a USB drive. Looky here: Background For external storage, the Jetson Nano uses a Micro SD Card. The SD card holds the operating system,...
View Article3 Ubuntu Tips for NVIDIA Jetson
The Jetson Developer Kits are currently running a custom version of Ubuntu 18.04. If you are making the switch from another computer OS to the Jetson, here’s three tips. Looky here: Background The...
View ArticleJetson Nano – Visual Studio Code + Python
Visual Studio Code is a very popular Integrated Development Environment (IDE) which you can run on the NVIDIA Jetson Nano. Looky here: Background One of the first questions most people ask when they...
View ArticleInstall Arduino IDE on Jetson Dev Kit
You don’t need another computer to program your Arduino. You can do it from your Jetson! Looky here: Background Having a true microcontroller in addition to a Jetson Dev Kit can be very powerful...
View ArticleJetson Nano – UART
There is a UART on the J41 GPIO Header of the NVIDIA Jetson Nano Developer Kit. Useful when you need a little bit of extra serial connectivity action. Looky here: Background There are two UARTs on the...
View ArticleInstall ROS on Jetson Nano
For robotics application, many consider Robot Operating System (ROS) as the default go to solution. The version of ROS that runs on the NVIDIA Jetson Nano Developer Kit is ROS Melodic. Installing ROS...
View ArticleJetsonHacksNano Github Updates – October 2019
With the release of JetPack 4.2.2, L4T 32.2.1 is now available for the NVIDIA Jetson Nano Developer Kit. Several of the JetsonHacksNano Github repositories on the JetsonHacksNano account have been...
View ArticleRealSense ROS Wrapper – Jetson Nano
Many people use Intel RealSense cameras with robots. Here we install the realsense-ros wrapper on the NVIDIA Jetson Nano developer kit. Looky here: Background There are several members in the Intel...
View ArticleNVIDIA Jetson Xavier NX
Xavier NX! Today NVIDIA announces the Jetson Xavier NX module. NVIDIA Jetson Xavier NX (Image courtesy of NVIDIA) Xavier NX Overview The Jetson Xavier NX module is the newest member of the Jetson...
View ArticleRACECAR/J – Programming the Electronic Speed Controller
RACECAR/J is now using VESC 6 electronic speed controllers. Newer versions of the VESC now require the new VESC Tool to program them. Looky here: Background For RACECAR/J, we replace the stock TRAXXAS...
View Article5 Things about OpenCV on Jetson
Running OpenCV on Jetson Dev Kits has more nuance than many people expect. Looky here: Background OpenCV is the most popular computer vision library in the world. There are many gems of algorithms and...
View ArticleOpenCV 4 + CUDA on Jetson Nano
Building OpenCV 4 with CUDA support on the NVIDIA Jetson Nano Developer Kit can be a bit of a chore. Here’s some help. Looky here: Background In an earlier article, 5 Things about OpenCV on Jetson, we...
View ArticleJetson Nano – Even More Swap
Swap memory is now part of the default NVIDIA Jetson Nano distribution. Here’s how to change the amount of swap memory in use. Looky here: Background Recent releases of L4T/JetPack enable swap memory...
View Article