Fixing broken chinese Ammoon Looper Pedal

Information compatible with:

  • Harley Benton Mini Looper
  • FAME Looper * Rowin LEF-332
  • Donner Looper
  • Ammoon AP-09 nano looper

I bought this little fella after I saw it listed as broken for a really low price, considering that I could make it work after updating its firmware.
The provided USB cable was faulty and I replaced it with a working one and the LooperSuite for macOS didn’t work at all. I searched both Rowin and Ammoon sites for an alternative firmware without any success.

Using LooperSuite v1.7 I tried to delete the Song 001 in vain. However, then I replaced the Song 001 with a blank WAV file and replugged the looper to my rig. To my surprise, everything was working as expected.

Considering the price it’s an awesome looper, but I have no idea if it’s going to freeze again.

EDIT:

LooperSuite 1.7

Working WAV file to use as a replacement

Arduino as ISP checklist for someone who didn’t burn/program anything in a long time

Back in 2009, I became aware of the existence of Arduino(through TuxRadar Podcast). The idea of open hardware and open software platform aroused my interest in electronics.

I got myself a kit and built a Serial RS232/DB9 board. That was my first soldering experience and really started my relationship with electronics as a hobbyist. Soon after, I got a counterfeit Arduino Mega from China and my Serial one was put aside.

This weekend I was testing a sketch and it was incompatible with Arduino Mega. Unfortunately, I was unable to find the right drivers for my serial adapter. Enough story, I ran into a few issues and here is a checklist to avoid them:

  • Don’t forget a 10μF cap between Reset and Ground.
  • External PSU, don’t rely on the programmer’s 5V.
  • Check USE_OLD_STYLE_WIRING constant on ArduinoAsISP sketch (when not using the ICSP header).
  • Install MiniCore boards on your Arduino board-manager (Check MiniCore GitHub for more information)

Build Report: Swollen Pickle (Modified Big Muff Pi)

Some years ago I developed interest in guitar pedal effects and stompboxes in general. Built a Woolly Mammoth that I learned a lot on the subject, then soon after a bunch of TubeScreamer Clones. I did it for personal use and to give to friends. Just as I started the TS projects, a long time fella presented me the Swollen Pickle MkII, a modified version of the famous Big Muff Pi.

The MkII version didn’t had any schematics or PCB layout on the internet. I only found a veroboard version of it, I really don’t like the veroboard layouts because they are clumsy and big. For the first time I used EagleCAD Software and tried to reverse engineer the layout back to the schematics. While still looking for more information I found a discussion with a non tested schematic and suggestions over that one. No working pcb layout though, so I continued to draw the schematic.

After I finished the schematics I started the board layout, like the schematic, I never did it before. It was a completely new experience for me, a mix of trial and error until everything fits on the board. With the finished board layout I had one more step: the enclosure.

After some measurements I chose a Hammond 1590XX for the enclosure and the aluminium etching method. I used the same tone transfer method as used for the PCB, but I ended up using caustic soda instead of ferric chloride. I had some bleeding on the edges because I used tape to mask and some bleeding where the toner didn’t transferred properly, maybe next time I will seal everything with nail polish and use ferric chloride instead. 

With the corrosion done, I sanded everything, painted the bas-relief with black spray, sanded again and applied varnish. I drilled it with my power drill, using one spade bit to start all holes(just the tip) and then used a step cone drill bit to the right size.

Nothing new with the PCB and Pedal assembly. I chose a super bright green LED as status indicator. It gives nice touch to the pedal, but ruined the video.

To the video I just downloaded some bass DI tracks over the internet and reamped them using the pedal.

Conclusion:

It was a long and complex project for me. If I had the opportunity to redo anything today I would test the aluminium etching on a small scale first. The Eagle CAD part was tiring, but insightful. As for the video the LED ruined it, but I was so tired and wanted to publish something, so I didn’t record another take.

You can download the used Eagle files, ready to transfer pcb layout and partlist on my GitHub repository.