Content for Project

Fluid Leakage Detection With AI

“Identify leaks by using machine learning and a flowmeter to measure and classify the flow of liquid through a pipe. Fluid leakage in industrial pipelines can have serious and potentially destructive effects on both the environment and human health. One …

HEXA LEDs - Bluetooth Controlled Glowing Hexagons

“With this instructables (my very first one !), I propose to you to make this glowing HEXA shaped light for your living room or for your gamer boy’s room. As you can see, I was in that last case ;-). The …

How the 8086 processor determines the length of an instruction

“The Intel 8086 processor (1978) has a complicated instruction set with instructions ranging from one to six bytes long. This raises the question of how the processor knows the length of an instruction.1 The answer is that the 8086 …

Make a Vintage Looking Wooden Digital Clock

“This is an old looking vintage digital clock. This clock is made up of wood and completely digital. This clock can run for about a week (7 consecutive days) in a single charge. It uses an ATmega328P microcontroller which uses …

Project  Ovrdrive

Ovrdrive

“Ovrdrive is a purpose built security focused usb drive. If the user doesn’t lick their fingers while inserting the drive it will appear completely blank. It is entirely open source and all the tools used to build it are …

Periodic Table Clock

“In this guide, you’ll learn how to create a unique clock that displays the time with the atomic numbers of elements on the periodic table. By illuminating specific elements on the table, time is represented in hours, minutes, and …

PICMorseClock

“A PIC16 based Morse Code Clock It will blink green once a second, on the top of every minute will blink the hours in blue and the minutes in red following the morse code pattern for numbers, if picked up …

Project  PicoGUS

PicoGUS

“ISA sound card emulation on the Raspberry Pi Pico’s RP2040 microcontroller. PicoGUS can emulate: - Gravis Ultrasound (GUS) - the primary focus of PicoGUS, hence the name - AdLib (OPL2) - MPU-401 (with intelligent mode) - outputs MIDI data on 3.5mm MIDI …

pillScope Plus

“Oscilloscope based around the STM32F401 Black Pill and a color LCD screen, meant to be used as an educational tool Why does it exist? The goal of this project was to create a simple and easy to build but still …

Reverse-engineering the ModR/M addressing microcode in the Intel 8086 processor

“One interesting aspect of a computer’s instruction set is its addressing modes, how the computer determines the address for a memory access. The Intel 8086 (1978) used the ModR/M byte, a special byte following the opcode, to select …