Quote madmazda86:
Thanks for the link! It looks like that would be just the thing, although it's a lot of money to spend when I'm not entirely sure I can use it properly :\
But there is this kit here which is a beginner one:
http://www.quasarelectronics.com/3081.htm
Would that be suitable?
Yeah that would work too, however i noticed the 'assembled' one is only slightly cheaper then the one at Maplins which will probably be alot more trustworthy with your money. The one with a picutre of a soldering Iron I would guess requires you to solder it together yourself? which if you are not an expert at eletronics and do not have a soldering Iron would probably be a bit much.
A good way to test electronics would be to also buy a breadboard, this will allow you to connect it all together without any form of physical connection.
http://www.maplin.co.uk/Module.aspx?ModuleNo=5202
The best way to use a PIC is to solder it into a circuit, but for a costume and without access to the stuff required to make your own circuit board you could just as easily sew a special compartment into your costume to hold the PIC, battery and a switch, and make the cicuit with long 'durable' wires. The wires would need to be quite durable since they would get bent alot. You would probably still need to solder the wires onto the PIC's legs/pins though.. any other way would probably not stay attached.
I think the only hard part for someone new to electronics and PICS would be programming the pic and figuring out which pin is which and connecting the leds and battery to the correct Pins.
When I was doing electronics at GCSE, the software we used could do the programming for you, you simply made a flowchart of what you wanted it to do, then looped it around at the end.
for example :
start
high 1
wait 1 second
low 1
wait 1 second
high 2
wait 1 second
low 2
wait 1 second
high 3
wait 1 second
low 3
loop to start
High and Low meaning on and off respectivly, and each number being the number of the pin on the PIC.
to make it loop you would simply connect a loop from after 'turn led 3 off' to before 'turn led 1 on' and it would loop those commands over and over.
The one you linked to seems to state it comes with beginners tutorials, that could be useful.
The software I used in highschool was called PICAXE and it was so easy to use. It is free apparently and you can download it here
http://www.rev-ed.co.uk/picaxe/software.htm
you can see how easy it is from the screenshot, if you did decide to go ahead with it, I could help you with the PICAXE software if you needed it.
You can even load your PICAXE program into 'crocodile clips' software and attach virtual LEDS and a virtual battery and make sure it works before you even purchase any physical hardware.
While looking for crocdile clips i came across another very good program for easily programming PIC's made by people who made crocodile clips.
http://www.yenka.com/en/Yenka_PICs/
Anyway I posted a huge wall so I will stop for now xD, going to try get a hold of a copy of crocdile clips and have a play around lol.