Acidmods

AcidMods Resources ----- ( These are helpful tools for modding ) => Open Source Code & AcidMods Free Code => Topic started by: t0pP8uZz on November 06, 2009, 04:19:45 PM

Title: Code Requests
Post by: t0pP8uZz on November 06, 2009, 04:19:45 PM
First off, Dont request anything stupidly complex.. Like a macro/spitefire code. ( This is in my main projects :-] )

Ill try to fullfill as many requests as i possibly can. Im only working on 2 projects atm so as long as your request isnt anything BIG ill get it done fast.

Also dont bother requesting a ABXY led flasher.. as ive already coded one, you can see progress here: https://www.acidmods.com/forum/index.php?topic=33407.new#new (https://www.acidmods.com/forum/index.php?topic=33407.new#new)

Currently Working On:
None

Finished Requests:
LED Fader: https://www.acidmods.com/forum/index.php?topic=33689.new#new (https://www.acidmods.com/forum/index.php?topic=33689.new#new)

Post away
Title: Re: Code Requests
Post by: GhoSt on November 06, 2009, 05:12:04 PM
Well if you really want I have always wanted...
just a straight up led pulser, no modes, just on and off like a breathing effect, be able to power quite a few leds.
Title: Re: Code Requests
Post by: t0pP8uZz on November 06, 2009, 05:34:45 PM
Fading in and out? continuously?
Title: Re: Code Requests
Post by: GhoSt on November 06, 2009, 05:53:37 PM
yes, like a slow fade evenly in and out. Also it doesn't need to fade to 0, so it can just breath in and out.
Title: Re: Code Requests
Post by: spurgurgle on November 07, 2009, 03:50:25 AM
thats cool it would be awsome to make a pulsing xbox say filled  with a deep green light.....

also i thought of another led code.......
say have like 5of each color led
red blue green yellow (all in a console in pretty much the same place...
then tap a tactile to sroll through
1tap goes from green to yellow
next tap yellow to blue
next tap blue to red and so on
then you can av multi colored xbox for different moods... and it dont av to be in a xbox it can be in anything.
Title: Re: Code Requests
Post by: t0pP8uZz on November 07, 2009, 04:00:42 AM
yes, like a slow fade evenly in and out. Also it doesn't need to fade to 0, so it can just breath in and out.

Ok something like this will need PWM. or possibly a loop with HIGH/LOW with us (nano) delays. Ill see what i can some up with

Post Merge: November 07, 2009, 04:58:38 AM
Ok ive just whipped something up, Althou im still waiting for my programming adapter to test the code. I can use ISIS simulation but it doesnt support FADING led's only on/off, so when i send pulses its flashing.. Looks like its working fine though :-). How many led's you wanting to drive with it?

Post Merge: November 07, 2009, 01:32:29 PM
GhoSt_Death: PIC12F683 has only 1 CCP port for HPWM pulsing.. Alone this it not enough to drive many led's. Probarly will need another pherpial.. When i can ill test my current code and see what it can handle. Maybe we can connect the output CCP pin to the base of a transistor.. then connect the led's through a series of resistors
Title: Re: Code Requests
Post by: GhoSt on November 07, 2009, 02:06:09 PM
it doesn't bother me how many components there are, probably drive about 4-8 leds.

And dude if you keep writing opensource code here, you are going to get a nice reputation. Keep it up.
Title: Re: Code Requests
Post by: t0pP8uZz on November 07, 2009, 05:20:59 PM
it doesn't bother me how many components there are, probably drive about 4-8 leds.

And dude if you keep writing opensource code here, you are going to get a nice reputation. Keep it up.

Umm.. if you only need around 4 leds, just the pic and resistors should be okay.. hopefully monday or tuesday my hardware arrives and i can test it out.

Yeah i plan on getting reputation around here, although the forum seems to of gone into hibernation mode lately.

I have alot of big projects in mind. such as new fully loaded rapid fire MW2 compatible. Fully mappable controller mod (macro like spitfire but with actual updated code)
Title: Re: Code Requests
Post by: spurgurgle on November 08, 2009, 09:44:51 AM
ooh i just thought of somthing cool... if you could put the pulsing mode into the flasher code.......
just a idea...
Title: Re: Code Requests
Post by: lilunwl on November 08, 2009, 03:27:43 PM
Have you ever heard of an LED cube? I have been trying to make one of these for a lil while. I havent been at it full time just searching and researching here and there. Is that something you can do as well? Just curious.
Title: Re: Code Requests
Post by: t0pP8uZz on November 11, 2009, 08:11:22 AM
ooh i just thought of somthing cool... if you could put the pulsing mode into the flasher code.......
just a idea...

Revision 00.2 of the led flasher will include pulsing. Along with storing the last used mode to the onboard EEPROM this part is done.

lilunwl: Its something i can do yeah, But im keeping this game console specific.. ie: 360, psp, ps3 etc
Title: Re: Code Requests
Post by: lilunwl on November 12, 2009, 08:23:57 PM
Oh I didnt realize that sorry... I will let you know if I have any ideas. Do you do surface mount pics as well or just through hole? thanks for everything thus far!!!
Title: Re: Code Requests
Post by: t0pP8uZz on November 13, 2009, 04:38:37 PM
Oh I didnt realize that sorry... I will let you know if I have any ideas. Do you do surface mount pics as well or just through hole? thanks for everything thus far!!!

No problem! Erm ive never programmer surface mount but i could rig up a adapter for my programmer.
Title: Re: Code Requests
Post by: t0pP8uZz on November 22, 2009, 06:25:42 AM
Fader code done: https://www.acidmods.com/forum/index.php?topic=33689.new#new (https://www.acidmods.com/forum/index.php?topic=33689.new#new)
Title: Re: Code Requests
Post by: spurgurgle on November 22, 2009, 07:14:28 AM
nice 1 top.. ill test this out as soon as i get a chance.....

n try  n make up a diagram for it...
unless ghost beats me to it again lol.....


Title: Re: Code Requests
Post by: GhoSt on November 22, 2009, 05:38:51 PM
nice 1 top.. ill test this out as soon as i get a chance.....

n try  n make up a diagram for it...
unless ghost beats me to it again lol.....



I will lol!!! have one done by tonight, unless you really wan't to make one (no harm in having two diagrams for people who find one confusing). Thanks for doing this code again t0p.
Title: Re: Code Requests
Post by: spurgurgle on November 22, 2009, 07:08:41 PM
na ghost mate ill leave it to you...
you did a good job of the flasher chips diagram
so im sure u'll do fine doing this 1 aswell.....

but ya never know i may throw 1 together  in a tut or sumthing..

 ive been think of making a ABXY lighting tut cos there isnt really a proper 1 out there.. yes theres 1 on lamma for a wired pad......

but we need a good tut on here (acidmods) so we stop get even bigger noobs then me asking "how do i light up the buttons....."

lol hmm another project to my list.....
Title: Re: Code Requests
Post by: t0pP8uZz on November 23, 2009, 05:05:36 PM
na ghost mate ill leave it to you...
you did a good job of the flasher chips diagram
so im sure u'll do fine doing this 1 aswell.....

but ya never know i may throw 1 together  in a tut or sumthing..

 ive been think of making a ABXY lighting tut cos there isnt really a proper 1 out there.. yes theres 1 on lamma for a wired pad......

but we need a good tut on here (acidmods) so we stop get even bigger noobs then me asking "how do i light up the buttons....."

lol hmm another project to my list.....

Yes! a complete ABXY install tutorial would be usefull! It does get used alot.. Ive actually seen the code popping up other places already! Look at the threads views.. Just some people dont have the time or decenty to support us by posting and saying thanks.

Peace
Title: Re: Code Requests
Post by: t0pP8uZz on November 29, 2009, 06:23:48 PM
Still taking requests..
Title: Re: Code Requests
Post by: spurgurgle on December 01, 2009, 06:19:18 PM
i've got a quick request... ill pm it to ya.....
Title: Re: Code Requests
Post by: t0pP8uZz on December 01, 2009, 07:30:16 PM
Got it.. Ill come up with something  :hifive:
Title: Re: Code Requests
Post by: jrfhoutx on December 08, 2009, 05:49:47 PM
if you're the man taking requests then I'll send one in...
Title: Re: Code Requests
Post by: t0pP8uZz on December 08, 2009, 07:24:49 PM
Heh id rather you post your ideas rather then PM. Lets everyone see whats to come etc. And others can have views on it.

Peace
Title: Re: Code Requests
Post by: spurgurgle on December 09, 2009, 03:47:55 AM
Heh id rather you post your ideas rather then PM. Lets everyone see whats to come etc. And others can have views on it.

Peace


indeed it would be better for public if we posted idea's here......

the only reason i PM'd my idea to top was cos it's for use in the next mod off, possibly, and i dont want it leaking out as there will be 10 controllers the same as mine in the mod off......

but after i've tested it out and got a working version of it/entered it into the mod off. i'll be posting a video  or something of the code working....
to show the public and to add to topps work list...
also on that note top... ill be testing that code this week... just waiting on a new prototype board/led's ... probilly post a short vid of it working on the proto type..... but wont be saying what it will be used for in a controller.......
Title: Re: Code Requests
Post by: t0pP8uZz on December 09, 2009, 03:48:31 PM
Yeah no worries spurgurgle understand that.

Would be nice to see if it works! haha literally through it together.. Ill probarly need to make changes but im here if you need me :-)

Peace
Title: Re: Code Requests
Post by: spurgurgle on December 09, 2009, 04:42:12 PM
Yeah no worries spurgurgle understand that.

Would be nice to see if it works! haha literally through it together.. Ill probarly need to make changes but im here if you need me :-)

Peace

yeah it'll be being tested very soon... just waiting on this proto type board........ dam post.......

Post Merge: December 12, 2009, 09:48:10 AM
ok so i tested that code you made for me top.. and it all seems to work fine...

i made a video of it on a proto type board its just uploading now......

watch this space for two tone lighting vid demo.....

two tone test (http://www.youtube.com/watch?v=jwYpYE55RfY#normal)

video may not be available yet... as it is still uplaoding and processing.
Title: Re: Code Requests
Post by: t0pP8uZz on December 12, 2009, 07:35:44 PM
Liking the recent videos spurgurgle! Nice little idea you had there.

As long as your finished controller shows the light 'through' enough, it will be a good little mod!

Heh im actually surprised it worked first time, I really rushed it.. and didnt even test. Any modifications you want doing or maybe a on/off button etc.. feel free to post or pm me.

I gota sleep! passed 2 weeks been getting to bed a 5am! zzz

peace
Title: Re: Code Requests
Post by: spurgurgle on December 12, 2009, 08:58:15 PM

Liking the recent videos spurgurgle! Nice little idea you had there.

cheers top...

yeah im planning on using some transparent parts on the pad i install this on.... and ill use 0603 leds so i can fit alot in there...... then happy days a two tone pad....

yeah as far as i can tell so far it all works exactually as i wanted it to.... but i will be testing this further before i use it in a finshed controller.....

cheers top.  :tup:
Title: Re: Code Requests
Post by: spurgurgle on January 10, 2010, 01:31:49 PM
Hey t0p i messed around with that two toner code you made me, again today....

i install 6x 0603 leds in a dome 3red 3 blue... wired to a chip with this code on. and this was the result
two tone test 2.MOV (http://www.youtube.com/watch?v=1pCbzgB1ngg#normal)

i damaged the player 1 led whilst soldering to it and couldnt be botherd to fix it so the vid only shows player 3 and 4 but players 1 and 2 are red and blue aswell and would light the dome red or blue aswell depending on which led is on.

 i cant wait to get another set of clear parts in (from a full clear case) to do a full 2tone lit pad. but hey at least i've got the dome already made...

Title: Re: Code Requests
Post by: t0pP8uZz on January 13, 2010, 04:00:24 PM
Heh sorry didnt even noticed you posted.

Thats a awesome controller right there. Code worked well begins i didnt even program it to a pic.

Yeah a clear case would be very nice with this more leds for a complete two tone controller. Man imagine having 4 clear controllers.. and putting together a quick 4 tone code.. each controller being a diffrent color. That would look real nice.. But i hardly ever find myself playing 2+ players on my xbox. im a online gamer :-)

Oh that reminds me! I have 2 t0pfire mods soldered and ready to be installed into any controller. I also have a red translucent case (full clear red) im defently gona install t0pfire in it and two tone.. Dome will show the diffrent colors, i doubt you can see diffrent colors through the case though, everything will just show up red. Still be nice though.

Peace
-t0pP8uZz
Title: Re: Code Requests
Post by: spurgurgle on January 13, 2010, 04:59:41 PM
yeah i plan on clear parts on a white maybe black case
with this code and maybe a couple of ya others as. i might call it my t0pPad lol
Title: Re: Code Requests
Post by: mvprac on February 13, 2010, 11:26:23 AM
could someone post a ps3 rapid fire code for trigger r1 or both with mode selection
Title: Re: Code Requests
Post by: t0pP8uZz on February 13, 2010, 08:54:20 PM
I dont have a PS3 at the minute. But in the future id like to develope more mods for PS3/WII etc.

Title: Re: Code Requests
Post by: ninelime on February 18, 2010, 08:29:08 PM
Heh sorry didnt even noticed you posted.

Thats a awesome controller right there. Code worked well begins i didnt even program it to a pic.

Yeah a clear case would be very nice with this more leds for a complete two tone controller. Man imagine having 4 clear controllers.. and putting together a quick 4 tone code.. each controller being a diffrent color. That would look real nice.. But i hardly ever find myself playing 2+ players on my xbox. im a online gamer :-)

Oh that reminds me! I have 2 t0pfire mods soldered and ready to be installed into any controller. I also have a red translucent case (full clear red) im defently gona install t0pfire in it and two tone.. Dome will show the diffrent colors, i doubt you can see diffrent colors through the case though, everything will just show up red. Still be nice though.

Peace
-t0pP8uZz

I love clear shells. I'm getting like 20 in the mail soon, lots of money if you can imagine. I might make a multi colored one but the coolest looking one I made so far was a red controller with stock everything except the front was orange with red LEDs.

If I could paint the inside of a shell with one of the camos from cod it would either be sweet or be a waste of a clear shell.

http://i760.photobucket.com/albums/xx249/ninelime/IMG_0024.jpg (http://i760.photobucket.com/albums/xx249/ninelime/IMG_0024.jpg)
But this was cool, not sure how many colors you can really mix

Oh and spur, not to poop on your parade or anything but there may e power issues if you want to run that PIC and rapid fire. When I was working on one of my mods with a clear shell it had 3x red 0805's with the LED fader code going, and then another 3 blue 3mm LEDs inside, and literally 10 seconds after getting unplugged from the PNC cable with the rechargeable battery the fading stopped. After that it wouldn't stay on past the point where the controller's 4 lights flash.

I spent like 80 dollars on LEDs for my shells this week, so I would really like to try that two color code. It would be sweet for my wired pad at least.  :yess:

Title: Re: Code Requests
Post by: spurgurgle on February 19, 2010, 04:36:28 AM
lol power issue wont be a problem for me.... i have plans on how to solve it, if the problem occurs...
and yeah this pad will have rf and this code and another lighting code and a t0p secret code thats still in early development

i have done pads with multiple lighting and RF mods before... lots of pads lol.... check out my posts through my profile you'll see what i mean lol

and if your interested in the code... your in luck as T0pP8uZz and i are working on a release thread for it ... due out the start of march.....
Title: Re: Code Requests
Post by: ninelime on February 19, 2010, 02:20:36 PM
lol power issue wont be a problem for me.... i have plans on how to solve it, if the problem occurs...
and yeah this pad will have rf and this code and another lighting code and a t0p secret code thats still in early development

i have done pads with multiple lighting and RF mods before... lots of pads lol.... check out my posts through my profile you'll see what i mean lol

and if your interested in the code... your in luck as T0pP8uZz and i are working on a release thread for it ... due out the start of march.....


Oh yeah, are you using a charge pump or dc-dc converter? RDC on xb-s suggested that for people but not being sure about the exact specs needed I just forgot about it until somebody else figured out how to get blue LEDs to be consistent on a PNC kit battery.

Also, have you had any sucess with white LEDs? I ordered a bunch and I saw that you can just sandpaper the LED and use sharpie on them to make them whatever color, and maybe I'll use them for abxy buttons, I have so many extra I don't even know why.

Your method of drilling until right before it broke though sounded good except there's no way of knowing when you're almost there without a drill press. I was thinking the white plastic on the buttons could just be pulled out somehow maybe, because I kept drilling into the lettering or it wasn't  consistent enough.
Title: Re: Code Requests
Post by: EasyE on March 09, 2010, 05:12:04 PM
Id like to see a rapid fire code 5mode with a pause feature on a stealth install controller
SimplePortal 2.3.5 © 2008-2012, SimplePortal