Earlier quoted context omitted.
I guess that's true, but many projects I see use USB power banks for arduinos and I don't think this is too different.
The 4GB Jetson will run off a micro-usb port (for power banks) OR the barrel adapter.
Nvidia announces Jetson Nano 2GB, a single board computer
71–80 of 205 posts
Re: Nvidia announces Jetson Nano 2GB, a single board computer
#72I have a Jetson nano. It's a nice thing for what it is, and the price. But, the software misses the mark by a lot. It's still based on Ubuntu 18.04. Want python later than 3.6? Not in the box. A lot of python modules need compiling, and the cpu is what you'd expect. Good for what it is, bad for compiling large numbers or packages. They run a fancy modern desktop based on the Ubuntu one. Sure, it's Nvidia, gotta be fl…
Just curious, any guess why it doesn't come with the latest Ubuntu and Python pre-installed?
Re: Nvidia announces Jetson Nano 2GB, a single board computer
#73Slightly off topic but I’m wondering if there is a new Nvidia Shield coming out, they seem to have released them end of October in past years...
Re: Nvidia announces Jetson Nano 2GB, a single board computer
#74What are the use-cases for a GPU-accelerated single board computer?
Apparently there's a big Software Defined Radio (SDR) community that appreciates the TFlops of floating point compute. cuSignal in particular. Note that embedded radios / modems / codec manipulation is incredibly common. Usually its handled by a DSP (VLIW architecture), but I'd imagine that the GPU architecture has more FLOPs. DSPs probably have less latency, but something like SDR is not very latency sensitive (or m…
It's pretty neat stuff to think about DSP on hundreds of MHz of bandwidth being something that you can do in software these days. I remember when that was firmly in the realm of "don't bother unless you want to design a custom ASIC" and now it's starting to become even hobbyist-accessible.
Re: Nvidia announces Jetson Nano 2GB, a single board computer
#75I want to setup something like this for my daughter's primary grade school meetings using Zoom. Any suggestions? Are the Pis or this device up to par now for such use case? I totally do not like Chromebooks, and standard laptops are an overkill.
There are many more Pi's out there so the development community and support is stronger than Nano. The Nano has support, just not in the same area. I have had problems with the Nano where memory gets chewed up in some way and I just reboot it after a while. The Nano does have the advantage of an Nvidia GPU, but it appears that is of no benefit to you.
Although the Nano does not have built-in wifi I don't think that is a substantial issue, but it does mean you need to get a wifi dongle. Of more concern is the need for a fan on the Nano. I have found that it gets hot fairly easily when pushed.
Bottom line is that in my opinion the small amount of memory is a substantial to avoid the Nano 2GB, the 4GB Pi is good and for about $30 more the 8GB Pi is a definite step up.
Re: Nvidia announces Jetson Nano 2GB, a single board computer
#76Earlier quoted context omitted.
Just curious, any guess why it doesn't come with the latest Ubuntu and Python pre-installed?
NVidia don't see the point. There are a few forum threads where NV respond "why do you even want that" or "you can get ubuntu 20.xx from a third party".
Re: Nvidia announces Jetson Nano 2GB, a single board computer
#77Slightly off topic but I’m wondering if there is a new Nvidia Shield coming out, they seem to have released them end of October in past years...
Re: Nvidia announces Jetson Nano 2GB, a single board computer
#78Earlier quoted context omitted.
NVidia don't see the point. There are a few forum threads where NV respond "why do you even want that" or "you can get ubuntu 20.xx from a third party".
Then why pre-install anything? I'm not in the field, but I would think that a lot of people would want to run there Python CV code on it. Or is it, becaue they want you to use CUDA?
I shouldn't be quite so negative; NV did put in a lot of effort building up the development kit. ARM Builds of CUDA, drivers, etc. Repos with packages for the job. Tutorials for common tasks, etc. They're really within a hair's breadth of an excellent OOB experience, but fell at the last hurdle.
Re: Nvidia announces Jetson Nano 2GB, a single board computer
#79I have a Jetson nano. It's a nice thing for what it is, and the price. But, the software misses the mark by a lot. It's still based on Ubuntu 18.04. Want python later than 3.6? Not in the box. A lot of python modules need compiling, and the cpu is what you'd expect. Good for what it is, bad for compiling large numbers or packages. They run a fancy modern desktop based on the Ubuntu one. Sure, it's Nvidia, gotta be fl…
Just curious, any guess why it doesn't come with the latest Ubuntu and Python pre-installed?