Other Projects

MIDI Handpan With 19 Tonefields on Upper and Down Side…

MIDI Handpan With 19 Tonefields on Upper and Down Side…

Introduction This is a tutorial of my custom made MIDI handpan with 19 volume sensitive tonefields, Plug’n Play USB capability, and a lot of easy to use parameters for adjusting the pads for your individual needs. It’s not a design award winning model 😉 but it perfectly fits to my needs in practicing handpan playing […]

MIDI Handpan With 19 Tonefields on Upper and Down Side… Read More »

Assistive Technology for People With Communication Disabilities Using Makey Makey

Assistive Technology for People With Communication Disabilities Using Makey Makey

Objective: Build a cheap and easy tool to help people with disabilites to better communicate their basic needs. Materials: – Makey Makey – Used box – my box is 6.5 x 3.5″, but you can use a box bigger than that if you want. – 8 Connector wires – Momentary buttons ( Amazon Link ) – Tape – Baking

Assistive Technology for People With Communication Disabilities Using Makey Makey Read More »

Twin Lamps

Twin Lamps

Kinoma Element can power 3.3V sensors, but some projects call for the use of higher-current devices. The Tessel Relay module makes it easy to toggle externally-powered devices on and off. In this project, we control a network of two lamps using Kinoma Element, capacitive touch sensors, and relays. Parts List: The listed parts are for two lamps. Kinoma

Twin Lamps Read More »

Temp. and RH Data Logger With Wifi UI

Temp. and RH Data Logger With Wifi UI

I know! You’re thinking: “Oh god… another ESP temperature and humidity silly project…” but wait! Here are the characteristics that might interest you: this data logger can run for 55 days before the memory is full (considering a 15 minutes sampling rate and a 64K SPIFFS) It can run for 43+ months before running out of battery (considering a 15 minutes sampling rate)

Temp. and RH Data Logger With Wifi UI Read More »

Simple 3 Button On off With 12f629 mikroC

Simple 3 Button On-off With 12f629 (mikroC)

a simple 3 buttons on-off with pic12f629. it’s written with MikroC Step 1: The Code… start the code with ”int”———————————————————- int x0,x1,y0,y1,z0,z1; ////// with this the GPIO outputs could stay on or off void main() { GPIO = 0x00; ////// all outputs are 0 CMCON = 0x07; ////// Disable CMCON PORT TRISIO = 0b00111000; //////

Simple 3 Button On-off With 12f629 (mikroC) Read More »

Controlling Relay Module From Anywhere in the World With Amazing UI Using Losant

Controlling Relay Module From Anywhere in the World With Amazing UI Using Losant

Learn how to control relay module from anywhere in the world with Amazing UI using Losant, this is part 6 of IoT World Series Step 1: Needed Components Needed components ESP8266 PlatformIO IDE with default project setup Relay Module [Shipping free for a dollar] Jumper cables [40 pcs Shipping free for a dollar] USB 2/3 to

Controlling Relay Module From Anywhere in the World With Amazing UI Using Losant Read More »

Scroll to Top