Locale Page...  Global  |  Germany  |  UK  |  USA
Your privat CyberGadget - The finest Resources for Web-Designer, Web-Master and Web-Developer!
Quick Search
Advertisement
Partner & Friends
Developersdex
Tutorial Guide
Send News    Add URL / Entry    Tag it:digg it!Stumble It!YahooMyWeb!del.icio.us!Simpify!reddit!Netvouz!Ma.gnolia!FurlIt!Blogmarks!BlinkList!
Books: Java & JavaScript

AVG Rating: 8.00
  Added 29 Nov 05   Updated JUST
The Definitive Guide to Building Java Robots (The Definitive Guide to)  
47.99 $
New from 37.38 $
9 Used from 37.38 $

Author Scott Preston
Publisher Apress
Publication Date 2005-11-11
Hardcover - 440 Pages
ISBN 1590595564

Amazon Reviews
amazon.com:

The way Scott lays out the book is really good too . . . He explains everything in easy to understand terms and provides sample code that you can use right away.

? Jim Brown, Robots.net

The Definitive Guide to Building Java Robots is for educators, students, hobbyists, and startups looking for Java/hardware interaction. This book shows you how to use your PC to build robots, and how you can interface with a microcontroller to do the basics. Youll learn to design your robot to navigate, see, speak, recognize your face, listen to you, and build maps.

For up-to-the-minute information, check out Scott’s Bots, the author’s own website.

amazon.com:

The way Scott lays out the book is really good too . . . He explains everything in easy to understand terms and provides sample code that you can use right away.

— Jim Brown, Robots.net

The Definitive Guide to Building Java Robots is for educators, students, hobbyists, and startups looking for Java/hardware interaction. This book shows you how to use your PC to build robots, and how you can interface with a microcontroller to do the basics. Youll learn to design your robot to navigate, see, speak, recognize your face, listen to you, and build maps.

For up-to-the-minute information, check out Scott’s Bots, the author’s own website.

amazon.com:

The way Scott lays out the book is really good too . . . He explains everything in easy to understand terms and provides sample code that you can use right away.

— Jim Brown, Robots.net

The Definitive Guide to Building Java Robots is for educators, students, hobbyists, and startups looking for Java/hardware interaction. This book shows you how to use your PC to build robots, and how you can interface with a microcontroller to do the basics. You’ll learn to design your robot to navigate, see, speak, recognize your face, listen to you, and build maps.

For up-to-the-minute information, check out Scott’s Bots, the author’s own website.

amazon.com:

The Definitive Guide to Building Java Robots is for educators, students, hobbyists, and startups looking for Java/hardware interaction. This book shows you how to use your PC to build robots, and how you can interface with a microcontroller to do the basics. You’ll learn to design your robot to navigate, see, speak, recognize your face, listen to you, and build maps.

[ Add a Comment ]Amazon Customer Comments
Good bookRating: 4
23 Jan 2008 @ amazon.com
This book provides a window to many technologies like motion, speech, and vision. It tackles a wide spectrum of topics and is a good place for a beginner to see whats out there.
Very good book on this subject.Rating: 4
19 Mar 2007 @ amazon.com
If you want to control a microprocessor with your PC using Java programs then this is the book to show you how.

You will need to know Java in order to understand the programs. You’ll have to set up the Java communications Api, which is just a matter of downloading it from the Sun website and then placing the files in the correct directories on you PC.

He illustrates the use of the Basic Stamp II [...]. This is a great microprocessor to get started with because it’s very easy to use and they have great support for beginners. You don’t need to know how to program the Basic Stamp as a prerequisite, you can learn this while doing it using a very simple dialect of Basic programming. You can also use the same microprocessor programs he wrote for the Stamp for use with PicBasic, (with some editing) since they’re very similar.

You don’t need experience programming microprocessors, you learn as you do.
You do need to know Java in order to understand the PC programs written in Java. Even without previous Java experience you can still compile and run the programs from this book and make the "Robots".

Good starting place for PC based robotsRating: 5
19 Apr 2006 @ amazon.com
If you want to make a robot based on a PC, and you like java as a programming language, this is the book for you. It covers building a robot from a PC, a Basic Stamp II, and a Serial Servo Controller. The author does an amazing job building up classes from the hardware level to the navigation level.

Michael Ferguson
Interesting robotics bookRating: 4
29 Jan 2006 @ amazon.com
I was taken back when I first got the book as all the sample code seemed to be in Parallax’s PBASIC. I thought this was a Java robotics book! But as I got into it, the robot is programmed in Java and talks to BASIC Stamp microcontrollers via serial interface. The microcontrollers handle critical peripherals. He does say that you could use another microcontroller instead of the BASIC Stamp, and suggests the Parallax Javelin Stamp which is programmed in Java as well. In fact, on his web site, he has the Javelin code to replace the PBASIC code in the book if you should decide to go that route and keep everything pure Java (which I recommend as I really like the Javelin Stamp). The book does go into a number of topics such as vision, speech, etc. and does a good job of covering each subject. To me, this is a keeper. It is a good reference.
A Good Way To Get Started QuicklyRating: 5
12 Jan 2006 @ amazon.com
To go with this book be sure to visit www.scottsbots.com. Here you will find color pictures and additional description of the various robots described in the book. (There might also be an update or two to the software presented in the book).

This is one of the few books around that combine both software (Java in this case) and hardware design. Building working robots require both, and here both are presented, although the real focus of the book is on the software. The hardware is specialty modules that are designed to handle various robotic functions common in modern robotics. These include fairly complex subjects such as speech and vision.

The focus of the book, however is on the software. The hardware items basically are only converters that change sensed input into a stream of bits, or take a stream of bits and then convert them into motion, speech or whatever. Accepting this kind of input and outputting the appropriate control secquences is the subject of this book. It is a book that summarizes currently available components and works with them to make functioning units.

It’s a great place to start learning about or working in robotics.
OK high-level guide to Java control of robotsRating: 3
12 Jan 2006 @ amazon.com
It is really difficult to rate this book. If you are a hobbyist who is somewhat Java-savvy and you are looking for a book that gives you rather non-complex code that performs complex tasks primarily by harnessing the power of native as well as open source Java API’s, I would give this book four stars. If you are looking for some technical or computational details on some of the interesting topics that the author covers I would give it two stars since there is very little of that in this book. Therefore, considering all possible audiences, I give it 3 stars, or an average rating. This book is not a tutorial on the Java API’s that it mentions, but it is the only book I know of that even talks about how to do anything with speech synthesis or voice recognition in Java using the free implementation of the Java Speech API, which is FreeTTS. I actually tried out some of the author’s Java speech programs, and they do work as advertised. The author performs his interesting tasks by harnessing the Java Beans activation framework, the Java Communications API for serial port communication, FreeTTS and Sphinx API’s for speech applications, the Java Advanced Imaging API and Java Media Framework for computer vision and camera control, and the servlet and JSP API for more complex control of a robot. He has even written his own package that pulls together all of these API’s to perform integrated tasks, such as object recognition that integrates image processing, camera control, and speech recognition. Thus, I recommend this for a hobbyist who already knows Java and wants to use that language to control robots at a very high system-level. I do not recommend this book for people looking for theory or algorithms related to the topic of robot control. I notice that Amazon does not show the table of contents so I do that here:
1. A Primer
2. Serial Communication
3. Motion
4. Sensors
5. Speech
6. Vision
7. Navigation
8. Other Topics
9. Sample Programs
A. Definitive Guide API (Author’s Software)
B. Microcontroller Reference
C. Robot Parts Reference
Add a Comment!  You must login first, to write an comment/review!
Topic / Title / Summary ...


Comment / Review


 

© 2001 - 2008 CYGAD.NET | All rights reserved. | Terms of Service | About | Time data: GMT +1! | Portal Release X2.6.1 Beta | RunTime: 1.7324
Optimized for Internet Explorer Internet Explorer 6.0+, Firefox Firefox 1.5+!