You are currently browsing the archives for the Books category.
20. February 2010 by admin.
From: http://www.mikroe.com/en/books/dspicbook/mikropascal/
Learn how to write your own program, debug it, and use it to start the microcontroller. We have provided plenty of practical examples with necessary connection schematics: temperature sensors, AD and DA converters, LCD and LED displays, relays, communications, and the book is constantly being updated with fresh examples. All code is commented in details to make it easier for beginners. Instruction set, operators, control structures, and other elements of PASCAL are thoroughly explained with many examples. Also, the book includes a useful appendix on mikroPascal for dsPIC development environment: how to install it and how to use it to its full potential.
Authors: Zoran Milivojević, Djordje Šaponjić
Posted in Pascal, MikroElektronika, DSP, 16-bit, dsPIC, Books | 1 Comment »
9. February 2010 by admin.
From: http://www.mikroe.com/en/books/digital-filter-design/
The purpose of this book is to provide you with different theorethical and practical approaches to digital filter design. The book covers design of both finite and infinite impulse response filters. In addition, it applies the most popular and most commonly used design methodes giving the best solutions. Intuitive explanations and numerous examples contained in this book will help you to devolope your understanding of these methods and test your knowledge on concrete issues.
Author: Zoran Milivojević
Posted in Digital Filter Design, MikroElektronika, Free Stuff, Books | 1 Comment »
11. January 2010 by admin.
From:
http://www.qwikandlow.com/
As embedded microcontrollers reach into all corners of modern life, many applications can benefit from coin-cell battery power. Some benefits are reduced product size and cost, enhanced design simplicity, portability, and electrical isolation. Microchip Technology, the number one supplier of 8-bit microcontrollers in the world, is using their nanoWatt Technology features to achieve these benefits.This book explores how these features impact the design process. It employs the Qwik&Low board shown on the cover as the learning vehicle for the reader. The board is available as Microchip Technology’s Part No. DM183034. For purchase information, see http://www.qwikandlow.com/purchase/ This book introduces the reader to code writing for a microcontroller via a series of template files and using Microchip’s free version of their C compiler for their PIC18 family of microcontrollers. Free supporting tools are available at the author’s website, http://www.qwikandlow.com, including QwikBug, a debugging user interface for downloading code to the Qwik&Low board, running that code, and debugging it using a serial PC connection (via either a serial cable or a USB-to-serial adapter).About the author: John Peatman, Professor of Electrical and Computer Engineering at the Georgia Institute of Technology, is the author of six earlier textbooks (two from Prentice Hall and four from McGraw-Hill).
Posted in Debugger, Battery Power, Qwik&Low, Complier, 8-bit, Free Stuff, PIC, Books | 1 Comment »
23. November 2009 by admin.
Price: $155.00 from http://store.nutsvolts.com/product.php?productid=16889&cat=0&page=1

Getting Started with PICs:
In the January 2006 Nuts & Volts Magazine, Chuck Hellebuyck started a column titled “Getting Started with PIC’s” that focused on the beginner and PICBASIC PRO. It became a popular column and continues in Nuts & Volts Magazine today.
Beginner’s Guide to Embedded C Programming:
The C language has been covered in many books but none as dedicated to the embedded microcontroller beginner as the Beginner’s Guide to Embedded C Programming. Through his down to earth style of writing Chuck Hellebuyck delivers a step by step introduction to learning how to program microcontrollers with the C language. In addition he uses a powerful C compiler that the reader can download for free in a series of hands on projects with sample code so you can learn right along with him. For the hardware he found the best low cost but effective development starter kit that includes a PIC16F690 microcontroller and everything else the beginner needs to program and develop embedded designs, even beyond the book’s projects. There isn’t a better entry level guide to learning embedded C programming than the Beginner’s Guide to Embedded C Programming.
Beginner’s Guide to Embedded C Programming Vol 2:
In this “Volume 2” Chuck takes the reader to the next level by introducing how to drive displays, how to use interrupts, how to use serial communication, how to use the internal hardware peripherals of the PIC16F690 Microcontroller such as SPI, PWM and Timers. He even introduces how to drive a stepper motor for those looking for electromechanical design help. He tackles these topics with his typical down to earth style of writing that makes the reader comfortable as they learn what some consider very difficult topics for the beginner. In addition he continues to use the very powerful HI-TECH C compiler in its free Lite mode so the reader can program along with little or no expense.
PIC Kit2 Starter Kit:
The PICkit 2 Starter Kit contains a PICkit 2 Microcontroller Programmer and a PICkit 2 Low Pin Count Demo Board containing a PIC16F690 PDIP for getting started with programming baseline and midrange flash microcontrollers. PICkit 2 takes advantage of Microchips Full-Speed USB device, thereby significantly speeding up development programming. The PICkit 2 Low Pin Count Demo Board supports 8-, 14-, and 20-pin PICmicros. In addition to the PIC16F690, the board comes with 4 LEDs, a pushbutton, and a pot. Also included are 12 lessons to help get developers up to speed quickly on programming PICmicro MCUs.
PIC Kit2 Upgrade Parts
These components are added to the PICKit 2 that Chuck uses for his projects in his new book.
Posted in Nuts & Volts, Programmer, PIC, Books | 1 Comment »
31. July 2009 by admin.

Robert B. Reese, “Microprocessors: From Assembly Language to C Using the PICI8FXX2″
Charles River Media | 2005 | ISBN: 1584503785 | 652 pages | PDF | 9,25 MB
This book is designed for a first course in microprocessors or it may be used as a reference for practicing engineers. The book is unique in presenting a balanced, integrated topic coverage of assembly language programming, microcontroller programming via the C language, and hardware interfacing. Programming topics are discussed using both assembly language and C, while hardware interfacing examples use C to keep code complexity low and improve clarity. A goal of this book is to prepare students for advanced courses in embedded systems or computer architecture. As such, the topic coverage is wide, with a mixture of software and hardware topics. The assembly language programming topics emphasize the linkage between C language constructs and their assembly language equivalents, so that students clearly understand the impact of C coding choices in terms of execution time and memory requirements. Hardware interface topics included in the textbook cover the fundamentals (parallel, serial, interrupts, A/D, D/A) using devices that do not require an extensive circuits background. Laboratory Projects These provide an extensive off-the-shelf lab experience (13 experiments) for using the PIC18: one experiment on introductory computer architecture topics, four experiments on PIC18 assembly language, and eight hardware experiments. The hardware experiments require the read to breadboard a PIC18F242 system that includes a serial EEPROM, external 8-bit Digital-to-Analog converter, and RS232 interface, and an infrared receiver module. The hardware labs cover all major subsystems on the PIC18: A/D, timers, asynchronous serial interface, and the 12C interface. All hardware labs are programmed in C, using the HI-TECH PICC18 compiler. A supplemental website (www.reesemicro.com) has book C code examples that have been modified to be compatible with both the Microchip MCC18 and HI-TECH PICC18 compilers, as well as lecture notes and sample quizzes.
From: http://www.ebooksz.cn/2009/03/microprocessors-from-assembly-language.html
Posted in Assembly, Source Code, HI-Tech, C Programming, Books, 8-bit, Microchip | 2 Comments »
16. July 2009 by admin.
“Time’n and Count’n” is an intermediate level book on 16-bit timing and counting applications using Microchip Technology’s PIC ® microcontrollers. More opportunities for creating fun projects are described. Learning to use timer 1 (TMR1) with it’s powerful capture, compare and pulse width modulation (PWM) modes will expand your PIC microcontroller design capabilities significantly. TMR1, which is an on-board feature of many of the mid-range PIC microcontrollers, is a 16-bit timer/counter. The maximum count is 65,535 vs. 255 for timer 0 (TMR0). This is a big help! TMR1 used in conjunction with the capture, compare, PWM (CCP) module may be programmed to do useful things unattended leaving the PIC free to perform other tasks. A special pin may be used for external inputs to TMR1 and another special pin may be used as an external output from TMR1. The techniques presented in the book are useful for generating single time intervals and free running outputs as well as for measuring period and frequency. PWM using TMR1 unattended is also described. These timing and counting techniques serve as the basis for designing and building your own period and frequency generating and measuring test equipment as described in the book. By David Benson (8-1/2 x 11 format, 218 pages, $34.95).
Download the code at http://www.sq-1.com/srccode.html
Posted in Timing, SQUARE 1 ELECTRONICS, Source Code, 8-bit, Books | No Comments »
22. May 2009 by admin.
at http://www.ccsinfo.com/content.php?page=education2
C What Happens is a series of explanations and examples for those who want to lea
rn to program PIC® microcontrollers using the C programming language. It is assumed that the reader has no knowledge of PIC® microcontrollers or programming, but does have a rudimentary understanding of electronics. The reader will learn to create programs by making selections from a large variety of built-in functions provided in the CCS C Compiler, writing his/her own functions as needed, and writing executable statements. The reader will “C what happens” by programming a PIC® microcontroller with the newly created code and exercising it using a simple circuit described in the book. The subject matter is laid out in a logical progression from simple to not-so-simple and is illustrated with lots of examples.
Posted in Complier, CCS, PIC, Books | 1 Comment »
19. May 2009 by admin.
|
There will be a hands-on workshop at the ASEE annual conference in June 2009 on using the PIC24 in an introductory microcontroller course. Participants are assumed to already have familiarity with microcontroller basics (the particular vendor/family is unimportant). Given this assumed background, the workshop is a fast-paced introduction to assembly language and C language programming/interfacing with the Microchip PIC24 microcontroller family. Participants will need to have a portable PC that runs some form of Windows (Windows 2000 or later) in order to install the various software tools used in the hands-on exercises. Participants should also have two free USB ports on their PC in order to take full advantage of the hands-on exercises. Take-home PackageThe ticket cost is $70, for which the participants will receive to take home:
Tentative ScheduleA tentative schedule for the workshop is show below: 9:00—9:30 Introduction, Setup The schedule is aggressive, and the hands-on exercises are designed to be self-paced. There are more exercises included in the workshop material than we can actually cover, so participants can continue working with the material at home if desired. We have also reached a tentative agreement with Intronix to provide an Intronix 34 Channel USB logic analyzer to each participant for use during the workshop (but not to take home). This is a great USB logic analyzer that is also very affordable (~$400). Participants will install the following tools on their PCs to be used during the training:
|
Posted in Training & Education, Tradeshows, Logic Analyzer, USB, 16-bit, Development Tool, Books, MPLAB | 1 Comment »
11. May 2009 by admin.
“Serial Communications” is a comprehensive advanced level book which details various methods for implementing serial communications between a Microchip PIC microcontroller and an external device. Asynchronous serial communications is covered both by using an on-chip USART and by bit-bang methods. The RS-232 standard is explained. A discussion of synchronous serial communications includes the I2C (Philips Semiconductors), SPI (Motorola) and Microwire (National Semiconductor) protocols. The Dallas Semiconductor 1-Wire bus is described. Many code examples are included as modules which will provide the basis for the reader’s own PIC microcontroller applications. By Roger Stevens (8-1/2 x 11 format, 566 pages, $49.95).
Download the code at http://www.sq-1.com/srccode.html
Posted in SPI, I²C, Microwire, SQUARE 1 ELECTRONICS, RS-232, PIC, Serial Communications, Source Code, Books | 1 Comment »
9. April 2009 by admin.
“MICROCONTROL’N APPS” (formerally “Pic n Up the Pace”) is an intermediate level applications guide covering Microchip Technology’s PIC ® Microcontrollers. Serial communication as a means of transferring data between PIC microcontrollers and peripheral chips and also between two or more PIC microcontrollers is described. Use of the 93C46 serial EEPROM is detailed as an example. Since we live in an analog world, A/D and D/A are discussed with several methods illustrated for each. Conditioning signals from sensors with an analog voltage output is described. Interfacing PIC microcontroller-controlled systems with humans requires some math, binary to decimal conversion and vice versa, alphanumeric LCD interfacing and scanning keypads. Single wire serial communication with a PIC-controlled LCD module which can be built by the reader is included. A digital thermometer project brings these topics together as an example. The book also explains how to establish serial communication between a PIC microcontroller and a PC via a RS-232 conversion circuit and a terminal program. These techniques are used in a digital voltmeter/data logger experiment for uploading data to a PC for display plus graphing using a spreadsheet program. Moving up or down from the now familiar PIC16F84 to other devices is covered in detail so that you will easily be able to work with the new devices being introduced by Microchip. Finally, use of the Microchip in-circuit debugger (ICD2) is described. “Microcontrol’n Apps” gives the reader the tools to design, build, and debug intermediate level microcontroller-based instrumentation and systems. By David Benson (8-1/2 x 11 format, 437 pages, $44.95).
Download the code from http://www.sq-1.com/srccode.html
Posted in Source Code, RS-232, SQUARE 1 ELECTRONICS, LCD, Debugger, Serial Communications, Books, PIC, 8-bit, MPLAB | 2 Comments »