Jump to content

curtisa

Forum Manager
  • Posts

    3,730
  • Joined

  • Days Won

    152

Posts posted by curtisa

  1. The devises can be run in parallel, I would even run the LEDs out off one 9V instead of using a resistor... I don't think that the voltage-current drawn would make a big difference in the life of the batt. You can get creative and use a voltage regulator to bring the voltage down to 5,12 or use an adjustable to set it to your liking.

    http://www.radioshack.com/search/index.jsp...lators&sr=1

    I have used the fixed ones, very easy to connect.

    You have to use the resistor to limit the amount of current passing through the LED. The LED will typically only survive 20mA of current at the most, and the resistor is there to prevent the current from rising beyond what the LED can handle. No resistor = no current limiting = burnt out LED.

    You can make all sorts of current regulators out of those voltage regs, but it's overkill in this application - why spend extra time and money buying/wiring up a regulator when you can hook the LED to a 5 cent resistor instead?

    9V or 18V, probably doesn't really matter. The current draw isn't excessive like you say. My only preference for using the full 18V is that the load from the LED (or LED's if there's more than one) is shared equally across both batteries - there may be other sonic ramifications to running with one battery gradually running flatter than the other that I don't know about with that preamp.

  2. Ok ... If you're really sure it's not a good idea, even if it's just for the beginning, have you some DSP in idea which can be good for what I want to do, at the lowest price and with the max speed :D ???

    The DSP on offer at Wavefront Semiconductor looks like pretty good value. Check that link I posted a lttle further up.

    DO you think it's a really bad idea to want to begin on dsPIC ? It's a DSP and uC with 80 instructions ( in RISC ! :D) , that's not too big, but I'm not a uC NERD , I'm at my beginning, and I'm afraid to spend a lot of money, and can't do what I want to do , on a linux kernel on AVR32 for example.

    Not at all, although if it were me just starting out on PIC coding I'd probably start with the 16F or 18F range - there are plenty of kits and free software available to burn the chips. If you consult the datasheet for the Wavefront DSP you should be able to work out exactly how fast you need to provide it with instructions, and from there you can work out your required processor speed. You may find that the dsPIC is overkill and you can do it with something much lower-specced.

  3. I'm concentrating now on the battery problem.

    I search DIY project with a good system to reload the laptop battery, or other battery ...

    If you have some schematics, it will be great :D

    Sorry, I don't have any schematics for battery charger systems. Just do a Google search and see what you can uncover :D

    The 12-bit ADC configuration supports all the above

    features, except:

    • In the 12-bit configuration, conversion speeds of

    up to 500 ksps are supported

    • There is only 1 sample/hold amplifier in the 12-bit

    configuration, so simultaneous sampling of

    multiple channels is not supported.

    This is still your weakest link - you still have to multiplex to obtain the highest bit depths for the number of channels you're talking about. In between each conversion of each channel, you have to ensure you have sufficient processing time to send the previous sample serially to the transmitter, service any calls to the encoders, apply any digital volume control the the A/D data, service push buttons and switches, drive the LCD display, and run the MIDI. All without introducing any glitches in the audio. Even at such high processing rates, I still think you're trying to squeeze too much into the PIC.

    Microchip expressly state on the website and datasheet that the dsPIC is primarily intended as a "signal controller" ideally suited to motor control. They make very little or no mention of high quality audio performance, I think that's still the domain of specialised A/D's and DSP's, and for very good reason. They may share the requirement of an A/D, but there is world of difference between the output of an analog speed sensor and an audio signal.

    Aaaah, it makes me nervous, I don't want to have a treatment of sound, I just want to take and send the signal !!

    Another reason why I'd prefer to see it done with the proper A/D's and DSP's, or indeed without any digital transmission at all!

  4. Considering that, I think it will be maybe better to take an AVR32 which is a powerful uC and DSP, more powerful that a DSPIC (the most powerful DSPIC is at 40MIPS, the AVR32 is 210 MIPS at 150 Mhz), but without ADC integrated. I don't want to consider the TI or Analog Devices DSP, too difficult and expensive, and unuseful for the work I want to do. This will be a good option if I would have my effect board in my guitar, but I'm not crazy :D
    Nah, forget it. If you want multichannel audio at the sample rates and bit depths you're talking about, you're going to have to consider dedicated multiple ADC's and a DSP, with a CPU controlling the whole lot. The all-in-one solutions offered by Microchip and AVR simply can't do it, the processing power required to do it all seamlessly is too much for 1 chip. If that AVR you've highlighted doesn't have intergrated A/D, you'll have to use an external A/D chip to do it. You could do "pseudo A/D" in software with the AVR, but the processing overhead would be too great for it to work properly over 10 channels.

    Effectively you're talking about installing a 10-channel soundcard (with a digital transmitter) into a guitar, and even the cheapest ones on the market only do it using dedicated chips.

    Wavefront Semiconductor seem to have low cost A/D's and 8-channel DSP's, check out their range:

    http://www.wavefrontsemi.com/index.php?products

    But why not have one chip by function, yep ... I'm asking myself of having just the PIC for the MIDI controller, and having an other chip which can took all the audio treatment

    My feeling is that this is the ONLY way to do it - one chip per function.

    But I don't know how powerful must be the chip if I want to treat 10 24bit/96khz inputs simultaneously, and simultaneously have the output ...
    Well if you consider using a DSP, the processing overhead in the uC drops dramatically. Potentially you could use a 40mHz PIC to "run the show", and leave the DSP to look after the really difficult stuff, ie the audio.

    The last point is the battery !! Many chip need more battery, and I think it will not be a good idea to have several laptop battery in my guitar :D

    This will be difficult too, yes. I suspect that you won't be able to use regular 9V batteries, they simply wont have the capacity to run it all for very long. You really may have to consider something like a laptop battery pack, though I don't really see that as being such a drawback - when you consider the size, weight and capacity of modern laptop battery packs they're pretty good in comparison to a bank of "C" cells or 9V batteries.

  5. Hello,

    Some more idea.

    I thought of the DSP and ADC, because of the 12 bit resolution of the DSPIC and the 100ksps with 16 inputs, where as I have 200ksps with 8 inputs. But if I use only 8 inputs, maybe 10, the shannon theorem is OK and so it's only the 12bit resolution which is a problem

    Well, here's another thing to consider - because you're running multiple audio outputs at once, and doing an A/D conversion on each one simultaneously, you're going to have to multiplex the A/D conversion process, which means that your net sample rate will drop by a factor of the number of signals being converted. The dsPIC may have 16 analog channels, but it only has one A/D on board, and it can only do one conversion at a time.

    For example if you were doing 8 channels at 200ksps, each channel's sample rate would then be 200/8 = 25ksps. Nyquist's theorem then dictates that the highest reproducible frequency would be half the sample rate, or 12.5Khz. Obviously performance gets worse as you add more inputs, especially as the PIC cannot run at 200ksps with more than 8 channels. I think a 25kHz 12 bit digital system is going to sound pretty bad - I reckon you need to reconsider your options with this one.

    The PIC also has to handle all the MIDI and controls aswell, and it really has to do it without causing glitches in the digital audio side of things. If you have the PIC handling the digital audio and you're also adjusting MIDI paramaters with a control knob, the last thing you want is for clicks and pops appearing in the audio output as the PIC code starts branching off to service routines to handle the MIDI and peripheral interfaces. The digital audio has to take priority above anything else, and I doubt the PIC has the horsepower to handle 8-10 channels AND digital interfacing aswell.

    Is there any reason why you can't consider using a PIC purely as a controller? Does it have to be digital audio? You can still do all your switching and volume control in the analog domain, eg CMOS4066 analog switches and digital potentiometer chips, leaving the PIC to handle the MIDI and interfacing quite easily.

  6. Yeah sure, but after a long discussion yesterday, my friend thought that the best thing to do is maybe to have a memory of all the possible combinaison, with 5 knob to recall the most used combinaison, but with all the controls fully adjustable if I want.

    Do you not agree ??

    OK, this is starting to make a little more sense to me now. So you could conceivebly have the "look" of a 5-way switch/volume/tone, but the actual function of those controls is a lot deeper than that. You'll probably find you'll need some kind of display built into the guitar so that you can see exactly what parameters you're adjusting with the encoders at any given time. 2x16 backlit LCD would be my preference.

    The DSPic have a dedicated DSP with audio codec built inside, and it's more powerful that all the PIC or AVR.

    Hmmmm...dunno. Do you have a specific DSPic part in mind? Datasheet?

    No, it's honestly fully realisable, I don't want to implement over wireless ethernet, but over wireless OR over ethernet :D ... I don't want my guitar to become a wifi access point :D I will use the same principe that the UHF transmission which is implemented in the UHF Sennheiser or Shure, and if it's too complicated, the principe of a Radio transmission ... The DSPic for example have a multiplexer, so I make the ADconversion, and I send all the 5ms a different input to the wireless module for example, or I use the same principe that for the telecommunication, with a modulation which allow me to send 10 canal at the same time.

    If I find a really secured way, I have just to do the inverse processus at the reception, and if I want, I can have a full digital system, with no more conversion D/A, for example with implementation of an ADAT link in the receptor (but it begin to be very, very, very complicated

    Oh, I'm sure it's fully realisable, but I'm just questioning if it's cost-effective, and worth your time as a DIY project, especially the wireless side of things B)

    Wired ethernet sounds like an interesting idea, but the cables invovled are a little on the "light duty" side of things for my tastes - I wouldn't want to take an ethernet cable with me on stage! Maybe ethernet with a different cable, something more rugged?

    Another thing to consider - are you sure you want to do all this customisation to your PRS? With all the extra control circuitry you're wanting to install, there's no way you're going to fit it all inside the guitar without routing more cavities into the body. Have you got a cheap, crappy guitar that you could experiment on first without worrying too much about ruining the body and/or finish while you develop all these systems?

  7. I thought of push/pull pots for the volume and tone control, and a switch for each pickup, but I don't want to have 10 knobs & pots on my guitar, like here http://web.mac.com/doug.theriault/iWeb/Site/Instruments.html

    Why 10? Even assuming a separate output for 3 pickups and a piezo that's only four volume controls. If you were to implement hexaphonic output in the piezo aswell, you'd go nuts trying to alter 6 more volume controls for each string output, irrespective whether you had 6 separate volume knobs or one multi-function volume encoder controlled by a uC.

    After discussion with friends, I think more and more to use a DsPIC ( mix of DSP & PIC) to have 10 inputs in the CAN of my DSPIC, and to make a real digital wireless transmission, and to have the capabilities to control all of the combination of pickups and tone and volume for each pickup with only two ledring pot.

    But I'm asking myself about the respect of the signal.

    The ADC (Analog to Digital Converter) is in 12 bit resolution, whereas the resolution of the signal in the rest of my audio parc is 24bit ...

    And the DsPIC Development board is expensive ...

    You're doubling up the amount of research and development if you incorporate AD/DA into the audio signal - by doing so you'll have to develop some kind of DAC at the receiving end of the guitar output.

    The AD in those PIC's won't be the highest quality in the world, but it may be usable. I haven't heard of anyone doing audio DSP with a PIC - I think you'll find a dedicated DSP chip is preferred for that sort of thing.

    Using only two encoders will make controlling all your pickups and outputs quite tricky, esepcially if you're planning on using the guitar in a performance. Imagine playing the instrument and at the same time scrolling through a bunch of menus to find one volume parameter for the 3rd string piezo output, and you accidentally scroll past it, and lose your place in the performance because of it :D

    If it were me I'd still prefer to have 1 knob per pickup (4), rather than 1 knob per output (10), or two multi-function knobs.

    The wireless option is the only option I consider now, because the utility of this complicated electronic customisation is to have separate output.

    If I have 3 or 4 pickups + hexaphonic (so 6 output) piezo, it makes 10 output. I can't use an XLR connector, and I don't want to have 10 jack plugged in my guitar :D

    So if I must have a not standard output, it's preferable to consider the wireless option.

    But it's hard to transmit 1 mbits min by wireless with fiability... Maybe the Ethernet ?? But encapsulation over Ethernet is too hard for the room available :S

    So, with wireless capabilities, the problem is the battery ... But my idea was to use the phantom power to reload the battery ... It's not a good idea? Too hard ??

    Sounds to me like you're starting to talk yourself out of the idea now! :D

    I've got no idea how you'd implement multichannel audio over wireless ethernet, but I know that it's a lot of work to start from scratch - it's not the sort of thing I'd want to DIY, waaaaay too complicated B)

    Honestly, I admire your passion and tenacity for wanting to do such an adventurous project, but I'd take a couple of steps back from the ideal and focus more on what is practical. I've done similar things to you aswell in the past - I very nearly completed a DIY version of the Mesa Boogie Triaxis preamp many years ago, even to the point of having all the CPU code developed. But it eventually got to a point where I was aiming way too high and achieving very little in return, so I stripped it all down and made a simple valve preamp with a bunch of knobs and no CPU control whatsoever.

    What about thinking a little laterally here? What about having a guitar with 3 pickups (1 volume knob for each one) and a hexaphonic piezo (with one volume knob for all 6 outputs), and then doing all the fancy blending and combining away from the guitar, with a foot controller or something, like what Roland do with their VG systems? If you're not wanting to use such a customised guitar in a performance, what about running all the multiple outputs into a small mixer and doing all your processing that way? B)

  8. You're right, I've only room for 2 humbucks & 1 single coil normally.

    But I said in my first message that I want to implement a vibrato system, and I've enough space to win 5 cm or more if I do that.

    No, you won't gain anything by changing the vibrato system - the scale length of your instrument has to stay the same. If anything, you may find you'll lose some space due to the positions of the pivot points on the floyd being reasonably far forward compared to a stop tail or Strat-type bridge

    You're right, but I'm asking myself what's the most ergonomic way to do that, because I want to have more space and less pot & knobs ... I've not enough money and knowledge to implement a tactil LCD for example, but if I do all with knob, it's less expensive to buil without uC.

    So if you have any suggestions ...

    Maybe a rotary encoder (or multiple rotary encoders) with an integrated push-switch in the shaft? You'll need to implement it with uC though, say a PIC micro or an ATMEL micro. Doing anything like this with descrete logic chips is not practical.

    I think whichever way you look at it, the only way to do everything you're hoping to achieve with the instrument, you'll have to do it with a uC - there's no way you'll be able to fit it all inside the guitar and power it otherwise.

    Can you give me some websites where I can find what you say ?
    Omeg offer dual concentric pots and dual concentric switch-pots, although I think they will only manufacture such parts if you place a minimum order of 100 units.

    http://www.omeg.com.

    Google searching reveals a number of places where you can get dual concentric pots if you only want certain pot values.

    You're not alright, because the power-wire-less is in experimentation actually :D

    OK, but wireless power isn't available yet :D

    You're right about the danger which the TRS jack represents but my goal is to have not too much "not standardized" things in my guitar. It's more easy to buy 10 jack of 5 m, even if it's TRS jack, than to build 10 XLR to Jackx2 ... You see what I mean ?

    I would have done the phantom powering with an XLR at both ends of the lead - you still have to plug the lead in to the power supply, and that carries the same risks as plugging into the instrument with the TRS plug. If you were to go for XLR's at both ends, you can just use a regular microphone cable which shouldn't be any harder to find than a regular guitar lead.

    But the problem is bigger than a TRS or XLR : if I want to implement the MIDI system who has been describe in my first message, I must have midi in and midi out in my guitar ... So or I build proprietary connector, or I have a multicore cable and I plug an XLR for the phantom power, 1 jack for the sound (and if I want to have separate sound, I must have 7 jack or more B)), a midi in and a midi out.

    OK, so you want a regular guitar signal, MIDI, and possibly phantom power. You'll need 2 poles for the guitar signal, 1 pole for the phantom power, and a minimum of 3 poles for the MIDI (MIDI does use a 5 pin plug as standard, but only 3 of the pins are actually wired up). You can get 6-pin XLR plugs, which would cover all your signal and power supply requirements in a single connector.

    Or the best I plug only the XLR for the phantom power during pauses, and this alimentation reload Lithium Ion battery, and the audio and midi is wireless.

    Concerning the midi wireless system, I know it exist. The Audio too ...

    Even if you want to transmit all the signal wirelessly, you'll still need on-board power for the MIDI, piezo pickups, and the MIDI/audio radio transmitters - lots of batteries!

    I wouldn't let the problem of implementing "non standard" components into the guitar bother you - based on the amount of customisation you're talking about, the fitting of an XLR plug in the guitar is the least of your worries! :D

  9. Yes, I agree too, however, I want precisely know which of this control is useful, and which not ...

    We can imagine a box to give a phantom power by a trs jack to all of the chips, and there, the problem of the battery is resolved, or just place a lot of battery in the guitar, and find chips with ULV.

    True, but then the guitar becomes limited by the power supply box you have to plug it in to. If you wanted to use this guitar in a performance via a wireless system it's out of the question. If you're quite happy to use the instrument in private or onstage with a lead all the time, then that's less of an issue, but you will have to make sure you have the power supply box with you all the time. Personally I would never use a TRS jack for phantom powering as there is the risk that you'll plug the lead in with the power supply switched on, and short out the power supply as the lead is inserted into the socket. I'd be using something like an XLR connector where you cannot accidentally short two or more pins together as you plug the lead in.

    I think too that I can't have a clear control of the parameter of my effects and preamp and guitar if I have too much disponible control pot.

    But I know that "customized" control pot, sort of multi push pull, exist, and with this type of pot, I can have only 2 or 3 pots, where I needed 6 or 8 before ... Do you see what I mean ??

    Yes, you can get dual concentric pots (never seen triple concentric pots before), but they are mondo expensive, and typically only a custom production item. Other alternatives are pot on top/rotary switch on bottom, but again they're expensive and hard to come by.

    That said, you may be able to scavenge some parts from dead car radios or television sets.

    And which pickup do you think I can remove ? My goal is to have a total versatily of sound, and I think so that a piezo or an optomic system http://www.optomik.com/ is useful because I can say that I want only distorsion on one or two cords, a flanger on another, ... just like the new Gibson digital ! http://www.gibson.com/DigitalGuitarNew/gibsonDigital.html

    And the EMG 89 can give me "aggressive" sounds, the Benedetti a smooth sound of Tele/Stratocaster, and the Dimarzio Tonezone, a more warm and medium sound, like the old Gibson LP ... Moreover, this Mic, particulary the EMG, have a strenght output signal, so I can do easily tapping on my guitar

    And the sustainer is here to give me the opportunity to modify the parameter with pot, without playing, or to have more harmonics ...

    Which pickup is preferable to remove ??

    Which pickup you leave out is entirely up to you, and also dictated by exactly how much room on the guitar there is for all your pickups. Personally I think you're being too adventurous in trying to extract so many different sounds out of one instrument, however I'm more than happy to be proved wrong! :D I've got no idea how much room there is between the bridge and neck of your PRS for the pickups, but from what I remember of that model line there's only room to fit 1 bridge humbucker, a single coil middle pickup, and a neck humbucker. That leaves pretty much no room for a sustainer (which has to go in the neck position). The piezo floyd system will look after itself, but you've still got to retrofit the bridge into the PRS which wouldn't be an easy or cheap task.

    I've found this

    http://www.precisionmusictech.com/gmax.htm

    What do you think about ??

    I think, that I can realize myself with a uC and 2 pot+LCD&knob a system to control all the configuration of mic like this, but what about the sound ?

    I've got no idea what you can expect in the way of sounds that can be extracted from such a switching system, but it certainly looks like what you're after. It certainly gives you just about any permutation of humbucker/split/phase/series/parallel combination you could ever want, although I notice that it still relies on the existing selector switch to select the pickup combinations - I'm guessing you need to program all your sounds into "banks", each bank containing 5 pickup combinations (if you have a 5-way switch), and if you need further permutations you change to the next bank of 5 combinations.

    If you can program your own code and CPU you've got the scope to include or omit anything you want :D

    Cheers,

    Curtis.

  10. I would like to have in this order the pickups :

    Hexaphonic Piezo on a Floyd (it's possible, I'm sure) => P90=> Benedetti Rock or ToneZone=> EMG89 => a sustainer driver

    Do you think it's really too much ? I have a lot of place

    So you're going to retrofit a floyd to a PRS? Guess you could do it, but it wouldn't be cheap. I certainly wouldn't want to attempt it myself, make sure you locate a good, reputable luthier to do the work!

    And that's 3 pickups, a hex piezo AND a sustainer - I reckon you'd struggle to fit so many pickups on the guitar.

    pickups => knob to activate or not each pickup => pots for the volume of each pickup

    Do you think it is a bad idea to do that (alteration of the signal...?) ?? It would be amazing to dozen the level of each pickup independently!

    One volume pot per pickup, 3x pickups plus the piezo makes 4 volume pots all up. Do you have room on the guitar for all of them?

    It could be done, but with so many volume controls for each pickup you'd need to do it actively, ie with a battery-powered on-board mixing system, which may not be such a stretch as you'll need the battery for the piezo anyway.

    Or is it possible to have a switch which can "choice" the volume of the micro I want to control, and to send the signal of the pickup I've choice on the pot, but with the other mic continuing to fonctionning ( with a endless pot for example, I've no idea if it s possible or not ...)

    If that's possible, why not do the same for the tone ...

    Now this is getting really complicated! :D Yes, this could be done too, but again you're looking at active control of the pickup selectors and volume controls. And an "endless pot" is raising the bar even further because now you're talking on-board digital control. That's a lot of work in there!

    I'm thinking for a long time of the ability to control from the guitar the level of the different adjustment of an effect, or of the possibility to control a VSTi to use the computer like a filter for the sound of my guitar.

    I would like so to implement a midi controller in my guitar like this http://www.ucapps.de/midibox16e.html

    Nah, too much. You'll never fit it all in the guitar. You'll never get enough batteries in the guitar to power everything for any reasonable amount of time, let alone all the control systems you want aswell.

    In my experience, having a super complicated control system in a guitar is more of a hinderance than a help. When I did a similar thing with one of my old Yamahas I found myself spending more time fiddling with the controls than actually using the instrument. I'd start with the separate volume controls idea myself and see how far you can take it before moving on to something more adventurous.

  11. Hi Jack,

    How exactly are you measuring the pots? 0 ohms across which pins? Does this resistance vary when you turn the pot?

    You need to remove them from the circuit before you measure them with the multimeter, otherwise your measurements will be affected by any surrounding circuitry connected to the pots.

    You should be able to get a static full-value resistance reading of the pot if you connect the two multimeter probes to the two outside legs of the pot. By connecting to the middle and either of the outside legs, you'll be able to measure the wiper resistance of the pot, and you'll be able to see the resistance change as you rotate the shaft. The total change in resistance from one extreme to the other will be 0 ohms to whatever the full resistance value of the pot is. If either of these tests come up bad you've probably got a dud pot.

    CHeers,

    Curtis.

  12. I found another IC that seems like it would be a great option for AGC

    Its an SA572 compander chip, onsemi still manufacture it in a PDIP package, so no crazy SMD soldering to deal with.

    It has two channels that can be used as either expander or compressor. We could set one channel up as an expander to act as a noise gate/squelch for signals below a controllable low threshold, and the other channel would be our compressor/limiter. seems like a simple to use piece of kit with control over threshold attack and decay time... this would make the circuit easier for DIY, and it should work better with lower noise, better response and faster attack time.

    The expander based noise gate is significant because it allows us to have a much higher compression ratio while still being able to keep sqeal at a reasonable level.

    Unfortunately I cant find a uk supplier for this device so it will have to wait until i have disposable funds to justify the extra for postage and import duty etc. :D

    Still here, just not as often at the moment!

    You might find the NE570 or NE571 are easier to find and cheaper too. They're essentially the same thing with slightly lower specs.

  13. Has anyone done anything like using Piezzo saddle based systems with the Sustainer driver?

    I tried using the sustainer unit with my acoustic which has a piezo pickup and preamp in the bridge some time back when I was first experimenting with this project. It worked perfectly as I recall, and you could position the driver as close as you liked to the piezo without any feedback or fizz whatsoever. The only drawback was that having the driver too close to the bridge reduced the amount of sustain you could get out of the strings (harder to "move" the strings closer to the bridge), and generally speaking the only strings that worked particularly well were the plain unwound high E and B - the bronze-wound G, D, A and E probably don't have enough magnetic material in them to sustain as well as the plain steel strings.

    *sigh* I really want to get back into experimenting with the DIY sustainer, but I've just got too many other DIY projects on the go at the moment to fit it all in! :D After my initial success with the neck position sustainer I kinda lost momentum on the project!

    Cheers,

    Curtis.

  14. It's pretty easy to create a partial shield for a driver, the difficulties are how to know how well your shield is working, and how to get it to work without compromising the efficiency of the system.

    But surely we're only looking to shield excess radiation of EMI from the sides (away from the pickups either side) and rear (away from the control wiring) of the driver, channelling the driver magnetic force forward towards the strings? That would simply require a magnetic shield that cups the driver leaving the top exposed to drive the strings.

    I would guess that a second 'exterior' coil would have to have a signal if it was going to do anything (else why not just use a solid shield).... and it would have to have an opposite signal to the interior coil (or reverse winding) else there would be no point in having two coils... but how do you prevent cancellation therefor loss of efficiency. And then theres the fact that you've brought your magnetic circuit closer to the pickup by adding width to it....

    The patent mentioned it as a cost cutting exercise - cheaper to add an extra winding than manufacture special shields.

    What if the shield winding was driven by a DC voltage, so that the outer winding is magnetically "biased" towards one pole? Any ideas if that'd act as an effective magnetic shield?

    As far as using a laminated core, this should give an efficiency boost because it reduces losses due to eddy currents, although I'm not sure exactly how significant these will be. Its also possible that when produced in bulk it could be cheaper to produce the laminated cores - there must be many factories set up to produce cheap cores for transformers - easy to get them to do a batch of cores for sustainers if your talking about thousands of units - and the same factories will probably be tooled up to wind them and pot them.

    An easy way to get laminations to experiment with would be to take a small power transformer, pull it apart, separate all the lams, and cut and shape them to the new profile to suit the driver. The only trick is to make sure all the lams are electrically isolated from each other (varnish perhaps?), otherwise the advantages of a laminated core are lost.

    Farnell and RS Components sell transformer kits.

    Where did that photo essay on dissecting a sustainer go? I looked for it the other day but couldn't find it in this giant thread!

  15. Is that not just their patent speak obfuscation of "we're using a class-d power amp" ?
    I think so...I hate patent speak...I think I caught some of it...grrr

    Not sure. Probably. Like I said, I was only skimming through the patent. It could be something as simple as that, but I was thinking (hoping!) that there was something different happening there.

    I'll have to re-read the patent, and check through the schematics again.

    I am not sure about that...I have made a lot of drivers! The thin coil design was made largely to increase speed and avoid phase problems and circuit corrections featured in other systems. It is also my theory that small profile coils concentrate the energy under the strings and emit less garbage than the substantially bigger coils found in devices like Sustainiac and Fernandes have put forward before. I do believe that it would be wrong to underestimate the thin coil design or the hex very small designs it came from in this regard. I can't see how making it bigger would reduce EMI...but I have been wrong before.

    I'm certainly not discounting the slimline driver :D It certainly does work, but I do wonder if there is a fundamental reason why the commercial manufacturers of sustainers do not use it - they have all seemed to have gone with much more complicated drivers (dual rail, dual winding, laminated cores, sliding magnetic shields etc), or at least drivers that are expressly used for that purpose (no stacking of pickup/driver).

    Well the only mid coil sustainer that I know of that exists for sure is Dizzy's :D ...Sustainiac specifically designed the mid driver for strat type guitars with a lot more space between pickups...that doesn't mean it cant be done...but it will be very tricky and a quantum leap IMHO...

    Hmmmm...any idea how magnetically shielded speakers are made? You know when you place your hifi speaker too close to a regular cathode ray tube TV and get all those crazy rainbow colours and distorted pictures? Magnetically shielded speakers are specifically designed to avoid this - there might be some design clues in there for us aswell.

    Also, the Sustainiac patent talked about having a driver with a dual winding - one that is wound directly around the core for the driving, and a second one wound around the driver winding to act as a magnetic shield. Not sure what you'd do with this second winding though - earth it out at both ends? Earth it at one end? Drive it with an antiphase driver signal? It's probably in the patent aswell...

    I'll have to find a cheap and nasty single coil dual rail pickup that I can trash for the purposes of experimenting...

    I suspect my eyes glazed over at this point in the patent...perhaps you guys could explain this a little more..."electrostatic"?

    Noise signals can be induced into adjacent circuits in several ways - one is magnetic coupling, caused by the radiation of magnetic forces directly proportional to the signal (sitting too close to the TV while playing guitar, holding a microphone too close to a power transformer), another is capacitive coupling - any two conductors running near each other exhibit capacitance between them. So if everything is "coupled" to everything else by invisible capacitors, then it's possible for signals to "leak" from one point to another. 99.99999999% of the time it isn't a problem because the capacitances involved are sooooooo tiny, but occasionally it can be a problem, particularly if we're using really high frequencies, really high circuit impedances, or lots of parallel conductors. Electric guitars don't use hi freq's, but will use high-ish impedances (500K volume pots, 16K pickups etc). That's why circuit layouts can be critical in RF circuits or guitar tube amps - poor layout can result in excess capacitive coupling that can cause oscillation, poor response and other problems.

    Cheers,

    Curtis.

  16. Oh...are we talking the sustainer is not the most usable instrument in the world, or the guitar it is on? :D

    Hehe...no, the guitar that I built to run the sustainer is the weakest link. The sustainer itself is cool! B) BTW, the sustainer performed very well at last night's gig :D

    I hope to do something similar...not sure about a H/S/H configuration, especially if it has a 24 fret neck those pickups are very close :D ...

    That has me worried a little too, but on leafing through the Sustainiac patent yesterday, it seems that their system is perfectly happy running mid position with either the neck or bridge pickup selected, although their system is for a fully active guitar.

    Also interesting to read yesterday in that patent was their comments about feedback - they talk about induced interference (magnetic coupling - the fizzies) and electrostatic capacitive coupling, something I hadn't considered before. They mention that the way to get around the capacitive coupling is to invert the driver signal so that the the driver and pickup signals cancel each other out. Normal and Harmonic modes are then handled by clever manipulation of the driver signal rather than simply flipping the phase of the driver leads like we've all been doing.

    Their patent also seems to do away with the need for a dedicated AGC amp, and the driver is driven from a pulse-width-modulated signal from a current sourcing amp instead of the venerable LM386. Interesting stuff in there.

    I can't know as yet what will be the best approach for the mid-driver experiments. I think there may well be something in the bilateral designs...I am very interested in the idea of bi-lateral SC pickups like those Novak designs, especially if combined with a bilateral driver... If we dispense with the mid pickup completely, all kinds of options open up for experimentation...plus all the bypass woes are behind us...

    Judging from what I read yesterday in the Sustainiac patent, I'd say the bilateral driver is the ONLY way to go for a mid position sustainer. The current slimline system (like the one you, me and others have built), while fully working, is just too "dirty" - it radiates a lot of garbage into the highly sensitive guitar electrics and is a major source of instability.

  17. Still...this is the second generation of this circuit. The fetzer/ruby version or something similar that Curtis made...essentially the same as mine...works really well and he seemed very happy with it (where are you curtisA?)

    Hehe...still here, just not as often as before. Been far too busy, and have a lot of new DIY projects on the go at the moment. The Jaycar "Champ" circuit is the one I used with the gain pins shorted for max gain, with the addition of a N-channel JFET source-follower circuit in the front end for buffering purposes. The Champ by itself has bags of gain to drive the sustainer, probably even too much, which is one of the reasons why Col and myself were pushing for the AGC circuit to automatically remove gain where it wasn't required and boost it back up when the drive was too weak to excite the strings.

    I recieved my free samples of the THAT2181 VCA IC the other day. I wouldn't mind trying to see if I can create a self-contained VCA solution using this chip and seeing if I can get better performance from my current Champ/JFET sustainer - the experiments I did with the feed-forward limiter were certainly promising, and Col's experiences with his new VCA are encouraging too. Will try to devote as much time as I can to this, but the Christmas period is fast approaching and work gets busy this time of the year.

    I'd also like to explore at some point getting the mid-driver option working for one of my main guitars - a HSH Ibanez S470QM (I never use the mid single coil position). The DIY sustainer guitar I put together for the original project does work, but it's not the greatest instrument in the world :D Obviously this is going to mean developing some kind of new driver that has very little EMI radiation that will fit in a single coil position, so I'll have to go back through the last 50-odd pages of this thread to get all the info for doing so :D

    The cool news is that I'll be using the sustainer guitar at our album launch gig tonight, which will be recorded to mobile 24-track for possible release later on. I've managed to incorporate the sustainer into some of our live interpretations of our stuff, to substitute for some of the keyboard parts, and it works a treat.

    Cheers,

    Curtis.

  18. I have been wondering whether the fizz could at all be rellated to phase issues...could the vibration of the string itself somehow be distorted at the very high harmonics creating these sounds...as opposed to a high frequency EMI effect?

    I think this whole phase distortion stuff is a bit of a red herring. Slight phase distortion (particularly in fundamental mode) would manifest itself in some notes sustaining better than others. Gross phase distortion (circa 180 degrees) does exactly what we want it to - harmonic mode. I think the fizz is nothing more than our high gain preamp/drivers being run at their limits, clipping away merrily, driving a very inductive load, in an unshielded (or at least poorly shielded) environment, inside an instrument that has a penchant for picking up all sorts of EMI garbage (ever played an amplified guitar while sitting in front of the TV?)

    I'll give you an observation from my sustainer guitar. When I'm running clean I get the fizzies. When I damp all the strings and then just take my hands away to let the sustain build naturally, as the sound gets louder the fizzies only start to appear at a certain volume level. If phase distortion was the cause of this the fizzies would be present no matter what level the string was being sustained at and they wouldn't get worse as the string vibrated more. Because the driver is in a fixed position, and the note I'm playing is also of a fixed position (for want of a better term) the phase has to be constant too, even if it is shifted by some degree.

    The fact that the fizz appeared at a certain output level and gradually got worse as the string vibrated more indicates to me that the fizz is due to clipping as the preamp/driver runs out of headroom and starts to "square off" the signal, causing lots of upper harmonics to be passed to the driver and being induced all through the guitar electronics.

    When I was doing the experiments with the compressor/limiter I could get much less fizz than with just the LM386 - I would think that this is because I'm simply running the system more efficiently with less clipping, and less drive when it wasn't needed. The fact that Col has built a similar system and got a similar result would indicate that it's "cleanliness" of the signal that's one of the major keys to reduce the fizz.

    I'm starting to wonder if we actually need a further level of improvement to the system - not only do we need to run the preamp more efficiently, but we may also need a more efficient driver - something that takes less drive to move the string just as much.

    Cheers,

    Curtis.

  19. Well, I built Col's circuit today. I had to add some capacitance to the supply rails to get it to quit oscillating. Now it works fine on the bench with a function generator. When I hook it up to my guitar, it starts to oscillate. This is no surprise really... the Ruby-Fetzer oscillated, too, and at the same frequency (~4kHz). I think this is attributable to either capacitive pickup in the guitar wiring or direct feedback from the driver to the pickup. Has anyone run into this before? How did you combat it?

    Are you using the stacked single coil driver/pickup that Pete and myself used? I had high pitched oscillation from mine too. Don't know what frequency exactly, but it would've been around the 4k area. I think Pete found that he had to disconnect ALL the pickup wires except the source pickup to get his to settle down. I found I had to short the pickup wires together on my driver/pickup stack to get rid of the squeal.

    but i just don't understand why outboard control is so over looked. in the sense all guitars could have a sustainer without the problem of space limitations or power problems

    as you only have 1 controler and many drivers and the power of freedom?

    I'm personally not particularly interested in extra outboard doodads just to get the sustainer working. I'd much rather have a system where I just plug the guitar into an amp (or permanent rack) using a plain old guitar lead. The outboard control option also becomes a problem if you want to use the guitar in a live situation with a wireless.

    That said, I can see that many other people might want to have an outboard controlled sustainer as it opens up a lot more tonal trickery with the effect. Just not my cup 'o tea I guess :D

    and CurtisA's soundclip is such great use of the sustainer....kudos

    Hehe, thanks Spazzy :D

    Interesting side note - I tried out the sustainer guitar this afternoon while playing with a slide. Sounds quite bizarre, almost Theremin-like. Harmonic mode works on the slide too.

    Cheers,

    Curtis.

  20. I plugged it directly into mic in of my sound card. What I did is take output of guitar (after tone and volume controls, bridge pickup is selected), split it it two, take one to sustainer and other to PC. Nothing is connected between

    What you really should do is take the line to the sustainer directly from the pickup lead before the volume and tone. I would also recommend some sort of pre amp between the guitar and soundcard. Not sure that this would cause the problems you described, but who knows for sure :D

    Col

    A preamp of some sort is mandatory. Plugging the sustainer and guitar in parallel into your computer mike input is loading both down too much. Increased loading will reduce the amount of signal getting through to the sustainer and also affect the frequency response of your guitar pickups, changing the effectiveness of the sustainer to work on different strings and positions.

    Interested to see what circuit you've come up with, Col :D I'm a little bit concerned about the battery drain figures you've quoted, but it may be unfounded.

    Cheers,

    Curtis.

  21. great sound clip

    now i said this about col. but your a David Gilmour fan? but anyway it was very tastey sounding

    Thanks Pete and Spazzy. Yeah, I'm a bit of a Dave Gilmour fan, although as the saying goes, I like his old stuff more than his new stuff :D

    Cheers,

    Curtis.

  22. One man's "pop" may be another man's "thbpbpbpbpbp"...you may find it mildly amusing, I may find it annoying...

    Well, it is annoying, yes. But it does sound funny :D

    Either way, yes, it'd be better if it didn't exist.

    The PICs seem to have a lot in common with the ARM chips... risc instruction set... there are emulators for development.... anyhow, the coding wouldn't be a problem I think...

    The software is free from the manufacturers website - http://www.microchip.com It's called (or at least used to be - haven't used it for some time) MPLAB.

    Looking forward to hearing that :D

    Here you go then B) :

    Linky

    Please 'scuse the quality - it's just a pair of mikes in the room. Just after the fade-in, you can hear me switch the sustainer in on fundamental mode, and then at about the 15sec mark I switch to harmonic mode for the rest of the recording.

    Cheers,

    Curtis.

  23. The prognosis I have had is that the driver coil stores some current and that there is a "backlash" of energy from the coil when the sustainer is switched off. In performance, you can turn it "off" by turning the sensitivity down to zero...but you will still have your other pickups bypassed. One solution would be to disconnect the driver and leave the amp in idle.

    One interesting feature of some of these alternate amps is a mute function. The BTL amps also are not connected to the guitars ground so the driver may be isolated. A dual coil HB like design may cancel out the pop as the backlash would be in equal and opposite directions... As both curtis and I both use a similar single coil driver, it is not surprising that it suffers the same symptoms...

    Welllllll, I wouldn't call it the same symptoms. You say you have an annoying "pop" whereas I have a mildly amusing "thbpbpbpbpbp" :D What's interesting to note is that I have a volume control (sits in the position in which the guitars' tone control used to be) between the JFET buffer and the LM386, so I can dial in the amount of drive being passed through to the sustainer. Even with this all the way to zero, ie no signal being passed to the sustainer, input shorted to ground, I still get the "thbpbpbpbp" when I turn off the sustainer. I'm starting to think that the noise I'm hearing is the LM386 in it's death throes as the battery supply disappears, not a backlash pop from the inductive load of the sustainer. If you think about it, it's very unusual to get a pop from most hifi amps when turning them off (at least in my experience), and they're connected full time to an inductive load too, ie the speaker.

    When I was testing the LM386 circuit in the bench before connecting it to the guitar, I had it driving a little 2" speaker just to confirm it was working. It never made much noise when I turned it on and off.

    At the moment my switching arrangement is toggling the battery +ve and -ve, whereas yours toggles the +ve only. Could be a clue there? You're also using a multi-stage transistor preamp in front of your LM386. I've only got a single JFET buffer connected as a source-follower, ie no extra gain.

    I'm also curious about some of these class-D chips I've seen mentioned here. Some of them have a standby mode which is claimed to be completely pop-free. All it does is place the driver chip to "sleep", but still powered up, with a current drain of a few nA (yes, nano not milli, that's not meant to be a typo).

    Cheers,

    Curtis.

×
×
  • Create New...