Maker.io main logo
TUTORIAL

System Tasks and Functions in Verilog - Part 28

By DWARAKAN RAMANATHAN

Verilog’s $time function can reveal subtle bugs. Discover how it works with $display and $monitor.

TUTORIAL

A Beginner’s Guide to Oscilloscope Basics

By Zach Hipps

Learn oscilloscope basics to measure and troubleshoot signals in your circuits. Find out what channels, bandwidth, and sample rate are and why they're important.

PROJECT

Mini Neon Sign Prop & n00ds Booster Case

By Adafruit Industries

Print a case for the Adafruit TPS61169 Constant Current Boost Converter for LEDs!

BLOG

Non-Compliant Use of CH340 V3 Pin: Deep Dive for Engineers

By PTSolns

In this technical post, we explore the widely used CH340 IC from WCH, a popular USB-to-serial converter.

BLOG

Measuring the Current Draw on BMP280 Sensor Module

By PTSolns

In this post, we measure the BMP280 barometric pressure sensor in Normal mode and Forced mode using the Nordic Power Profiler Kit II (PPK2).

TUTORIAL

Switch Level Modeling and UDP's in Verilog - Part 27

By DWARAKAN RAMANATHAN

Learn how to simulate MOSFET behavior in Verilog using built-in nmos and pmos primitives. Define and use Verilog UDPs to streamline repetitive custom logic.

PROJECT

How to Set a Static IP on Raspberry Pi?

By Rinme Tom

Learn how to set a static IP on Raspberry Pi using NetworkManager (nmcli) and GUI methods. Complete step-by-step guide for Raspberry Pi OS Bookworm with screenshots and troubleshooting tips.

PROJECT

DIY Digital Barograph with BME280 and ESP32 - 24 Hour Pressure Trends

By Mirko Pavleski

This is a modern digital interpretation of a traditional barograph that displays real-time atmospheric pressure trends over a 24-hour period using a high-precision BME280 sensor and ESP32 microcontroller.

TUTORIAL

External IO and Metastability

By SparkFun Electronics

In this tutorial I’m going to explain the basics of constraint files and dive into some of the dangers of using external signals in your designs.

TUTORIAL

Pico Inventor's Kit Experiment 2 - Using a Light Sensor & Analog Inputs

By Kitronik Maker

Experiment 2 from the Inventors Kit for Raspberry Pi Pico, in which we explore how to use a phototransistor and take an analog reading. Included in this resource are code downloads, a description of the experiment and also a video walk-through.

Ken Erney

Skills:

Interests:

MAKER
TUTORIAL

Gate-Level Modeling using Verilog: Hands-on Design Examples – Part 26

By DWARAKAN RAMANATHAN

This tutorial teaches gate-level modeling in Verilog with practical examples like a half-adder, full-adder, and multiplexer using primitive gates.