MENU

Fun & Interesting

DIY Budget MIDI Controller Showdown | ESP32 vs. Raspberry Pi Pico

Moby Pixel 21,772 1 year ago
Video Not Working? Fix It Now

Today, we're building a budget-friendly MIDI Controller using the ESP32 with Bluetooth and Raspberry Pi Pico with MIDI over USB. There are many cheap microcontrollers on the market and picking the right one can get overwhelming. Watch to the end of the video for my recommendations. All the parts are listed below. Happy building! 0:00 Intro 0:16 What All We'll Need 1:20 Building the Box 3:45 ESP32 MIDI Controller with Koala Sampler 4:16 Bluetooth vs. Hardwired 5:14 Pico MIDI Controller with Logic Pro 6:07 Which Board Should You Choose 7:09 Subscribe! Building Steps: 1. Download & install the Arduino IDE For ESP32 2. For Arduino 2.0 and newer on the ESP32, go to Settings/Preferences and add Additional Board Manager URLs (remove spaces) https: // raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json For Raspberry Pi PicoPico 2. For Arduino 2.0 and newer on the Raspberry Pi Pico, select the Board Manager icon and install “Arduino Mbed OS RP2040 Boards” (just search Raspberry Pi Pico) 3. Download & install the Control Surfaces & MIDI USB Libraries from GitHub. 4. Add the Libraries in Arduino under Sketch - Include Library - Add ZIP Library. For Both Boards 5. Download the sketch for this project on GitHub. 6. Select your Board and USB Type under the Tools menu. 7. Upload the sketch to your device. The code for this project: Raspberry Pi Pico MIDI Sketch https://gist.github.com/NickCulbertson/5bb7c0fa5a386a9d4b42b0b69da9a56e ESP32 Bluetooth MIDI Sketch https://gist.github.com/NickCulbertson/9bb6122f4fb12c04d71e156c788c3985 There is no schematic for this build. Each button has one pin going to an input pin on the microcontroller, and the other pin going to ground. If you can get one button working, then you should be able to figure out the rest fairly easily. The challenge is cord management, but you got this! Software You Need (Arduino IDE and 2 Libraries): Arduino IDE https://www.arduino.cc/en/software Control Surface MIDI Library: https://github.com/tttapa/Control-Surface MIDIUSB https://github.com/arduino-libraries/MIDIUSB Helpful Links: How to make a simple MIDI Controller with Arduino that works on iOS https://youtu.be/cHiTPoNCv1w?si=K-ihwm9y1WxqMKPS Which boards are supported https://github.com/tttapa/Control-Surface#supported-boards Kalimba style MIDI Controller by RocketManRC that goes more in-depth on the ESP32's MIDI capabilities https://github.com/RocketManRC/EMMMA-K-V3-M Equipment: Raspberry Pi Pico (with Pins) https://www.amazon.com/dp/B08X7HN2VG ESP32 (with Pins) https://www.amazon.com/dp/B08D5ZD528 Breadboards (These don't fit either board. I had to cut one in half to fit the ESP32 and remove two legs on the Pico for it to fit) https://www.amazon.com/dp/B09ZQPRFTB Arcade Buttons (EG Start work well too. Just check the sizes, 30mm) https://www.amazon.com/dp/B07YJYFN5D 30mm Forstner Bit https://www.amazon.com/dp/B00CCBHXDM Stickers https://www.amazon.com/dp/B07NPCK6CM Button connectors https://www.amazon.com/dp/B07XNDL5QC Wire Kit (this wire is a little thin for the crimper, but flexible) https://www.amazon.com/dp/B07T4SYVYG Crimper and Dupont Pins https://www.amazon.com/dp/B07VQ6YNSC Cigar Box (you might be able to find one free from a local smoke shop, but you can also get them on Amazon) https://www.amazon.com/Premium-Wooden-Empty-Crafts-Contemporary/dp/B08DKNMB8Z/ Thanks for watching! Nick Moby Pixel Subscribe: http://www.youtube.com/mobypixel Follow on Twitter: http://www.twitter.com/mobypixel ** Join the Moby Pixel Discord: https://discord.com/invite/NEsAf7XmUt **

Comment