Please help support the site by donating at the link below.https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8ZRU34U47BESW
oh ok, does anyone have a full board diagram, i am having a hard time reading these :/
hey guys..wenevr i play with my play and charge kit ..the controller fires by itself..help!
Nobody writes hex, that's machine code (well binary converted to base 16), which is executed by the processor. What 3D0 said was useful, you could try looking at some assembly files already written, assembler is also a low level language but it is readable by humans. I not entirely sure how most people go about writing code for embedded systems, but I would be inclined to use a high level such as C to make it easy for myself. I'm sure there must be some software out their that lets you cross compile these languages to PIC's (MPlab?). Anyway ubagaming what is your experience with code? because starting from scratch would be quite difficult, you could however with a little knowledge modify a current code (with a available .asm) to suit you.
Actually that is not necessarily true, Hazer's code is one of, if not the, most advanced codes out there, and it is written in asm.