3 minute read

Jetson Nano

If you read my previous post, you probably know I just completed Udacity’s Deep Learning Nanodegree. I had previously procured the Jetson Nano so I decided to put it to use on my Nanodegree.

Jetson Nano Developer Kit

This tiny piece of hardware is a great addition for someone who set up a simple Deep Learning infrastructure at home. The device has an incredibly low power requirement and can even be configured to run in two modes, deciding between 5W and 10W TDP. While the 10W mode gives your Nano more juice, you can put this in low power and run it longer. Further, low power mode allows you to connect it via USB power for a more portable AI mean machine.

Hardware Specifications for Jetson Nano

This pocket ML bad boy comes with a 128-core Maxwell GPU, and yes, that’s the same architecture used in the GeForce 700, 800 and 900 series cards. While on paper this feels a little dated, one must remember this is meant to be a special purpose AI machine, and it’s plenty powerful for those needs, considering the miniscule power requirements. Make no mistake, this thing can do wonders for all your personal and learning project needs.

Jetson Family

If you want something beefier, the Jetson family has an impressive lineup of hardware to suit your budget/needs. From the tiny Jetson Nano we saw earlier to the chunky $699 Jetson AGX Xavier series with 64 dedicated tensor cores and a 512-core Volta GPU. That’ll crunch through those models like that fresh bag of Chipotle Nachos. If you’re in the marker for something smaller, NVIDIA also announced their tinier Jetson Nano 2GB, with only 2GB of memory. I’d stay away from it because I was frequently exceeding the 4GB limits on my Nano as-is, but it is an option.

Jetson Family

Additional Hardware

In addition to the Jetson Nano, I needed a few other pieces of hardware to make my setup as efficient and useful as possible.

Yahboom Acrylic Case

A good quality case is essential to keep all your hardware from rolling off the table. This case provides a good balance between being able to see and access your hardware and actually providing robust protection.

AKN DC 5V/4A 20W Switching Power Supply Adapter 100-240 Ac(US)

The Jetson Nano comes with a USB power adapter that provides up to 5W of power. You’ll need this power supply to power your Jetson Nano if you wish to run it on full power 10W. It’s a good investment even if you plan to move around with it. Once it finds it’s place, you can set it to full power and let the fun times roll.

ZYAMY 30pcs 2.54mm Black Jumper Caps

Jumper caps are essential to any build. It’s good to have a few around just in case you need ‘em. For the Jetson Nano, you’ll need at least one jumper to go from 5W to 10W, where setting the jumper disables power from the USB port.

Intel Dual Band Wireless-Ac 8265 w/Bluetooth 8265.NGWMG

The Jetson Nano comes with a built in RJ45 port, but if you want to connect this to your network wirelessly (like I do), you’ll need an adapter. Luckily this adapter has support for bluetooth as well, which helps connecting other bluetooth peripherals, such as keyboards and mice.

CHAOHANG: New 2 x 6dBi RP-SMA Dual Band 2.4GHz 5GHz + 2 x 35cm M.2(NGFF)Cable Antenna Mod Kit No Soldering use for NGFF Wireless Cards & M.2(NGFF) 3G/4G Cards

In addition to the wireless card, you’ll also need wireless antennae to ensure you get coverage regardless of where your Jetson Nano is located in the house.

Samsung (MB-ME128GA/AM) 128GB 100MB/s (U3) MicroSDXC EVO Select Memory Card with Full-Size Adapter

The Jetson Nano requires a Micro SD card to store all your data as well as the operating system. This memory card comes with a full size adapter which allows you to plug it in to your card reader and/or laptop with ease so you can create the bootable OS image.

Logitech Wireless Touch Keyboard K400

Let’s face it, you’ll be typing a lot on this machine. This keyboard and trackpad combination provides everything you’ll need for effective programming on the Jetson Nano.

EVICIV 7 Inch Portable USB Monitor Raspberry Pi Touch Screen IPS

A great monitor for the Jetson Nano, it doubles as a touchscreen that you can use with your finger. Great for all those touch screen apps you’re going to build.

OPTIONAL - Raspberry Pi Camera Module V2-8 Megapixel,1080p (RPI-CAM-V2)

If you want to do anything Computer Vision related, two of these cameras can provide stereo vision or just settle for one if you want just a single image to work with.

Comments