JetsonHacks

Developing on NVIDIA® Jetson™ for AI on the Edge

Category: Programming

InstallAnaconda
Anaconda is a virtual Python environment that is well suited towards NVIDIA Jetson development. Installation is straightforward, and enables versions of Python up to 3.12 currently to run on your […]
Microsoft’s Visual Studio Code is the most popular integrated development environment on the planet. You will see Visual Studio Code referred to as VS Code or simply Code. VS Code […]
CUDA programming in Python is a good way to start learning to leverage the power of GPU hardware. At the same time, wouldn’t it be nice to be able to […]
A while back, we wrote a Python software sketch that implements a GUI for inspecting GStreamer plugins and features. Let’s revisit the code, and clean it up! Looky here: Introduction […]
When recently setting up a Jetson Xavier NX Developer Kit to boot from a SSD, we needed to figure out what packages to install on top of the default Ubuntu […]
The new B01 revision of the NVIDIA Jetson Nano Development Kit adds another MIPI-CSI camera connector. Looky here: Background We previously wrote up how to use the Raspberry Pi Version […]
Exactly what is programming again? We’ve been discussing some programming languages, and some assumptions about what programming should be like today. Back in the 1973 Bret Victor gave a seminal […]
In Part I of our Go (Golang) discussion, we went over why Go might be a good programming language for embedded systems. It is certainly worth you time to go […]
The Go programming language (sometimes called Golang) is a modern programming language which aims to “make it easy to build simple, reliable and efficient software”. Background As we discussed in […]
In Part III of this series, we discussed how the Unix kernel came to life using the C programming language, and a little bit of the genesis of the kernel. […]

Disclaimer

Some links here are affiliate links. If you purchase through these links I will receive a small commission at no additional cost to you. As an Amazon Associate, I earn from qualifying purchases.

Books, Ideas & Other Curiosities