Tuesday, January 18, 2011

ARISE!!!

It's been a long LOOOOONNNG time. After my wife and I moved into our new house way back in 2009, I haven't done anything synth related. Part of it was laziness. Part of it was lack of funds. Part of it was the fact that TV, Video Games, RPGs occupied my very small attention span. I think I may actually do something synth related tonight. The plan is to set up my wife's old PC she used in college as a lightweight Linux desktop which I intend to use with my olde tymey parallel port AVR programmer.

I haven't chosen a distribution yet. I gotta ask around and find out what works best with old hardware.

Wish me luck.

Monday, June 22, 2009

Beagle Synth: Snags and Delays

Well I've spent some time doing setup work for the beagle synth. I've gotten Ubuntu up and running in VMWare, and also built an Angstrom distribution via Open Embedded. I was just about to try putting it on my 4GB SDHC card when I ran into my first snag. Apparently the card reader on my laptop does not read SDHC cards. Doh!

Couple that with the fact that everything in my house is in the process of getting packed into boxes means that the Beagle Synth project will be on hold till at least until after we've finished our move. I anticipate having my work area up and running in early august so I shall try and get a proper SDHC reader and continue my trek into beagleboard-land.

Tuesday, June 2, 2009

Beagle Synth

I've been thinking about doing a project like this for a while, but the fact that I'm strapped for cash has always prevented me from going forward. That changed when I found out that beagleboard.org was having a contest that will supply free beagleboards to interesting projects. So I decided to submit my idea for using the beagleboards on board DSP for a synthesizer project. Low and behold the judges liked my idea! A few days later this puppy (lol puns) showed up at my door:


I've set up a project space on google code and am in the process of getting my development environment set up. I'll most more news as I make more progress. For now here are some of the intended features of the Beagle Synth:

Initial Feature List

Future Feature List

Wednesday, May 13, 2009

VCO Simmed!

Well, after much tinkering I got my VCO sim working:


Right now it's just a sawtooth, but I plan on adding some waveshapers soon.

Shortly after my first post I found that the Electronotes ENS-75 VCO Option 1 article has been posted on the web here. It was a really informative article and helped me really understand what was going on inside the circuit.

One advantage to the sim is that I found out that I can substitute some of the parts I already own (CA3083, OPA132) and still get similar results. I still need to take stock of what resistors and caps I already have, but that will have to wait for a day when I have some time on my hands. Everything else (caps, missing resistors, tempco, comparator, JFET, tripots, and normal pots) will have to wait until we have some cash to spare. That's fine because I need to work on the waveshapers, and get a board layout together first anyway.

Friday, May 8, 2009

Oscilloscope Get!!

The UPS man stopped by to drop this off:


It's a Kikusui COS600M 100Mhz analog scope. Picked it up off ebay for ~$100 complete with a probe and the manual. Not too shabby. I didn't have a lot of time to fiddle with it last night. Me and wife had to do an emergency clean of our place because my sister's family is coming to stay with us tonight. I did, however get to test all the channels using both the calibration signal on the scope, and my function generator. I think I may have to do some calibration on it which makes having the manual quite handy.

The only downside is the fact that it's analog and not digital. I got spoiled by the Tektronix phosphor screen scopes they had at my old job. This scope is more than adequate for doing synth work. The only thing I need now is a few more probes, but that will have to wait for another day.

Wednesday, May 6, 2009

It begins

I figured I should have a place to document the synth stuff I'm doing. Right now there isn't a whole lot happening. This is due to the fact that I'm in the process of building a house so a lot of cash is tied up in that.

I did end up getting a scope. A 5 channel 100Mhz analog which, while not as nice as a digital scope, is plenty good for what I want to do. It should be a step up over the 60Mhz Hitachi I used to have.

Unfortunately, I don't really have the space for a proper workshop until we move into said house. Once everything settles down I have a few projects in mind:

1) Give my MidiBox SID a proper home.

I've had the boards built and working for a few years now, but I've never gotten around to putting them in the case I bought. Now that my father-in-law has gotten me a proper drill, and I've gotten my step bit back from my parents house, I should be able to make the front panel look halfway decent.

I also want to end the love/hate relationship I've had with LCD screens. Every time I attempt to wire one up it never seems to work. I even fried a really nice graphical LCD back in my college days. Hopefully I can get the screen I bought for my MidiBox SID going and then I'll be able to actually edit patches w/o having to rely on MIDI.

2) Ian Fritz's Sawtooth VCO

I've been spending some time recently going over this circuit and simulating it in LTSpice. I may end up using a CA3083 instead of the LM394 he has listed. Mostly because I already have 2 CA3083's on hand. So far my spice simulations are looking good. I'm going to attempt to work on a perfboard layout next. After that it's time to order parts and build!

3) AVR based VCDO

I took the inspiration for this from Eric Brombaugh's Digital VCO, which is basically a voltage controlled digital oscillator. I plan on basing this around an ATTiny28, again because that's what I have available to me. I'm also considering an AVR based on the fact that I've seen it used successfully in other synth projects such as AVRSyn.

4) Bench Computer

I have my wife's old college computer just sitting around in the basement collecting dust so I thought I might put it to work as a bench computer. One of the bonuses is the fact that it has hardware parallel and serial ports. This will let me use the AVR and PIC programming cables I already have lying around instead of buying new USB based programmers.

I'm considering putting Linux (probably Ubuntu) on it for a few reasons. First, I would like to try out gEDA. From what I've read it seems like a pretty neat piece of software, but it's Linux only at the moment. I could try and get it running using cygwin, but I'm much to lazy to figure that out. Second I've read about gcc toolchains for both AVR and PIC (including dsPic) that are available for Linux and I would like to see how those work.

So, though I'm not doing much at the moment, I do have a lot of ideas in the hopper. Stay tuned and I'll keep updating