Getting Started With The NVIDIA Jetson Nano Developer Kit - DroneBot Workshop
Getting Started With The NVIDIA Jetson Nano Developer Kit - DroneBot Workshop
DroneBot Workshop
Build your own Electronics, IoT, Drones and Robots – Welcome to the Workshop!
Search
The NVIDIA Jetson Nano Developer Kit brings the power of an 1 Introduction
Artificial Intelligence (AI) research platform to experimenters,
2 NVIDIA Jetson Nano
students, makers, and independent developers. In other words,
2.1 Jetson Nano Specifications
folks just like us!
2.2 Powering the Jetson Nano
3.3 Installing
Welcome to the
Newsletter!
Let’s keep in touch!
https://dronebotworkshop.com/nvidia-jetson-developer-kit/ 2/20
9/8/2021 Getting Started with the NVIDIA Jetson Nano Developer Kit | DroneBot Workshop
As this is a developers platform it is meant for development, so Using GPS Modules with Arduino &
the Nano module on the Jetson Nano Developer Kit has a Raspberry Pi
microSD card. Production versions of the Nano module have
NVRAM instead. Arduino Nano RP2040 Connect –
Arduino meets Raspberry Pi
Popular Articles
Stepper Motors
with Arduino –
Getting Started
with Stepper
Motors
https://dronebotworkshop.com/nvidia-jetson-developer-kit/ 3/20
9/8/2021 Getting Started with the NVIDIA Jetson Nano Developer Kit | DroneBot Workshop
April 2, 2020
By DroneBot Workshop | 55
Comments
Time to move up to
another
microcontroller, the
ESP32. This amazing
device has multiple I/O
ports, WiFi, Bluetooth
and BLE,...
Using Inexpensive
There is also an M.2 Key-E slot mounted on the carrier board,
433MHz Transmit
underneath the Jetson Nano module. This slot can be used for a
and Receive
WiFi and Bluetooth communications card.
Modules with
The heatsink on the Jetson Nano module is drilled to allow the Arduino
mounting of a 40mm 5-volt PWM fan. There is a fan connector
on the carrier board between the module and the RJ45 jack. February 17, 2018
8 By DroneBot Workshop | 43
Comments
Those inexpensive RF
transmitter and
receiver modules that
you can get on eBay
https://dronebotworkshop.com/nvidia-jetson-developer-kit/ 4/20
9/8/2021 Getting Started with the NVIDIA Jetson Nano Developer Kit | DroneBot Workshop
https://dronebotworkshop.com/nvidia-jetson-developer-kit/ 5/20
9/8/2021 Getting Started with the NVIDIA Jetson Nano Developer Kit | DroneBot Workshop
If you decide to use the 2.1mm connector you will need to place
a jumper on the carrier board to make it work. The jumper is
located close to the barrel connector, as illustrated here.
The kit does not come with a jumper so you’ll need to provide
that yourself.
https://dronebotworkshop.com/nvidia-jetson-developer-kit/ 6/20
9/8/2021 Getting Started with the NVIDIA Jetson Nano Developer Kit | DroneBot Workshop
As you can see from the above chart there are three Jetson
series currently available. The TX1 series is not shown as it is
retired.
Each of the three series works the same way – the Jetson
component is on a module that is mounted on a carrier board.
This allows developers to create their own product using the
NVIDIA Jetson technology. The final product will have a socket
for the Jetson module, and supporting hardware as required by
the application.
You can get the image from the NVIDIA website. It is a very
large download (about 6 GB) so be prepared to wait a while for
the download to complete.
Once you have the image file downloaded you will need to burn
a microSD card with it.
8
You’ll need a microSD card that is at least 16 GB, preferably 32
GB or larger. Make sure that it is a good quality Class 10 card,
as the performance of your developer kit will depend upon it to a
degree.
Because of the size of the image it will take a while to burn and
verify.
Once it is burned insert the card into the Jetson Nano module,
with the contacts of the microSD card facing up towards the
module board.
A USB Keyboard
A USB Mouse
An HDMI or DisplayPort video monitor and cable.
A 5-volt micro USB power supply capable of at least 2.5
amperes.
An Ethernet connection with a CAT-6 cable.
Installing
https://dronebotworkshop.com/nvidia-jetson-developer-kit/ 9/20
9/8/2021 Getting Started with the NVIDIA Jetson Nano Developer Kit | DroneBot Workshop
After a brief delay, the NVIDIA logo will display on the monitor
and the installation will start.
After more file copying and a reboot you will arrive at the Ubuntu
Linux 18.04 desktop.
NVIDIA has already added a few icons to the desktop for the
Chromium web browser and for some NVIDIA links.
https://dronebotworkshop.com/nvidia-jetson-developer-kit/ 10/20
9/8/2021 Getting Started with the NVIDIA Jetson Nano Developer Kit | DroneBot Workshop
Hello AI World
Hello AI World is a selection of preconfigured deep learning
inference demos. You can run demos for real-time image
classification and object detection using either images or a
video camera.
The next time we work with the Jetson I’ll be going through
Hello AI World in detail, as it is an excellent launching point for
your Artificial Intelligence development adventures.
In order to test out the NVIDIA Jetson Nano Developer Kit using
CUDA you can run some CUDA Demos. But before you do,
https://dronebotworkshop.com/nvidia-jetson-developer-kit/ 11/20
9/8/2021 Getting Started with the NVIDIA Jetson Nano Developer Kit | DroneBot Workshop
sudo /usr/local/cuda/bin/cuda-install-samples-10.0.sh ~
cd ~/NVIDIA_CUDA-10.0_Samples/
sudo make
The build will take two to three hours. Keep your hand off
the heatsink as it gets very warm while the system is
building! Note that the build will appear to stop several
times, this is normal and it isn’t really stopped.
When the build has finished you will be back at the
command prompt.
Change into the directory that has the sample code:
cd bin/aarch64/linux/release
The CUDA samples will give you an idea of the power of parallel
processing on the NVIDIA Jetson Nano.
8
https://dronebotworkshop.com/nvidia-jetson-developer-kit/ 12/20
9/8/2021 Getting Started with the NVIDIA Jetson Nano Developer Kit | DroneBot Workshop
https://dronebotworkshop.com/nvidia-jetson-developer-kit/ 13/20
9/8/2021 Getting Started with the NVIDIA Jetson Nano Developer Kit | DroneBot Workshop
Conclusion
The NVIDIA Jetson Nano Developer Kit brings the power of an
AI development platform to folks like us who could not have
afforded to experiment with this cutting edge technology. At 99
US dollars, it is less than the price of a high-end graphics card
for performing AI experiments on a desktop computer.
Until then I suggest that you pick up your own NVIDIA Jetson
Nano Developer Kit and start playing with it yourself. It’s an
excellent low-cost introduction to the world of machine learning.
Resources
NVIDIA Jetson Nano Developer Kit – The main page from
8
NVIDIA.
https://dronebotworkshop.com/nvidia-jetson-developer-kit/ 14/20
9/8/2021 Getting Started with the NVIDIA Jetson Nano Developer Kit | DroneBot Workshop
Related
Summary
https://dronebotworkshop.com/nvidia-jetson-developer-kit/ 15/20
9/8/2021 Getting Started with the NVIDIA Jetson Nano Developer Kit | DroneBot Workshop
Publisher Logo
https://dronebotworkshop.com/nvidia-jetson-developer-kit/ 16/20
9/8/2021 Getting Started with the NVIDIA Jetson Nano Developer Kit | DroneBot Workshop
8 COMMENTS Oldest
John A Vukas
2 years ago
Sean O'Connor
2 years ago
https://discourse.processing.org/t/flaw-in-current-
neural-networks/11512
https://github.com/S6Regen/RP_AUTO_RESNET
https://dronebotworkshop.com/nvidia-jetson-developer-kit/ 17/20
9/8/2021 Getting Started with the NVIDIA Jetson Nano Developer Kit | DroneBot Workshop
0
Reply
Carter
2 years ago
Dietmar
1 year ago
8
Anibal Rodriguez
1 year ago
Hi DBW,
https://dronebotworkshop.com/nvidia-jetson-developer-kit/ 18/20
9/8/2021 Getting Started with the NVIDIA Jetson Nano Developer Kit | DroneBot Workshop
Best,
Anibal
0
Reply
Joe
7 months ago
John McClelland
7 months ago
https://dronebotworkshop.com/nvidia-jetson-developer-kit/ 19/20
9/8/2021 Getting Started with the NVIDIA Jetson Nano Developer Kit | DroneBot Workshop
https://dronebotworkshop.com/nvidia-jetson-developer-kit/ 20/20