if (Model.NotificationsEnabled) { }
Maker.io main logo

Projects 查看全部

PROJECT

Adding Object Detection Vision to the XRP Robot

By ShawnHymel

This guide demonstrates how to add a custom object detection machine learning model to the XRP robot.

PROJECT

Intro to the Google Coral Dev Board Micro: Custom Object Detection

By ShawnHymel

This tutorial demonstrates how to train and deploy a custom object detection model for the Google Coral Dev Board Micro.

PROJECT

Tiny Reinforcement Learning (TinyRL) for Robotics

By ShawnHymel

This project demonstrates using reinforcement learning to solve the swing-up problem on an inverted pendulum

PROJECT

Hyperparameter Optimization with Meta Ax

By ShawnHymel

This tutorial demonstrates hyperparameter tuning using Meta's Ax framework for a common reinforcement learning problem

PROJECT

How to Tune a PID Controller

By ShawnHymel

In this tutorial, we demonstrate how to manually tune a PID controller.

PROJECT

Introduction to PID Controllers

By ShawnHymel

In this post, we cover the basic theory behind PID controllers. PID stands for “Proportional, Integral, Derivative," and they are commonly used in industrial settings to control various processes.

Blogs

BLOG

Digit: A Wearable Companion Bot with AI Voice Interaction

By ShawnHymel

Digit's AI-powered brain enables local real-time voice conversations using Hopper Chat and Llama 3. Learn how to set it up with NVIDIA Jetson Orin Nano.

Tutorials 查看全部

TUTORIAL

Introduction to Zephyr Part 3: Kconfig Tutorial

By ShawnHymel

This tutorial shows how to configure Zephyr using Kconfig, menuconfig, and overlay configuration files.

TUTORIAL

Introduction to Zephyr Part 2: CMake Tutorial

By ShawnHymel

Discover the basics of CMake with examples of modular project setups, perfect for embedded systems like Zephyr.

TUTORIAL

Introduction to Zephyr Part 1: Getting Started - Installation and Blink

By ShawnHymel

Get started with Zephyr RTOS. Explore features like Devicetree, Kconfig, and multi-threading and create your first Zephyr application using an ESP32-S3.

TUTORIAL

Intro to FreeCAD Part 10: Finite Element Method (FEM) WorkBench Tutorial

By ShawnHymel

Discover how to simulate loads and stresses and run static analysis with FreeCAD’s FEM tools to help improve and optimize your designs.

TUTORIAL

Intro to FreeCAD Part 9: Assembly Tutorial

By ShawnHymel

Step-by-step tutorial on grounding components, testing constraints, designing parts, setting joints, and simulating movement in FreeCAD assemblies.

TUTORIAL

Intro to FreeCAD Part 8: Creating Curved Surfaces

By ShawnHymel

Learn to model curved surfaces using the Curves Workbench, Gordon Surface Tool, B-splines, and 3D curves in FreeCAD.