Other

“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 …

“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 …

“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 …

“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 …

“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 …

“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 …

“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 …

“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 …

“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 …

“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 …