Interfacing(USB – RS232 – I2c -ISP) Projects

Teensy MIDI USB foot controller for controlling Mobius Looper using Arduino

Teensy MIDI USB foot controller for controlling Mobius Looper using Arduino

Motivation: Playing in a 2 piece band, with the drums and lots of other samples being played back as backing tracks, there was a need to use a looper to add in more elements to the tracks. A hardware based looper fails in this respect, since there is no way to maintain synchronisation. Meaning, slight […]

Teensy MIDI USB foot controller for controlling Mobius Looper using Arduino Continue Reading

Access control with Arduino plus Keypad 4x4 plus Servo

Access control with Arduino plus Keypad 4×4 plus Servo

Hi guys, I bring a new instructable for arduino, the control access with password, 4×4 keypad and a servo. We will use the Password and Keypad librarie for arduino, besides using the servo library, but this project can also be modified by changing the servo, a motor reley or motor stepper, or any other ideas

Access control with Arduino plus Keypad 4×4 plus Servo Continue Reading

Arduino Serial Communication 1

Arduino Serial Communication Code

Arduino can send output through serial communication to your computer over USB. The output can be anything such as status, text, sensor reading, value, number etc. You can view the status output by clicking Serial Monitor button at Arduino Environment software. Instruction; 1) Connect your arduino to your computer using USB cable A plug to

Arduino Serial Communication Code Continue Reading

Arduino Connect several digital inputs to one analog input

Connect several digital inputs to one analog input using Arduino

I often run out of digital pins on my Arduino. Anything as complicated as, say, a video game controller, was near impossible with the amount of pins I had available. Multiplexing buttons works, but it requires lots of connections and soldering. So, I put together a solution! Step 1: Resistor Dividers in Five In a

Connect several digital inputs to one analog input using Arduino Continue Reading

Scroll to Top