Maker.io main logo
TUTORIAL

Create a Custom Object Detection Model with Photos

By Hector Eduardo Tovar Mendoza

Learn how to build a custom object detector using Roboflow and YOLOv8—upload photos, label, augment, train and deploy.

TUTORIAL
18

FIFO design in SystemVerilog

By Mustahsin Zarif

Learn how to build a circular FIFO in SystemVerilog with read/write control and pointer logic.

TUTORIAL
30

Local LLMs on Raspberry Pi

By Adafruit Industries

Explore the possibilities of running LLMs locally on the Raspberry Pi & similar hardware.

TUTORIAL
42

Ring Oscillator Design and Characterization In Cadence Virtuoso

By Mustahsin Zarif

Explore how inverter sizing affects propagation delay and oscillation frequency in a ring oscillator.

TUTORIAL
187

SparkFun GPS Dead Reckoning NEO-M8U Hookup Guide

By SparkFun Electronics

The u-blox NEO-M8U is a powerful GPS units that takes advantage of untethered dead reckoning (UDR) technology for navigation.

TUTORIAL
13

How to Manage Packages for Pico in Thonny

By Kitronik Maker

In this guide we are going to look at how you can use the package manager in Thonny to download the libraries for Kitronik products directly onto your Raspberry Pi Pico.

TUTORIAL
41

Intro to ROS Part 9: Launch Files

By ShawnHymel

In this tutorial, we’ll explore how ROS 2 launch files simplify node orchestration.

TUTORIAL
81

How To Install Multiple Operating Systems On a Raspberry Pi

By Maker.io Staff

Learn how to install multiple operating systems on a single Raspberry Pi. Turn your Raspberry Pi into a multi-system hub for gaming, work, and learning.

TUTORIAL
20

SparkFun Humidity Sensor Breakout - SHTC3 (Qwiic) Hookup Guide

By SparkFun Electronics

Looking to keep a log of the climate in your greenhouse, create a humidor control system or want to track temperature and humidity data for a weather station project? The SparkFun Humidity Sensor Breakout - SHTC3 (Qwiic) may be the perfect option for you!

TUTORIAL
28

How To Monitor Login Attempts on a Raspberry Pi

By Maker.io Staff

Create your own Raspberry Pi intrusion detector by logging all successful and failed SSH, local, and VNC login attempts to detect suspicious access activity.

TUTORIAL
220

Raspberry Pi Pico Battery Voltmeter in Python

By Kitronik Maker

In this tutorial we’ll demonstrate how a Raspberry Pi Pico can be used along with some simple electronic components and Python code to record the voltage of a AA battery.

TUTORIAL
46

Intro to ROS Part 8: Using Parameters to Configure ROS 2 Nodes

By ShawnHymel

In this tutorial, we'll explore how to use parameters in ROS 2 to dynamically configure nodes.