Talk to SSD1306 using SPI on Jetson Orin Nano
Driving a small OLED display over SPI from the Jetson Orin Nano's 40-pin header. This covers hardware wiring, device-tree overlay configuration, and a Python test script.
Driving a small OLED display over SPI from the Jetson Orin Nano's 40-pin header. This covers hardware wiring, device-tree overlay configuration, and a Python test script.
Training a two-legged robot to walk using PPO and the Genesis physics simulator, running entirely on the Jetson Orin Nano.
The Jetson Orin Nano uses an ARM64 integrated GPU (nvgpu) with a custom L4T CUDA stack, so standard PyPI torch wheels won't work. This post walks through getting PyTorch running with proper GPU support.
If you have ever peeked at /boot/extlinux/extlinux.conf, you probably noticed a line called INITRD. Have you ever wondered what this thing is, what it does, and why we need it?
This guide covers how to enable PREEMPT_RT on the Jetson Orin Nano, transforming it into a real-time operating system (RTOS) ready for low-latency robotics applications.
To start the Jetson Orin Nano journey, the first step is to figure out where to grab the source code and which build tools are needed.