QUOTE(II CRIONIC II @ May 16 2009, 05:29 PM)

haha
Coding, still got nothing. PIC programmer, still got nothing and no-one

lol
Thanks!
I'll check out that forum and see what I can find. I might check out Mouser.com while I'm there and see what PIC's they have. Any idea how much memory and stuff the chip would need?
Since you seemed to be hitting a wall at this time I can help you a bit to get you rolling.
http://www.dethprops...rgreenmain.htmlThis has some data for you to look at. I put this one on temporary hold for my current mod project.
Depends on how you do your code/line pulsing. Your RF controls.
If you use an interrupt based style, your code will be smaller than if you use a bit-bang style
just hitting the lines with on/off etc.
Most of the RF code uses int. style to do the pulse outputs as it can be very accurate for fire rates or SPS.
(Shots per second). You can dnld some asm over at the RF forum, and there is a great tut by Hazer on how his RF
code works and he even comments it all in the assembly code. Go get that and take a look.
Start with getting yourself a few pic chips some 8, 16 or 28 pin ones, a pic chip flasher, go look at the tuts for RF
and try to make a trigger fire, you'll be half way there.
For your requirements you will need probably 2k-4k memory space for an int based code style.
Really depends on what code you write, how you write it and how many functions you plan on having.
You will have to figure all that out on your own, no real way to just say: get this one and do this.
Size of pic chip will matter if you want it inside or hanging outside of the controller.
So you will have to look at pin counts on the pic devices. Start looking at some PIC data sheets.
You will need to figure out how many lines you need to run to the controller buttons you want RF on so you will need
to match that on the pic output pin count etc etc.
You will also need some controller board schematics so you know where to hit the triggers, buttons etc.
Hope you can solder small points with accuracy and have a fine tipped soldering iron.
Or you'll probably botch a few controller boards.
Hope that helps you get rolling, would like to see your mod progress pics etc when done.