Offline
Alive and well in fucksville

I did low gain's tutorial. the prepot solder job was  working ok, but now theres no sound from the prosound jack or the original headphone jack. also frontlit it. what could have went amiss? I wasnt trying to do a no sound mod...

Last edited by bitjacker (Jul 22, 2013 3:17 am)

Offline
Taichung, Taiwan

Post photos of what you did and we'll tell you what you did wrong.

Offline
Boise, ID

One of mine stopped working also. hmm Maybe retry the solder joints and replace the new jack?

Offline
Alive and well in fucksville

I only have a blurry cellphone cam.

Offline
Alive and well in fucksville

update... i desoldered the jack. i have sound. maybe i need to use less solder! wish i had a better station to work with.

Offline
Taichung, Taiwan

Workstation? Sounds like you may be using improper soldering techniques.

Offline
Taichung, Taiwan

Youtube soldering.

Offline
Alive and well in fucksville

I got it sorted out. it works again!

Offline
Kyle, Tx

Can too much solder actually do that? I mean if its not contacting anything else

Any recomendations for a good soldering station? I had to give mine up.

Offline
Alive and well in fucksville

if you connect a bunch of stuff with a molten blob or you have a cold solder joint it can cause a short. i have been using a cheap iron that came with a computer repair tools kit

Offline
Kyle, Tx

Oh that explains it. I was thinking that using too much solder creates a resistor.

Offline
Toronto, Ontario, Canada

Make sure you set the correct bits on the registers NR50, NR51 & NR52.

For example:

ld      a,$80         ;Turn on all sounds
ldh     [rNR52],a

ld      a,$FF         ;All sounds to left and right
ldh     [rNR51],a

ld      a,$FF         ;Both left and right max volume
ldh     [rNR50],a

Edit:
Oh wait..... I've been programming too long.

Last edited by jefftheworld (Jul 23, 2013 4:21 am)

Offline
Alive and well in fucksville

human skin is a resistor.

Offline
Toronto, Ontario, Canada
bitjacker wrote:

human skin is a resistor.

Human skin has resistance, it isn't a resistor. A resistor is a device designed to control electrical currents. Human skin isn't designed to do this. Literally everything has resistance.

Offline
Taichung, Taiwan
jefftheworld wrote:
bitjacker wrote:

human skin is a resistor.

Human skin has resistance, it isn't a resistor. A resistor is a device designed to control electrical currents. Human skin isn't designed to do this. Literally everything has resistance.