Let's see your finished DIY projects!



Moderator: Ghost Hip

Forum rules
The DIY forum is for personal projects (things that are not for sale, not in production), info sharing, peer to peer assistance. No backdoor spamming (DIY posts that are actually advertisements for your business). No clones of in-production pedals. If you have concerns or questions, feel free to PM admin. Thanks so much!

Re: Let's see your finished DIY projects!

Postby LaoWiz » Tue Jan 17, 2017 1:33 pm

dminner wrote:I live in Indiana, people in the Midwest love their guns haha.


I just ordered from Amazon. You ever try the plum brown?

https://www.birchwoodcasey.com/Refinish ... Plum-Brown™-Barrel-Finish.aspx
LaoWiz

User avatar
Supporter
Supporter
 
Posts: 2026
Joined: Wed Apr 14, 2010 4:03 pm

Re: Let's see your finished DIY projects!

Postby cloudscapes » Mon Jan 23, 2017 11:58 pm

Version 2 of this delay I designed+built two years ago.

I redesigned about two-thirds of the hardware, but the software (the hard part) is mostly the same. The original had like almost twice as many parts, the board was a ridiculous amount of work to populate! Some of the parts were acting as glue-logic that helped the micro do its job, now I do that part entirely in code. Also greatly simplified the analog pathing, because now I know better how to achieve the same result. The original also had some bugs in the hardware.

This simplifies assembly to the point where I might feel comfortable building a few, assuming this prototype runs well over the next few months.

Ugly bodge wires and stuff. Accidentally grounded a pin not meant to be grounded in the design of the PCB, had to cut tha ttrace and wire it up manually. Also mis-traced the range switch slightly, and forgot a resistor.

Image
cloudscapes

User avatar
FAMOUS
FAMOUS
 
Posts: 1159
Joined: Sat Nov 25, 2006 1:41 pm

Re: Let's see your finished DIY projects!

Postby Chankgeez » Tue Jan 24, 2017 12:02 am

:love:
psychic vampire. wrote:The important take away from this thread: Taoism and Ring Modulators go together?
…...........................…
Sweet dealin's: here
"Now, of course, Strega is not a Minimoog… and I am not Sun Ra" - dude from MAKENOISE
#GreenRinger
Chankgeez

User avatar
IAMILFFAMOUS
IAMILFFAMOUS
 
Posts: 41881
Joined: Tue Oct 11, 2011 1:40 am
Location: https://www.youtube.com/watch?v=FGhbeHujNZQ youtube.com/watch?v=V-2l7kkBURc

Re: Let's see your finished DIY projects!

Postby imJonWain » Tue Jan 24, 2017 12:57 am

damn, that's awesome
"To my lay mind, the lobster's behavior in the kettle appears to be the expression of a preference; and it may well be that an ability to form preferences is the decisive criterion for real suffering."
http://www.TFRelectronics.com <project info
https://oshpark.com/profiles/TFRelectronics <oshpark shared boards
https://www.staticdisaster.com/ <my radio show
imJonWain

User avatar
FAMOUS
FAMOUS
 
Posts: 1758
Joined: Sun Apr 27, 2014 8:56 pm
Location: AVl, NC

Re: Let's see your finished DIY projects!

Postby ritz » Tue Jan 24, 2017 10:26 am

So beautiful... been waiting to hear an update on the mechanical sun since the last time you posted about it!
popvulture wrote:Nothing is truer bypass than the void.

multi_s wrote: i want something that gives my third eye a rim job.
ritz

User avatar
experienced
experienced
 
Posts: 626
Joined: Wed Dec 16, 2015 6:37 pm
Location: Chicago

Re: Let's see your finished DIY projects!

Postby crochambeau » Tue Jan 24, 2017 10:54 am

That's a magnificently beautiful build.

Also, thank you for reminding me I need to drop a resistor into a utility point on the board I'm revising.
I've got to get off my ass and bring to reality that what has been quoted through existence.

Rochambeau Musical Apparatus
Reverb storefront
Shark Tank
crochambeau

User avatar
IAMILF
IAMILF
 
Posts: 2162
Joined: Mon Jul 20, 2015 12:49 pm
Location: Cascadia

Re: Let's see your finished DIY projects!

Postby cloudscapes » Tue Jan 24, 2017 11:15 am

Thanks guys

The original mechanical sun pcb was so dense with things, I had overcomplicated it with so much. Main reason for the redesign. I really want to build a few of these, especially since people will find it replaces the anti-nautilus in many ways/features (but not completely).

crochambeau wrote:Also, thank you for reminding me I need to drop a resistor into a utility point on the board I'm revising.


Yeah, just a 1m vref resistor in front of an opamp, the little details you sometimes forget.
cloudscapes

User avatar
FAMOUS
FAMOUS
 
Posts: 1159
Joined: Sat Nov 25, 2006 1:41 pm

Re: Let's see your finished DIY projects!

Postby Strange Tales » Tue Jan 24, 2017 11:30 am

What kind of chip/language are you using in that thing? I think I remember you mentioning C or C++ somewhere on here before.
木枯らし // 木漏れ日 // 風に綱は戦ぐ

Strange Tales Distro - Japanese Underground Music Distribution in the US

Invisible Man wrote:Strange Tales: putting the ‘weeb’ in ‘dweeb’ since whenever.
Strange Tales

User avatar
IAMILFFAMOUS
IAMILFFAMOUS
 
Posts: 4499
Joined: Fri Feb 06, 2015 7:14 pm
Location: America's Sorrow: New Jersey

Re: Let's see your finished DIY projects!

Postby cloudscapes » Tue Jan 24, 2017 11:39 am

Strange Tales wrote:What kind of chip/language are you using in that thing? I think I remember you mentioning C or C++ somewhere on here before.


Mainly PIC32s, they're 32bit chips that run 80mhz or more. They're more general purpose than dedicated DSP, but they do have DSP capabilities in them.

The IDE I'm using is mikroC, which I hate but don't want to learn a new environment at the moment so I'm stuck with it. Eventually I want to use ARM chips, they're better in most ways.

This is the source code for the delay, it's in C, and messy. Minus a few external routines. I don't claim to be a good programmer, I just know enough to get by. I'm sure better programmers could streamline this more efficiently. Fortunately these chips pack quite a bit of grunt (I could sample at 100+khz if I felt like it) so it's no biggie if I'm not 100% efficient.

http://dronecloud.org/stuff/delay_v2.html
cloudscapes

User avatar
FAMOUS
FAMOUS
 
Posts: 1159
Joined: Sat Nov 25, 2006 1:41 pm

Re: Let's see your finished DIY projects!

Postby Strange Tales » Tue Jan 24, 2017 11:45 am

Thanks for the code stuff. I've been frightened of programming ever since dropping out of my Comp Sci major because debugging Java is pure torture that lasts over days. I'm starting to try and learn other stuff again by reading code and what not. Any written code is impressive code to me though.

I think ARM's can be programmed in C, not 100% on that though because I've never had to look deeply. I think Mutable Instruments is programmed in C though.
木枯らし // 木漏れ日 // 風に綱は戦ぐ

Strange Tales Distro - Japanese Underground Music Distribution in the US

Invisible Man wrote:Strange Tales: putting the ‘weeb’ in ‘dweeb’ since whenever.
Strange Tales

User avatar
IAMILFFAMOUS
IAMILFFAMOUS
 
Posts: 4499
Joined: Fri Feb 06, 2015 7:14 pm
Location: America's Sorrow: New Jersey

Re: Let's see your finished DIY projects!

Postby cloudscapes » Tue Jan 24, 2017 11:59 am

Strange Tales wrote:Thanks for the code stuff. I've been frightened of programming ever since dropping out of my Comp Sci major because debugging Java is pure torture that lasts over days. I'm starting to try and learn other stuff again by reading code and what not. Any written code is impressive code to me though.

I think ARM's can be programmed in C, not 100% on that though because I've never had to look deeply. I think Mutable Instruments is programmed in C though.


Yeah ARM is C as well. I haven't done any java but from what I've heard, it's just way more needlessly complicated than C. If you already understand the fundamentals of loops, variables, conditions, I'd recommend learning C if you're serious about trying this out. There are a couple weird traps, like using = when setting a variable to something, but using == when you're asking what that same variable is in an if-then statement, but otherwise its pretty straightforward. The rest is just remembering syntax, where to put brackets, etc.

For chip stuff, as well as the fundamental while's and if-then-else's, there's some chip-centric things you need to learn, which is can be daunting. In my source code, it's all the stuff that looks like T2IP1_bit, AD1PCFG, DDPCONbits, TRISF1 and whatever. They can be considered as chip-specific "settings" telling it how it needs to be configured. If you go arduino, it does a lot of that for you, and what it doesn't do for you it's often in plain english. But other environments aren't as friendly. C is the easy part, mysterious cryptic configuration codes is the hard part. In my opinion.

The hardware for these big fast chips. That's another set of challenges that took me a lot of tries to get right (and it probably still isn't completely good). When you go for 80mhz+ chips like the big one in my delay, you need to use ground planes and vias. The big chips have a lot of power pins and ground pins, if the ground pins aren't via'd to the ground plane, they can choke and perform badly, or not perform at all.

If you're just learning and tentatively getting into these chips, I'd recommend the slower/arduino stuff first.
cloudscapes

User avatar
FAMOUS
FAMOUS
 
Posts: 1159
Joined: Sat Nov 25, 2006 1:41 pm

Re: Let's see your finished DIY projects!

Postby imJonWain » Tue Jan 24, 2017 11:39 pm

I finally boxed up my Guyatone Fuzz monster clone (digi2t's pcb from awhile back), 2 years later haha. I have zero artist talent and terrible hand writing so paint pens and clear coat it was haha, I like how it came out more or less.
Attachments
Guyatone Fuzz Monster .jpg
Guyatone Fuzz Monster .jpg (247.09 KiB) Viewed 3791 times
"To my lay mind, the lobster's behavior in the kettle appears to be the expression of a preference; and it may well be that an ability to form preferences is the decisive criterion for real suffering."
http://www.TFRelectronics.com <project info
https://oshpark.com/profiles/TFRelectronics <oshpark shared boards
https://www.staticdisaster.com/ <my radio show
imJonWain

User avatar
FAMOUS
FAMOUS
 
Posts: 1758
Joined: Sun Apr 27, 2014 8:56 pm
Location: AVl, NC

Re: Let's see your finished DIY projects!

Postby Chankgeez » Tue Jan 24, 2017 11:41 pm

Those are some nice Eighties colors though. :)*

Next time you should send the enclosure to Jen Zink. :snax:
psychic vampire. wrote:The important take away from this thread: Taoism and Ring Modulators go together?
…...........................…
Sweet dealin's: here
"Now, of course, Strega is not a Minimoog… and I am not Sun Ra" - dude from MAKENOISE
#GreenRinger
Chankgeez

User avatar
IAMILFFAMOUS
IAMILFFAMOUS
 
Posts: 41881
Joined: Tue Oct 11, 2011 1:40 am
Location: https://www.youtube.com/watch?v=FGhbeHujNZQ youtube.com/watch?v=V-2l7kkBURc

Re: Let's see your finished DIY projects!

Postby imJonWain » Tue Jan 24, 2017 11:58 pm

haha yeah my roommate said the same thing, it was part that I wanted similar colors to a real one and mostly it was the only colors in the cheapest multipen pack at michaels.

Haha yeah! does she still live in Minnesota or wherever? I haven't talked to her in years.
"To my lay mind, the lobster's behavior in the kettle appears to be the expression of a preference; and it may well be that an ability to form preferences is the decisive criterion for real suffering."
http://www.TFRelectronics.com <project info
https://oshpark.com/profiles/TFRelectronics <oshpark shared boards
https://www.staticdisaster.com/ <my radio show
imJonWain

User avatar
FAMOUS
FAMOUS
 
Posts: 1758
Joined: Sun Apr 27, 2014 8:56 pm
Location: AVl, NC

Re: Let's see your finished DIY projects!

Postby flanagan0718 » Thu Jan 26, 2017 10:24 am

Finished up my second Voodoo Vibe Clone. Awesome pedal! I did a "Mod Board" for a few different voicing caps too. Lots of knobs and goodies to play with!

Image

Image

Image

Image

Thanks for looking guys!

-Mike-
My name is Mike and i sometimes build pedals under Custohmelectronics
Blog- http://custohmelectronics.blogspot.com/
Facebook- https://www.facebook.com/custohmelectronics/?ref=hl
flanagan0718

User avatar
involved
involved
 
Posts: 89
Joined: Mon Feb 01, 2016 5:03 pm

PreviousNext

Return to DIY Effects



Who is online

Users browsing this forum: No registered users and 7 guests


Sponsored Ad. (Please no inflated/repetitive clicking. Thanks!)



ilovefuzz.com is not responsible for user-submitted content. Users participate at their own discretion and risk.