Maker.io main logo
TUTORIAL

From Webcam to Cloud: Building an IoT-Ready Computer Vision System

By Hector Eduardo Tovar Mendoza

Use a laptop webcam, OpenCV, YOLOv8, and MQTT to detect objects in real time and publish events to the cloud. Code and setup included.

TUTORIAL
6 093

How-To: Read and Understand Technical Datasheets

By Maker.io Staff

Learn essential skills for interpreting electronic component documentation. Explore pin configurations, operating conditions, truth tables, and timing diagrams.

TUTORIAL

Faster printf Debugging (Part 3)

By Nathan Jones

Learn serialization and COBS framing to send debug logs at lightning speed from STM32 boards. Compare MessagePack, FlatBuffers, & bitproto for fast debug output.

TUTORIAL

SparkFun Qwiic MicroPressure Hookup Guide

By SparkFun Electronics

Pressure sensors are used in a wide range of applications. You can find them in the medical field , industrial uses, and have a wide range of consumer uses.

TUTORIAL

Pico Inventor's Kit Experiment 8 - Wind Power

By Kitronik Maker

Experiment 8 from the Inventors Kit for Raspberry Pi Pico, in which we harnessing the power of the wind.

TUTORIAL

Intro to ROS Part 5: Services, Requests, and Responses with Python

By ShawnHymel

In this tutorial, we will see how services work by creating a custom server and client in Python ROS nodes.

TUTORIAL
10

Faster printf Debugging (Part 2)

By Nathan Jones

Learn non-blocking UART and USB tricks to slash printf debug times on STM32 boards. Speed up embedded logging with interrupts, DMA, and smart buffering.

TUTORIAL

ITCH Parser Design in SystemVerilog

By Mustahsin Zarif

Learn how to design and simulate an ITCH protocol parser in SystemVerilog for FPGAs. Explore the intersection of FPGA design and finance.

TUTORIAL
16

Pico Inventor's Kit Experiment 7 - Seven Segment Display

By Kitronik Maker

Experiment 7 from the Inventors Kit for Raspberry Pi Pico, in which we explore using a seven segment display.

TUTORIAL
59

Intro to ROS Part 4: Nodes, Topics, Publishers, and Subscribers (C++)

By ShawnHymel

In this tutorial, we’ll walk through how to write ROS 2 nodes in C++ that communicate using the publish/subscribe model.

TUTORIAL

SPI Peripheral Design in SystemVerilog

By Mustahsin Zarif

Learn how to design and simulate a SPI peripheral module in SystemVerilog using Quartus and Modelsim.

TUTORIAL
135

How to Reflash the Operating System to Your Arduino UNO Q

By Nate_Larson

Step-by-step instructions to recover from a corrupted or locked Arduino UNO Q by flashing the latest Debian image with the official Arduino flasher.