2nd year EET project
mattm_nscc
Posts: 13
Guitar distortion & and wireless amp
Hello fellow, students & techs. I am, along with my project partner, are in our 2nd year EET program at NSCC.
We have decided to do the following microcontroller project. We want wirelessly transmitt the guitar signal to a amp/distortion box. Our first idea was to combine it all into the guitar but after some consideration we decide to go with the wirless idea instead.
For my part of the project i have to design something to transmit the signal wirless to the amp unit. My question(s) to you is ,
1) do you think i can transmit analog signal wirelessly of should i use a ADC and then transmitt it on a 433Mhz transmitter ?, or something similiar ( sorry im a noob).
2) We want to be able to switch to normal guitar or distortion on the guitar ( one type at the moment ) , I assume we will need a multiplexer to do this ?
3) If we want to have an LCD which shows the type of distortion , and prehaps a guitar turner, will we need a transciver in that case to send info back to the guitar ?
4) And we are using the parallax BOE as our microcontroller final project , if we want to drive 2 trancivers , one from the guitar and one from the amp, will we need two BOE's to make it work ?
We're all in this together ( figuratively) so any comment or suggestion will be greatly appricated, Thanks !
Hello fellow, students & techs. I am, along with my project partner, are in our 2nd year EET program at NSCC.
We have decided to do the following microcontroller project. We want wirelessly transmitt the guitar signal to a amp/distortion box. Our first idea was to combine it all into the guitar but after some consideration we decide to go with the wirless idea instead.
For my part of the project i have to design something to transmit the signal wirless to the amp unit. My question(s) to you is ,
1) do you think i can transmit analog signal wirelessly of should i use a ADC and then transmitt it on a 433Mhz transmitter ?, or something similiar ( sorry im a noob).
2) We want to be able to switch to normal guitar or distortion on the guitar ( one type at the moment ) , I assume we will need a multiplexer to do this ?
3) If we want to have an LCD which shows the type of distortion , and prehaps a guitar turner, will we need a transciver in that case to send info back to the guitar ?
4) And we are using the parallax BOE as our microcontroller final project , if we want to drive 2 trancivers , one from the guitar and one from the amp, will we need two BOE's to make it work ?
We're all in this together ( figuratively) so any comment or suggestion will be greatly appricated, Thanks !
Comments
Another option would be to use separate RF channels with a 433MHz audio channel (wireless mic) and a pair of xBee transceivers at 2.4GHz to provide a bidirectional control channel for the distortion box and feedback for an on-guitar display.
BUT I have seen the 2.4GHz video pares on sale .. use the audio for the audio and some how run data over the Video Sig . and Considering NTSC needs to pass Sync pulses you may,Just may,, beable to run the data right on to the jack and have it come out the other side unharmed . will need a amp on the Rx as NTSC does not = 5V TTL ..........
with 5meg plus bandwith for NTSC you have the potentail for a high data rate ..
MUXing data is Old as time .. In fact its done a TON on Cell phones ..........
FDM( Diff Freqs). EG a Set of tones that are not in the same band of data as the voice
TDM( Do each thing one at a time) . EG every Sec for the first lets say 50mS of each second sling a chirp of data in lew of the voice .
CDMA not really doable here ......
Peter
we have deicide just to get the signal to transmitt wirelessly. with the paralla 433Mhs transcivers.
here how ou project breaks down.
1 guitar signal to pre amp circuit
2- if possible an sample hold circuit
3- ADC 0831 circuit
4 BS2 to 433mhz tx
5 433mhx rx to bS2
6 DAC cicuit
7 amp and speaker
so this is what i have to work with any suggestions ?
You'll be much much better off with an analog transmitter / receiver. If you have to use digital, you should look for a transmitter / receiver designed for a higher Baud and use something like a BS2px which is faster than the BS2 and can handle Bauds of at least 19200. That's still pretty limited though. You may have to go with something like the Propeller and xBee to get the data rates you'd need.