Sulabh Sethi · Blog ← Main Site

All tags / Embedded

Tagged “Embedded” (11)

EmbeddedArduinoUltrasonicDIYElectronics

DIY Contactless Sanitizer Dispenser

9 August 2023 · Sulabh Sethi

A lockdown build: reusing an old RO water cabinet and its solenoid valve, an Arduino Nano, and an ultrasonic sensor to dispense sanitizer touch-free without false triggers.

EmbeddedMIDIE-DrumsPiezoDIY

DIY E-Drums with GarageBand

9 August 2023 · Sulabh Sethi

Building a full electronic drum kit from piezo triggers and a DIY rack, converting strikes to MIDI, and driving the sounds from GarageBand on an iPhone with headphones.

EmbeddedESP8266IoTLED MatrixDIY

ESP8266 + P4 LED Matrix: A Web-API COVID Counter

9 August 2023 · Sulabh Sethi

An IoT build that pulls live COVID-19 figures for India from a web API on an ESP8266 and scrolls them across a 64x32 P4 LED matrix using the PxMatrix library.

EmbeddedI2CArduinoProtocolsElectronics

I2C Protocol, Explained

9 August 2023 · Sulabh Sethi

Inter-Integrated Circuit (I2C): how the master/slave two-wire bus works, where it is used, and a simple Arduino example for reading a sensor over I2C.

EmbeddedJoystickArduinoSensorsElectronics

The Analog Joystick Module

9 August 2023 · Sulabh Sethi

How a two-axis analog joystick works: two potentiometers for X and Y plus a push switch, its pinout, and where joysticks are used from games to surgical robots.

EmbeddedArduinoLED CubeDIYElectronics

DIY 4x4x4 LED Cube

9 August 2023 · Sulabh Sethi

A 4x4x4 LED cube driven by an Arduino UNO and 64 LEDs, with the layer-and-column multiplexing code that animates it.

EmbeddedMPU6050ArduinoSensorsElectronics

MPU6050: Accelerometer and Gyroscope

9 August 2023 · Sulabh Sethi

The MPU6050 motion sensor: a 3-axis accelerometer plus a 3-axis gyroscope with an onboard Digital Motion Processor. What it measures, where it is used, and an Arduino example to read it over I2C.

EmbeddedMIDIE-DrumsPiezoRoland TD-11

DIY Octopad with Piezo Sensors and a Roland TD-11

9 August 2023 · Sulabh Sethi

A compact, space-saving octopad built from piezo sensors and aluminium-composite triggers, wired into an existing Roland TD-11 module for silent, headphone practice.

EmbeddedSPIArduinoProtocolsElectronics

SPI Protocol, Explained

9 August 2023 · Sulabh Sethi

Serial Peripheral Interface (SPI): the four wires (MOSI, MISO, SCK, CS), how a transaction works, its pros and cons versus I2C, and a simple Arduino example.

EmbeddedHC-SR04ArduinoSensorsElectronics

Ultrasonic Sensors and the HC-SR04

9 August 2023 · Sulabh Sethi

How ultrasonic sensors measure distance with sound, the parts of the common HC-SR04 module, and an Arduino example that classifies an object as Near, Far, or Too Far.

EmbeddedMIDIATmega8AVRDIY

DIY MIDI Air Drums with an ATmega8

6 August 2023 · Sulabh Sethi

Air drums that trigger MIDI notes when your hands pass over infrared sensors, built on an ATmega8 at the MIDI baud rate, with a 555-based 38kHz IR front end and TSOP1738 receivers.