Designing embedded systems with PIC microcontrollers : principles and applications / Tim Wilmshurst.

This book is a hands-on introduction to the principles and practice of embedded system design using the PIC microcontroller. Packed with helpful examples and illustrations, it gives an in-depth treatment of microcontroller design, programming in both assembly language and C, and features advanced to...

Full description

Saved in:
Bibliographic Details
Main Author: Wilmshurst, Tim
Format: eBook
Language:English
Published: Amsterdam ; Boston : Newnes, 2007.
Edition:1st ed.
Subjects:
Online Access:Click for online access

MARC

LEADER 00000cam a2200000 a 4500
001 ocm85824190
003 OCoLC
005 20240909213021.0
006 m o d
007 cr cnu---unuuu
008 070309s2007 ne a ob 001 0 eng d
040 |a N$T  |b eng  |e pn  |c N$T  |d YDXCP  |d OCLCQ  |d UBY  |d IDEBK  |d ZCU  |d E7B  |d OCLCQ  |d OCLCO  |d OCLCQ  |d UA@  |d OCLCF  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OPELS  |d OCLCQ  |d AZK  |d JBG  |d COCUF  |d AGLDB  |d MOR  |d PIFAG  |d LIV  |d OCLCQ  |d U3W  |d STF  |d WRM  |d D6H  |d OCLCQ  |d VTS  |d NLE  |d INT  |d VT2  |d OCLCQ  |d COO  |d UKMGB  |d WYU  |d OCLCQ  |d LEAUB  |d M8D  |d VLY  |d UKCRE  |d UKAHL  |d QGK  |d AUQ  |d OCLCQ  |d OCLCO  |d OCLCQ  |d EZC  |d OCLCL  |d OCLCQ 
015 |a GBA655897  |2 bnb 
016 7 |a 013494962  |2 Uk 
016 7 |a 017581209  |2 Uk 
019 |a 162130414  |a 505128320  |a 507020858  |a 648129302  |a 961596993  |a 962701484  |a 988435466  |a 991926460  |a 1034933218  |a 1037785570  |a 1038683187  |a 1055374014  |a 1062859141  |a 1081290677  |a 1103277902  |a 1129349601  |a 1153039219  |a 1162366019  |a 1192342771  |a 1200941308  |a 1228558655  |a 1241847482 
020 |a 9780080468143  |q (electronic bk.) 
020 |a 0080468144  |q (electronic bk.) 
020 |a 1280747404 
020 |a 9781280747403 
020 |a 9786610747405 
020 |a 6610747407 
020 |z 0750667559  |q (pbk.) 
020 |z 9780750667555  |q (pbk.) 
035 |a (OCoLC)85824190  |z (OCoLC)162130414  |z (OCoLC)505128320  |z (OCoLC)507020858  |z (OCoLC)648129302  |z (OCoLC)961596993  |z (OCoLC)962701484  |z (OCoLC)988435466  |z (OCoLC)991926460  |z (OCoLC)1034933218  |z (OCoLC)1037785570  |z (OCoLC)1038683187  |z (OCoLC)1055374014  |z (OCoLC)1062859141  |z (OCoLC)1081290677  |z (OCoLC)1103277902  |z (OCoLC)1129349601  |z (OCoLC)1153039219  |z (OCoLC)1162366019  |z (OCoLC)1192342771  |z (OCoLC)1200941308  |z (OCoLC)1228558655  |z (OCoLC)1241847482 
037 |a 115310:115405  |b Elsevier Science & Technology  |n http://www.sciencedirect.com 
050 4 |a TK7895.E42  |b W552 2007eb 
072 7 |a COM  |x 050000  |2 bisacsh 
072 7 |a COM  |x 074000  |2 bisacsh 
072 7 |a COM  |x 041000  |2 bisacsh 
049 |a HCDD 
100 1 |a Wilmshurst, Tim. 
245 1 0 |a Designing embedded systems with PIC microcontrollers :  |b principles and applications /  |c Tim Wilmshurst. 
250 |a 1st ed. 
260 |a Amsterdam ;  |a Boston :  |b Newnes,  |c 2007. 
300 |a 1 online resource (xxiii, 556 pages) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
504 |a Includes bibliographical references and index. 
588 0 |a Print version record. 
505 0 |a Introduction; Getting started with embedded systems; Minimum systems and the PIC 16F84A; Parallel ports, power supply and the clock oscillator; Starting to program- an introduction to Assembler; Building Assembler Programs; Working with time: interrupts, counters and timers; Larger systems and the PIC 16F873A; The human and physical interfaces; Taking timing further; Starting with serial; Data acquisition and manipulation; Smarter systems and the PIC 18FXX2; The PIC 18FXX2 peripherals; Introducing C; C and the embedded environment; Acquiring and using data with C; More C and the wider C environment; Multi-tasking and the real time operating system; The Salvo real time operating system; Techniques of connectivity and networking; Appendices. 
520 |a This book is a hands-on introduction to the principles and practice of embedded system design using the PIC microcontroller. Packed with helpful examples and illustrations, it gives an in-depth treatment of microcontroller design, programming in both assembly language and C, and features advanced topics such as networking and real-time operating systems. It is accompanied by a CD-ROM containing copies of all programs and software tools used in the text and a student version of the C complier. Designing Embedded Systems with PIC Microcontrollers: Principles and Applications is ideal for students of electronics, mechatronics and computer engineering. Engineers in industry and informed hobbyists will also find this book a valuable resource when designing and implementing both simple and sophisticated embedded systems using the PIC Microcontroller. Support material, including new and supporting information, links to useful sites, and errata, is available from the book's <A HREF=http://www.embedded-knowhow.co.uk/book2.htm>companion site</a>. *Gain the knowledge and skills required for developing today's embedded systems, through use of the PIC microcontroller. *Explore in detail the 16F84A, 16F873A and 18F242 microcontrollers as examples of the wider PIC family. *Learn how to program in Assembler and C. *Work through sample designs and design ideas, including a robot in the form of an autonomous guided vehicle. *Accompanied by a CD-ROM containing copies of all programs and software tools used in the text and a student' version of the C complier. 
546 |a English. 
650 0 |a Embedded computer systems  |x Design and construction. 
650 0 |a Microprocessors  |x Design and construction. 
650 7 |a COMPUTERS  |x Hardware  |x Personal Computers  |x General.  |2 bisacsh 
650 7 |a COMPUTERS  |x Hardware  |x Handheld Devices.  |2 bisacsh 
650 7 |a COMPUTERS  |x Microprocessors.  |2 bisacsh 
650 7 |a Embedded computer systems  |x Design and construction  |2 fast 
650 7 |a Microprocessors  |x Design and construction  |2 fast 
655 7 |a dissertations.  |2 aat 
655 7 |a Academic theses  |2 fast 
655 7 |a Academic theses.  |2 lcgft 
655 7 |a Thèses et écrits académiques.  |2 rvmgf 
776 0 8 |i Print version:  |a Wilmshurst, Tim.  |t Designing embedded systems with PIC microcontrollers.  |b 1st ed.  |d Amsterdam ; Boston : Newnes, 2007  |z 0750667559  |z 9780750667555  |w (OCoLC)70173552 
856 4 0 |u https://ebookcentral.proquest.com/lib/holycrosscollege-ebooks/detail.action?docID=284017  |y Click for online access 
903 |a EBC-AC 
994 |a 92  |b HCD