Author Topic: Some doubt with the resistors  (Read 2286 times)

Offline rafaliyo86

  • Acid Modder
  • *
  • Posts: 569
  • Post quality +12/-1
  • Gender: Male
  • Acidmods User
Some doubt with the resistors
« on: March 17, 2010, 02:58:12 PM »
Ok this is my doubt:

I normally when I have installed R/F (for me and my friends) have been in CG or CG2 controllers but now I´m going to install in a Matrix controller and when I went to buy resistor a doubt came me.

I have to buy 330 and 470 ohm resistor but I always had bought of 1/2W but there is any noticeable difference if I bought of 1/4.

What do I have to take into account when I buying them?

Maybe it will be nooby but I didnt have ask me before

Thanks

Offline Frankie.R

  • Fart Sniffer
  • *
  • Posts: 49
  • Post quality +0/-0
  • Gender: Male
  • Acidmods User
Re: Some doubt with the resistors
« Reply #1 on: March 17, 2010, 03:05:53 PM »
the 1/4 what's should be fine, that's what i use and they should be easier to fit into the controller as their physically a bit smaller. Just install the chip as normal but add a 330 ohm resistor on the trigger pin's and diodes are needed to connect to the led's.

Offline Modded Matt

  • Site Owner
  • Administrator
  • Around the block
  • *
  • Posts: 4649
  • Post quality +65/-3
  • Gender: Male
Re: Some doubt with the resistors
« Reply #2 on: March 17, 2010, 03:16:01 PM »
use 1/4 and try a 100 ohm for the leds

Offline rafaliyo86

  • Acid Modder
  • *
  • Posts: 569
  • Post quality +12/-1
  • Gender: Male
  • Acidmods User
Re: Some doubt with the resistors
« Reply #3 on: March 17, 2010, 03:26:51 PM »
use 1/4 and try a 100 ohm for the leds

ok, thanks!! Its better to use 1k ohm for the leds than 470? If is this better for me becuase i bought a 100 pack on ebay one month ago and i dont have to buy 470 ohm resistor now

Offline Modded Matt

  • Site Owner
  • Administrator
  • Around the block
  • *
  • Posts: 4649
  • Post quality +65/-3
  • Gender: Male
Re: Some doubt with the resistors
« Reply #4 on: March 17, 2010, 03:29:50 PM »
100 not 1k=1000..... this resistor directly affects the brightness of the led, that is all. it was put in place to protect the leds, however 470 is slightly over kill
« Last Edit: March 18, 2010, 05:25:22 AM by modded matt »

Offline crazy-modder

  • Research & Development
  • Acid Modder
  • *
  • Posts: 854
  • Post quality +34/-2
  • Gender: Male
Re: Some doubt with the resistors
« Reply #5 on: March 17, 2010, 03:35:00 PM »
Well you dont really need diodes on the leds, its just recomended.  I never use diodes on the leds and they still work good for me.  But ya, you want 33ohm 1/4w 5%, and 100ohm 1/4w 5% resistors

Offline rafaliyo86

  • Acid Modder
  • *
  • Posts: 569
  • Post quality +12/-1
  • Gender: Male
  • Acidmods User
Re: Some doubt with the resistors
« Reply #6 on: March 17, 2010, 03:37:57 PM »
@ matt, 1k sorry was a mistake lol

@ crazy modder, would be 330ohm not 33ohm or i am wrong?

Thanks

Offline crazy-modder

  • Research & Development
  • Acid Modder
  • *
  • Posts: 854
  • Post quality +34/-2
  • Gender: Male
Re: Some doubt with the resistors
« Reply #7 on: March 17, 2010, 03:46:44 PM »
ya sorry thats what i meant,  330ohm 1/4w 5%, and 100ohm 1/4w 5%

Offline rafaliyo86

  • Acid Modder
  • *
  • Posts: 569
  • Post quality +12/-1
  • Gender: Male
  • Acidmods User
Re: Some doubt with the resistors
« Reply #8 on: March 17, 2010, 03:53:51 PM »
ya sorry thats what i meant,  330ohm 1/4w 5%, and 100ohm 1/4w 5%

Ok, so much thanks I am going to buy 100 packs on ebay lol or do you know where i can buy cheap resistor in packs?

Offline crazy-modder

  • Research & Development
  • Acid Modder
  • *
  • Posts: 854
  • Post quality +34/-2
  • Gender: Male
Re: Some doubt with the resistors
« Reply #9 on: March 17, 2010, 03:58:29 PM »
The best would be ebay.  If you dont care about waiting, you can get packs of 500 from china for like $7 but they take FOREVER like 3 weeks to get to you.  You can get those on ebay.  Im sure you can find USA dealers on ebay but its always gonna be more expensive when you buy stateside. Probably between $10-$20 more

Offline Hazer

  • x4675636B4E7574
  • Acidmods Alumni
  • Acid Modder
  • *
  • Posts: 583
  • Post quality +59/-0
Re: Some doubt with the resistors
« Reply #10 on: March 17, 2010, 09:03:44 PM »
OK folks, time to set some thigns straight:

The resistors for the triggers should be 330 Ohms. 1/4 watt are fine as there is no real current going through them what-so-ever. Also, they are only needed for the matrix. You dont need them at all for the CG. The reason for the resistors is becuase the trigger input to the microcoft ASIC is expecting 1.5-0V DC and the PIC outputs 2V. The resistor divides the output so as to not over-volt the ASIC chip.

The diodes are there because when the controller turns itself off, the PIC leeks current since the matrix 'common' is left floating. In laymans terms: The controller turns off, but the LEDs stay lit. This means your batteries get drained while the contorller is off. The diodes force the leakage current to levels acceptable for battery life (the controller actually pulls 110 microamps from the batteries in the off state in an unmoddified controller. The diodes keep the leakage current to below 10 microamps.).

The resistor for the LEDs should be no greater than 100 Ohms. Its a protection that may or may not be neccesary. Honestly, my codes do not need it as the duty cycle is 50%. But since other people have released codes similar (or modified from my code), it would be a bad assumption that all rapidfire codes can be directly connected to the LEDs. They are after all, 2VDC forward current LEDs. The PIC provides 3V outputs and could easily burn out the LEDs if the code did not pulse the output, or better yet get stuck in a loop with the output forced on. In the end, a 2 penny part is worth the effort over replacing a 0603 LED in my book.
« Last Edit: March 17, 2010, 09:06:34 PM by Hazer »
[Quote from Gamermodz via Viking forums]
Don't be jealous your not half as smart. I hate ****tards like you. An ignorant redneck. Your nothing but a posing ******. Get the **** out of here, really, your claim to fame is an open source rapid fire code? You make me laugh. You think you have control over the modding market?  You couldn't create what I can and do. You are too ignorant with your outrageous assumptions and accusations. [/Quote]

Offline crazy-modder

  • Research & Development
  • Acid Modder
  • *
  • Posts: 854
  • Post quality +34/-2
  • Gender: Male
Re: Some doubt with the resistors
« Reply #11 on: March 17, 2010, 09:19:16 PM »
Hazer, once again your awesome!! lol well i guess im going to start using diodes... Ive been such a nub and thinking to myself why the  :censored: do the leds stay lit when the controller is off.  Thanks for the knowledge you provide to us nubs lol.

 

SMF spam blocked by CleanTalk
SimplePortal 2.3.5 © 2008-2012, SimplePortal