Customer Reviews


7 Reviews
5 star:
 (5)
4 star:    (0)
3 star:    (0)
2 star:    (0)
1 star:
 (2)
 
 
 
 
 
Average Customer Review
Share your thoughts with other customers
Create your own review
 
 
Only search this product's reviews

The most helpful favorable review
The most helpful critical review


3 of 3 people found the following review helpful:
5.0 out of 5 stars An Excellent Book
The book is about using the C compiler to program microcontrollers, the 8051 series. I found the book to be extremely useful during my undergraduate studies and my final year project.

You can get a free Keil C compiler from the site www.keil.com or from the site: www.hitex.co.uk

The book explains working tested projects and not just the theory. Well done the author.

Published on May 17, 2004 by J Jones

versus
10 of 12 people found the following review helpful:
1.0 out of 5 stars Good illustrations and tables
There are a few good illustrations and tables, however this book lacks the Machine Code and Hex Code needed to make these projects universally compatible. The code is exclusively written for the Keil C51 compiler which costs over $1000.00!!! He gives names of alternate compilers which could possibly be made to work with the projects in the book but fails to give the...
Published on March 6, 2004


Most Helpful First | Newest First

10 of 12 people found the following review helpful:
1.0 out of 5 stars Good illustrations and tables, March 6, 2004
By A Customer
Amazon Verified Purchase(What's this?)
This review is from: Microcontroller Projects in C for the 8051 (Newnes) (Paperback)
There are a few good illustrations and tables, however this book lacks the Machine Code and Hex Code needed to make these projects universally compatible. The code is exclusively written for the Keil C51 compiler which costs over $1000.00!!! He gives names of alternate compilers which could possibly be made to work with the projects in the book but fails to give the needed information to do that.

I am not a beginner to the C programming language and found it just about impossible to try and make some other compiler do the job. First of all, you will need the #include <AT892051.h> file. Either you have to make one, or find one, and even if you are able to find one, you will probably need to modify it in order to make it work with your compiler. Your compiler needs to compile without errors and produce a HEX file. Good luck to you with that!

I tried to contact the Author and found that there is no Web Site or Email address listed, so there is no way of getting any additional information. He obviously knows his subject matter but fails to realize that maybe we don't. That's why I bought the book! Why write a book like this and hide from your readers??

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


3 of 3 people found the following review helpful:
5.0 out of 5 stars An Excellent Book, May 17, 2004
This review is from: Microcontroller Projects in C for the 8051 (Newnes) (Paperback)
The book is about using the C compiler to program microcontrollers, the 8051 series. I found the book to be extremely useful during my undergraduate studies and my final year project.

You can get a free Keil C compiler from the site www.keil.com or from the site: www.hitex.co.uk

The book explains working tested projects and not just the theory. Well done the author.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 3 people found the following review helpful:
1.0 out of 5 stars TERRIBLE. A datasheet and a few app notes would trump this joke, April 16, 2007
By 
Doov (California) - See all my reviews
This review is from: Microcontroller Projects in C for the 8051 (Newnes) (Paperback)
I bought this book because I wanted to learn how to develop C for an 8051 (shocking given the title of the book). This book gives zero theory, terrible examples, and is tied to specific hardware (meaning - again - that it's not general enough to provide theory or practice of writing embedded C). I have a heavy EE background and am a reasonable assembler programmer. I wanted to learn embedded C because I thought I needed it for a particular application. Turns out that a) I didn't need C (assembly worked fine/better), and b) if you want to learn embedded C (and already know some PC C and programming), you DON'T want this book. It stinks, it's over priced, and certainly isn't for anyone who is serious about doing anything beyond the prescribed projects in this book. If you're a hobbyist, maybe this book is for you, but otherwise just pick up a datasheet/app notes and google.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5.0 out of 5 stars The best THIN book on Microcontroller Project IF and Only IF you want to use KEIL C51, March 29, 2010
This review is from: Microcontroller Projects in C for the 8051 (Newnes) (Paperback)
I read the review of another customer who was frustrated about the fact that the book is only good for KEIL C51 which costs around 2000$. To my fate, when I started learning about Microcontroller, I started with this book and so, I believed that Keil C51 is THE language for microcontroller :) anyway, I spent days and months on internet, searching on reviews and found that, Keil C51 is the BEST for serious Engineers who cares about efficiency in real time. But I learned Microcontroller when I was in the University as a student and I could never afford to buy Keil uVision. But hey, Keil provides a Trial version which can compile code which cannot be more than 2KB in Size and the target device cannot be less than 2KB. So, if you want to learn C51 without purchasing, you still have the option. Later, I found many other alternatives to microcontroller programming like Small C and others, but, none is closed to Keil C51. So, if you are serious about learning Microcontroller programming, why wont you start learning the best compiler from the beginning!! This book was SOOOOOO Interesting and Exciting for me as a beginner that, I was feeling like a hero when I followed this book's simple instructions to setup my 8051 circuit, wrote simple C program and made my LED flashing, oweeeee :)) It was a great pleasure indeed.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5.0 out of 5 stars Glad I chose this book, April 20, 2008
This review is from: Microcontroller Projects in C for the 8051 (Newnes) (Paperback)
Excellent tutorial for the 8051 hardware novice on how to use the C language to develope simple 8051 control projects, gaining valuable insights on port access and program setup that can lead to more complicated projects developed by the user.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


3 of 5 people found the following review helpful:
5.0 out of 5 stars A concise, clear and helpful book, September 27, 2001
This review is from: Microcontroller Projects in C for the 8051 (Newnes) (Paperback)
The book covers many projects using the C Language. The book was almost-essential for my Undergraduate Studies, and I recommend it without doubt.

The style and flair of D. Ibrahim is also excellent, as common cliches and examples are avoided, leaving useful raw information which is not only helpful to the undergraduate but also to professionals and teachers.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5 of 9 people found the following review helpful:
5.0 out of 5 stars Good book, December 18, 2000
A Kid's Review
This review is from: Microcontroller Projects in C for the 8051 (Newnes) (Paperback)
The book starts good with basic stuff and slowly gets hard. There is lots of usefull infermation and handy tips. The stuff really gets yuo lerning, and I think its well worth reading even if like me you dont known much about microcontrollers.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


Most Helpful First | Newest First

This product

Microcontroller Projects in C for the 8051 (Newnes)
Microcontroller Projects in C for the 8051 (Newnes) by Dogan Ibrahim (Paperback - June 19, 2000)
$69.95 $59.04
In Stock
Add to cart Add to wishlist