Maker.io main logo

筛选条件

Tags

Adapter boards / Proto Boards
Analog Conversion
Audio / Amplifiers
Batteries / Power Supplies
Books
Cables / Connectors / Wires
Cases / Enclosures
Communications / Interface
Computer Equipment
Desktop Prototyping
Dev Boards / Programmable / Logic
Diodes / Transistors / FETs
Fans / Heatsinks
Hardware
LEDs / Displays
Memory / Data logging
Motors / Drivers / Solenoids
Resistors / Pots / Caps
Robotics
Sensors
Switches / Relays
Tape / Chemicals
Timing
Tools / Equipment
Trainers / Project Kits
Wearables

选择过滤条件

TUTORIAL

Part 18: Types of Modeling in Verilog

By DWARAKAN RAMANATHAN

Explore behavioral, dataflow, and structural modeling in Verilog to design scalable and efficient digital circuits from concept to gate-level.

TUTORIAL
10

Part 17: Verilog Generate Block

By DWARAKAN RAMANATHAN

Discover how to create flexible hardware using Verilog generate constructs like for loops, if-else, and case blocks.

TUTORIAL
10

Part 16: Understanding Verilog's Initial Block

By DWARAKAN RAMANATHAN

Discover how Verilog's initial block helps in simulating digital designs with timing, signal initialization, and controlled testbench execution.

TUTORIAL
20

Part 15: Sequential Logic Using Verilog

By DWARAKAN RAMANATHAN

Learn how to implement flip-flops, counters, and finite state machines in Verilog with working RTL code and testbenches.

TUTORIAL
43

In Defense of printf Debugging

By Nathan Jones

Understand how combining serial print logging with breakpoint debugging leads to faster bug discovery.

TUTORIAL
73

Message Passing with Pointers

By Nathan Jones

Discover how to reduce memory usage in embedded systems by passing pointers instead of data between tasks.

TUTORIAL
66

Learn How to Measure Voltage, Current, and Resistance

By bekathwia

Learn how to use a digital multimeter to measure voltage, resistance, current, and continuity in circuits.

TUTORIAL
116

Introduction to Zephyr Part 12: How to Create a Custom Board Definition

By ShawnHymel

Want to run Zephyr on custom hardware? Learn how to create a custom board definition, configure peripherals, and build a sample application.

TUTORIAL
98

Introduction to Zephyr Part 11: WiFi and IoT

By ShawnHymel

This tutorial provides a practical example of using Zephyr’s networking APIs for WiFi and HTTP operations with an ESP32-S3.

TUTORIAL
188

Introduction to Zephyr Part 10: Graphics with LVGL and Display Drivers

By ShawnHymel

Discover how to configure ST7735R with Zephyr and build functional GUIs using the lightweight and versatile LVGL graphics library.

TUTORIAL
67

Part 14: Combinational Logic in Verilog: Explained with 5 Examples

By DWARAKAN RAMANATHAN

Improve your Verilog coding skills. Learn combinational logic in Verilog with 5 examples, including logic gates, adders, multiplexers, and comparators.

TUTORIAL
176

Introduction to Zephyr Part 9: Interrupts and Workqueues

By ShawnHymel

Discover how to implement GPIO interrupts and workqueues in Zephyr to build robust and responsive embedded systems.