---
product_id: 3902091
title: "Running Small Motors with PIC Microcontrollers"
brand: "harprit singh sandhu"
price: "₱5571"
currency: PHP
in_stock: true
reviews_count: 7
url: https://www.desertcart.ph/products/3902091-running-small-motors-with-pic-microcontrollers
store_origin: PH
region: Philippines
---

# Running Small Motors with PIC Microcontrollers

**Brand:** harprit singh sandhu
**Price:** ₱5571
**Availability:** ✅ In Stock

## Quick Answers

- **What is this?** Running Small Motors with PIC Microcontrollers by harprit singh sandhu
- **How much does it cost?** ₱5571 with free shipping
- **Is it available?** Yes, in stock and ready to ship
- **Where can I buy it?** [www.desertcart.ph](https://www.desertcart.ph/products/3902091-running-small-motors-with-pic-microcontrollers)

## Best For

- harprit singh sandhu enthusiasts

## Why This Product

- Trusted harprit singh sandhu brand quality
- Free international shipping included
- Worldwide delivery with tracking
- 15-day hassle-free returns

## Description

Running Small Motors with PIC Microcontrollers

## Images

![Running Small Motors with PIC Microcontrollers - Image 1](https://m.media-amazon.com/images/I/61c9MY9LjRL.jpg)
![Running Small Motors with PIC Microcontrollers - Image 2](https://m.media-amazon.com/images/I/71jBrvKz4gL.jpg)
![Running Small Motors with PIC Microcontrollers - Image 3](https://m.media-amazon.com/images/I/41YdzFJAnPL.jpg)

## Customer Reviews

### ⭐⭐⭐⭐⭐ 5.0 out of 5 stars







  
  
    Kudos to Mr. Sandhu
  

*by S***N on Reviewed in the United States on October 5, 2009*

"Running Small Motors with PIC Microcontrollers" fills a void in the literature for those of us who don't write embedded firmware for a living.  Sandhu cuts through all the mystery surrounding the PIC, and uses an easy to understand compiler from Micro Engineering Labs called PIC Basic Pro.  This makes it especially easy for non-C programmers to get projects up and running quickly.  Although only unsigned integer math is supported, it is sufficient for many useful DC servo applications.  I was especially interested in running DC motors with quadrature encoders attached to them, and I agree that there is a considerable mystique attached to running these "servo" motors with encoder feedback.  What this really means is that a lot of the know-how for doing these things is locked up in trade secrets held by companies who depend on motion control to make a living.  Sandhu gives us a rare glimpse into the inner workings of discrete-time (digital) DC servo control on a very practical level, and I for one really appreciate his willingness to share this hard-won knowledge."Running Small Motors with PIC Microcontrollers" packs more useful information into 334 pages than any other book I have seen on this subject.  It is not overly theoretical, but instead gets right into the nuts and bolts of running PICs and interfacing them to the outside world, including motors.  The book covers all the essential details for getting a project up and running, and presents the material in a very logical order, with one concept building on another as the book is read through.  The reader follows along by actually doing each "mini-project" using the PIC Basic Pro compiler to run Sandhu's programs on the Micro Engineering Labs "LAB-X1" hardware platform.  The editor included with PIC Basic Pro, Micro Code Studio, provides seamless programming at compile time.  For this kind of work, where many elements of hardware and software have to work together, there is no substitute for direct experience as the reader gains knowledge.  I agree with Sandhu's "learn by doing" philosophy, and I believe this is a trend the engineering schools ought to be following.  Pure theory is necessary but not sufficient to build complex machines in the real world.(4-16-10) In response to a negative review on this site:I am writing a book to be published this fall entitled "DC Servos: Application and Design with MATLAB".  I used the same hardware as Mr. Sandhu, because it was the only platform I could get working in the time I had to publish my book.  I tried to reproduce hardware and software from Microchip's application note AN696, but was unable to get it to work in the lab. My philosophy was to only feature hardware and software in the book that I had personally gotten to work on my bench.  More specifically:1-The Lab X-1 board costs $200.00.  The USB programmer costs $90.00.  The Lab X-1 is a development tool, and many features of it are not used.  For making any end product, a new board would normally be designed to eliminate most of the unused parts (like the LCD display and push-buttons).2-I don't think it's necessarily true that anyone serious about programming PICs should be using C.  For those of us who don't know C well (like me), it's a serious barrier to entering the exciting PIC world.  As such, I felt shut out of the action until I picked up Sandhu's book.  As for the price of the Microchip C compiler, it is free for 60 days on a trial basis.  It took me longer than that to optimize my code for chapter 8 of "DC Servos".  The price for their full C compiler supporting the PIC 18 series controllers is $495.00.  On the other hand, the ME Labs PIC Basic Pro compiler costs $250.00.3-The pre-packaged amplifier board from Xavien is $45.00 and saves the user the hassle of bread-boarding and heat sinking the LMD18200 IC.  If the user prefers to do this, the LMD18200 is available from National Semiconductor as a sample, however the user needs to add charge pump capacitors to the circuit and make sure it is properly heat sunk and properly grounded.4-The Parallax Basic stamp is a different animal entirely.  It uses a Basic interpreter to "compile" code every time the program is run.  It is much too slow to handle the servo update rates required for DC motor position control and I don't believe interrupt requests are supported.I still think this is a great book at a bargain price...highly recommended!

### ⭐⭐⭐⭐ 4.0 out of 5 stars







  
  
    Contains some very good information
  

*by M***R on Reviewed in the United States on December 16, 2011*

This is a very good book for someone looking to get started with PIC mcu's.  I will warn you up front, the book uses ~$500us in products to get you started driving small motors with PIC's.  It uses the PIC BASIC PRO compiler, which is about ~$250us, and an experimenters board from the same company.  You do not need to spend this much to get your systems up and running, but the BASIC language is geared for beginners.  Microchip gives out their IDE, MPLAB, for free and lite versions of their C language compilers.  The term "lite" refers only to the lack of code optimization, other than that they seem to be full featured.  I personally use Mplab X, in Linux fedora, and it seems to work fine.  Microchip actually sells a couple of inexpensive development tools, most notably the microstick ( ~$25us ), but they also have a new line of arduino compatible devices that can be reflashed to use as a pic platform.  You can even breadboard a microcontroller, and just buy an Mplab compatible programmer.  The PicKit2 is a very popular model, and somewhat open source, but it will not program Pic32 parts like the PicKit 3 will.... Now back to the book because that is really what reviews are all about.I got a lot of great information from reading this book.  Even though I program in C, this book offers a great deal of insight as to the algorithms needed to design a motor control system.  This book also gives great details about the internal layout of the PIC.  I think it is a must read for anyone interested in learning about the PIC microcontroller.  I would have easily given it 5 stars, but I do not like the fact it is written around the BASIC language.  The C language is really easy to understand, and I think there may actually be less commands, but I could be slightly biased.  Once you have learned one language, it is easy to learn more...I recommend reading "The C Programming Language.  second edition" ISBN-10: 0131103628  ISBN-13: 978-0131103627It is only 274 pages, but there is a lot of great information contained inside, not to mention the book was written by the creator of the language!  For a free compiler to use with the examples in the book, I would recommend GCC, which is available at sourceforge.net.  A quick web search should put you in the right direction.Sorry to be so winded, but I just want to make sure you know what you are getting into.Good luck with the wonderful world of microcontrollers and embedded systems.

### ⭐⭐⭐⭐⭐ 







  
  
    Five Stars
  

*by X***X on Reviewed in the United Kingdom on August 25, 2014*

Perfeckt

---

## Why Shop on Desertcart?

- 🛒 **Trusted by 1.3+ Million Shoppers** — Serving international shoppers since 2016
- 🌍 **Shop Globally** — Access 737+ million products across 21 categories
- 💰 **No Hidden Fees** — All customs, duties, and taxes included in the price
- 🔄 **15-Day Free Returns** — Hassle-free returns (30 days for PRO members)
- 🔒 **Secure Payments** — Trusted payment options with buyer protection
- ⭐ **TrustPilot Rated 4.5/5** — Based on 8,000+ happy customer reviews

**Shop now:** [https://www.desertcart.ph/products/3902091-running-small-motors-with-pic-microcontrollers](https://www.desertcart.ph/products/3902091-running-small-motors-with-pic-microcontrollers)

---

*Product available on Desertcart Philippines*
*Store origin: PH*
*Last updated: 2026-05-19*