Maker.io main logo
TUTORIAL

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.

PROJECT

How to Install Windows 11 on Raspberry Pi Devices

By Rinme Tom

Learn how to install Windows 11 on Raspberry Pi 4 and Pi 5. Step-by-step tutorial with WoR setup, UEFI configuration, and performance tips for 2025.

Marco Cappellari

Skills:

Interests:

MAKER
PROJECT

Pico Bluetooth Keyboard Bridge

By Adafruit Industries

Use a Pico W or Pico 2W to bridge a wireless keyboard to a USB host.

PROJECT

Eye in the dark

By Mustahsin Zarif

Build a “Big Brother eye” that awakens in darkness using LDR sensing and Arduino code driving a GC9A01 LCD.

PROJECT

ESP32-C3 LCD Kit – RGB LED Countdown Timer Using Visual Programming

By Ron Cutts

In this Visuino project, you will learn how to use the ESP32-C3 LCD Kit to create a colorful Countdown Timer using a rotary encoder, an LCD display, and an RGB LED.

TUTORIAL
38

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.

VIDEO

Donald Bell Maker Update: An Elegant Weapon

By Maker.io Staff

This week on Maker Update: a screen-accurate lightsaber replica you can actually use, making a better tape measure, tips for perfect bridges, and a drone that never needs to come down.

TUTORIAL
12

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.

TUTORIAL
17

How To Use Arduino IDE Compiler Macros

By Maker.io Staff

Macros allow toggling of debug logs, platform features, and memory optimizations. They also provide cleaner logs with automatic line numbers and function names.