ultra Posted December 7, 2006 Report Share Posted December 7, 2006 i am very interested in learning at least the basics of PIC programming. basically, i have a box i'm going to build that has various kinds of distortion and a compressor, and instead of patching each device with cables, i would like an lcd and a programmed pic to route the audio. does anybody know of a good book for beginners that will teach the basics of the code (c is preferred) as well as give me project examples for pic programming? i know visual basic fairly well but i have never done any programming in c, so the book would have to give a decent amount of focus on the language as well as pic related example projects. i looked at the 123 pic projects for the evil genius or whatever it's called, but that book got terrible reviews.thanks! Quote Link to comment Share on other sites More sharing options...
stryd_one Posted December 8, 2006 Report Share Posted December 8, 2006 www.piclist.com :) Quote Link to comment Share on other sites More sharing options...
audiocommander Posted December 8, 2006 Report Share Posted December 8, 2006 free programming eBookshttp://www.programmingebooks.tk/very good complete PIC book, ASM focus:http://www.mikroe.com/en/books/picbook/0_Uvod.htmalso read the PIC's datasheet!and of course:http://www.ucapps.de/mios_download.htmlhttp://www.ucapps.de/mios_c.html (bottom of page)http://www.ucapps.de/cmios_fun.htmlhttp://www.midibox.org/dokuwiki/doku.php?id=application_developmentand (most important of all!):- think about an easy to reach first project (eg instead of complicated DSP stuff, program your own midi-Filter box) and just do it. Don't think about the top of the mountain, just start climbing it (sais Nietzsche, not me ;D )Cheers,Michael Quote Link to comment Share on other sites More sharing options...
Jidis Posted December 8, 2006 Report Share Posted December 8, 2006 Ultra,If you've done no PIC work, the "Easy Microcontrol'n" book from Square One (http://www.sq-1.com/) is pretty easy to get through. It will only take you through some 16F84 stuff, and some of it is probably dated, but I still like it. ;)I like Predko's "Digital Electronics Demystified" book a lot too (very inexpensive), but don't care for the Programming & Customizing PIC Microcontrollers one I bought. It's poorly organized and hard to navigate (also a bit dated now). George Quote Link to comment Share on other sites More sharing options...
ultra Posted December 8, 2006 Author Report Share Posted December 8, 2006 thank you all for the suggestions. this should be plenty of information to get started with :). Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.