-
Getting Started with NVIDIA Jetson Orin Nano
The NVIDIA Jetson Orin Nano is a powerful single-board computer built with an NVIDIA Ampere GPU for performing a variety of parallel-operation tasks, like cryptocurrency mining and AI. In this guide, we will walk you through the process of flashing NVIDIA’s Ubuntu image to the Orin Nano Development Kit. The Jetson Orin Nano Developer Kit…
-
How to Build OpenOCD and Picotool for the Raspberry Pi Pico on Windows
This tutorial will show you how to use Windows to build the Raspberry Pi Pico version of OpenOCD and picotool used to debug programs on the RP2040. Chapter 5 and Appendix B of the Getting Started with Raspberry Pi Pico PDF talk about how to build these tools. However, they focus mostly on building the…
-
How to Set Up Raspberry Pi Pico C/C++ Toolchain on Windows with VS Code
This tutorial will show you how to install the Raspberry Pi Pico toolchain on Windows 10 for C and C++ development. Raspberry Pi has a fantastic getting started guide for the Pico that covers installation steps for the major operating systems. On Linux (specifically, most flavors of Debian), you can run a single script that…
-
Custom Wake Word Part 1: Capturing Data
One of the biggest complaints about many home assistants (like the Amazon Echo) is the inability to create custom wake words. Sure, you can select from a list of pre-existing wake words, but to create your own is quite a technical challenge. Sometimes, it might be fun to say something other than “Alexa” or “OK…
-
How to Install TensorFlow on Windows
This tutorial will show you how to install TensorFlow on Windows. You do need need any special hardware. Although, you should be running Windows 10 on a 64-bit processor. TensorFlow maintains a number of Docker images that are worth trying if you do not want to fight with version numbers. Read about how to use…