Acidmods
Console Modding------ ( Here you can talk about your favorite Consoles ) => XBOX 360 => 360 Controllers / 360 Rapid Fire Controllers => Topic started by: xSLICKVICx on July 10, 2011, 12:22:07 AM
-
hey guys Im starting a new project and I wanted to see if anyone could either modify t0p8uzz led flasher to a single mode to turn the leds on/off with the sync button, or compile a code to do exactly that? Much help would be appreciated.
-
this guy has made a code to do just that, ive been meaning to try it, no one has tested it yet.
https://www.acidmods.com/forum/index.php/topic,39722.0.html
-
Thanks a lot bro, ill give this one a try right now and let you know if it works.
Edit: that didn't work out for me, can someone help?
[mod] edit post due to double post[/mod]
-
Wonder how long before Rodent merges your posts....
Also I have been looking for this kinda thing cool
-
Wonder how long before Rodent merges your posts....
Also I have been looking for this kinda thing cool
On it ...lol
-
On it ...lol
20 minutes not bad
-
What exactly are you wanting to do? Have the sync button as a on/off button for LEDs? How many LEDs, and how will they be wired? If this is simple enough I might be able to make you a quick hex.
-
What exactly are you wanting to do? Have the sync button as a on/off button for LEDs? How many LEDs, and how will they be wired? If this is simple enough I might be able to make you a quick hex.
Hi yes I want the sync button to be the switch that controls the leds on/off. I am wanting to wire about 7 leds. Help is much appreciated.
-
Unfortunately 7 LEDs are going to draw more power than a microchip can handle directly, so you will have to switch them with a transistor or something (unless you seriously limit the current to each one, but then they won't be very bright). I can write the code if someone else here can draw up a schematic for switching the LEDs on and off, and just use the pic to switch the transistor.
-
You can hook many of these to 1 PIC and you can add however many LEDs that you want.
(https://acidmods.com/forum/proxy.php?request=http%3A%2F%2Fi214.photobucket.com%2Falbums%2Fcc123%2Fsnoodracoon1%2Fc621a231.png&hash=511b2c837d66e14a99c05373ee5acc81c39a0e45)
-
Thanks FOOKz
-
Thanks for posting a schematic FOOKz. So the PIC will need to output high to turn the LEDs on correct? And if the pic isn't outputting high the pull down resistor will keep the line low?
-
Thanks for posting a schematic FOOKz. So the PIC will need to output high to turn the LEDs on correct? And if the pic isn't outputting high the pull down resistor will keep the line low?
Yes.
Also PNP transistors can be use to invert the effect.
-
xSLICKVICx,
Sorry I haven't had a chance to reply yet, I have been frantically trying to complete my entry for the Standout competition. I will write this code for you the first chance I get, but it might be the beginning of next week before I have time.