Author: rt
-
PU-2: Last delay
As I’m completing assembly of the first of five prototypes, I decided to test the unit before putting it all into a box. Since I want the PU-2 to include a USB-Midi interface, I use the technology that I documented here. I ordered a few more Midi interfaces from a local (North-American) EBay supplier. The…
-
PU-2: A batch of Beta
I’m getting comfortable making the PCBs for the PU-2. This is what a batch of 5 boards looks like, fresh out of the etching tank. I still have to drill the 800-plus holes and solder everything… patience… This is what 10 Arduino Mega boards look like: The main components for the Beta. I now use…
-
PU-2: Meet Beta!
The PU-2 made it to Beta. As you can see in the picture above, the PU-2 is an external module, linked to a connecting board inside the Behringer FCB1010 with a flat cable. The reason for the external module is that I wanted Beta testers to feel totally safe about their FCB1010. Since the current…
-
Making my own PCB: An exercise in frustration
I decided a few weeks ago that I would make my own circuit boards (PCB) for a while. At least for the first Beta. I succeeded, but the time and money invested make it a very “not profitable” adventure. I had to deal with nasty chemicals, capricious sensitized copper coated boards, unfriendly software and a…
-
PU-2: Additional functions
I’m getting a lot of feedback from musicians who follow the development of the PU-2 pedal board. A lot has to do with demands for more details on existing functions, but some people ask for functions that the PU-2 doesn’t offer… yet! So far, two new functions have been prompted by public demand. The first…
-
PU-2: Version 0.093 – ALPHA is ready
Phew! The hardware is now ready to be converted for Beta. This means that Beta testers will have a unit within a week or two. The hard part was the programming. I had to freeze the specifications and develop Alpha code. Here are the specs for Alpha: Hardware Based on standard Behringer FCB1010 pedal board…
-
Griffin Stompbox: A review
Update 16/1/31: Nothing left of this device on the Griffin site. I guess it has been retired (deprecated) Since I develop pedal boards, I thought I’d give the Griffin Stombox a try. To see what others are up to. The idea makes sense. A pedal board to control effects on the iPad. Sadly, there are…
-
Alesis iO DOCK: A review
There will be no un-boxing. Sorry, but there isn’t much in the box. Actually, I won’t do much functionality review today. In this first review, I am more interested in what is INSIDE the Alesis iO DOCK. The Alesis IO Dock The left side is for midi connection.Midi in-out and Midi USB. The iO DOCK…
-
Side Project: Data Stucture – Application
If you were patient enough and read through the two previous posts on this subject, you might be wondering how this applies to the PU-2 pedal board in practice. Even if you were not patient enough, here’s how the data structure will be used: The data structure was developed to provide a very simple programming…
-
Side project: Data Stucture – continued
In a previous post, I defined a simple date structure to help in the transfer of the commands sent to/from a pedal board. In this post, I will complete the definition of the data structure and define the physical layer supporting the structure. Understanding MIDI “What MIDI Is (from midi.org) MIDI, which stands for “Musical…