Programing Boards

Synric

Beta member
Messages
1
I have been looking for days but I have found nothing. I am trying to gain some knowledge on how computer boards/chips, specifically ones that are found in paintball guns, are programmed and what type of languages is used. A example of some of the chips paintball guns use can be viewed here Specifically this one Any information on were to start would be appreciated
 
Usually embedded programs are written in C... though there are obviously no file functions!

(practically any chip will do to make a paintball gun)...

When I program chips I use

Microchip MPLAB available from Microchip.com (free)
I use PIC-C as a compiler (though this is not free, though you can find free ones)
I use ICProg to program the chips.
I use a home made chip flasjing device which is based on the JDM programmer. http://www.jdm.homepage.dk/newpic.htm
(thoghmine is customise o take 18 pin and 40 pin DILL packages.

and I get the chips from Microchip as well.

though you can probably find out different solutions by searching a little more.

It's very handy to have a printout of the chip manual and to actually read it!
its also handy to have a guide to C (even if you have to write it yourself) printed to refere to.
 
Back
Top Bottom