Tampilkan postingan dengan label Projects. Tampilkan semua postingan
Tampilkan postingan dengan label Projects. Tampilkan semua postingan

Rabu, 19 September 2007

Home Hacking Projects for Geeks Pdf

Home Hacking Projects for Geeks  0596004052 pdf



Edition: 1
Release: 2004-12-23
Publisher: O'Reilly Media
Binding: Paperback
ISBN/ASIN: 0596004052



Home Hacking Projects for Geeks (Hacks)

Take a geek and a PC, add one soldering iron, a home, and a copy of Home Hacking Projects for Geeks, and you'll give new meaning to the term, "home improvement. Free download Home Hacking Projects for Geeks books collection in PDF, EPUB, FB2, MOBI, and TXT formats. From fearless neophytes to tool-wielding masterminds, the home hacker in any geek will find new inspiration and plenty of hands-on guidance to take on a variety of home-transforming projects once relegated to the world of sci-fi.This fun new guide combines creativity with electricity and power tools to achieve cool--and sometimes even practical--home automation projects. Never again will you have to flip a light switch when you enter a room or use a key to open your front door. With a few off-the-shelf devices, some homemade hardware, and a little imagination, you can be living in your own high-tech habitat. Best deals ebooks download Home Hacking Projects for Geeks on amazon.ome Hacking Projects for Geeks shows hackers of all ability levels how to take on a wide range of projects, from the relatively small but energy-conscious automating of light switches, to building home theaters using Windows or Linux-based PCs, to more complicated projects like building home security systems that rival those offered by professional security consultants. Each project includes a conceptual diagram, a "What You Need List" and a small "Project Stats" section that describes the relative difficulty, time involved, and cost of the project. What's more, each project is a workable, practical way to improve your home--something unique that you can customize for your individual needs.The thirteen projects in Home Hacking Projects for Geeks are divided into three categories: Home Automation, Home Entertainment Systems, and Security, and include projects such as:Remotely Monitor Your Pet Make Your House Talk Remotely Control Your Computer's MP3 player Create Time-Shifted FM Radio Watch Your House Across the Network Build a Home Security System If you've ever thought the Jetsons had it made, or looked around your house and thought, "I could make that better " then you're ready for Home Hacking Projects for Geeks. Home Hacking Projects for Geeks (Hacks) with free ebook downloads available via rapidshare, mediafire, 4shared, and hotfile.



Download Home Hacking Projects for Geeks


download Home Hacking Projects for Geeks

Selasa, 03 April 2007

Advanced PIC Microcontroller Projects in C

Advanced PIC Microcontroller Projects in C 0750686111 pdf



Edition: 1
Release: 2008-04-09
Publisher: Newnes
Binding: Paperback
ISBN/ASIN: 0750686111



Advanced PIC Microcontroller Projects in C: From USB to RTOS with the PIC 18F Series

This book is ideal for the engineer, technician, hobbyist and student who have knowledge of the basic principles of PIC microcontrollers and want to develop more advanced applications using the 18F series. Free download Advanced PIC Microcontroller Projects in C books collection in PDF, EPUB, FB2, MOBI, and TXT formats. br>The architecture of the PIC 18FXXX series as well as typical oscillator, reset, memory, and input-output circuits is completely detailed. After giving an introduction to programming in C, the book describes the project development cycle in full, giving details of the process of editing, compilation, error handling, programming and the use of specific development tools. The bulk of the book gives full details of tried and tested hands-on projects, such as the 12C BUS, USB BUS, CAN BUS, SPI BUS and real-time operating systems.

* A clear introduction to the PIC 18FXXX microcontroller's architecture
* 20 projects, including developing wireless and sensor network applications, using I2C BUS, USB BUS, CAN BUS and the SPI BUS, which give the block and circuit diagram, program description in PDL, program listing and program description. Best deals ebooks download Advanced PIC Microcontroller Projects in C on amazon.br>* Numerous examples of using developmental tools: simulators, in-circuit debuggers (especially ICD2) and emulators
* A CDROM of all the programs, hex listings, diagrams, data sheets and tables Advanced PIC Microcontroller Projects in C: From USB to RTOS with the PIC 18F Series with free ebook downloads available via rapidshare, mediafire, 4shared, and hotfile.



Download Advanced PIC Microcontroller Projects in C


download Advanced PIC Microcontroller Projects in C

Senin, 12 Februari 2007

SD Card Projects Using the PIC Microcontroller

SD Card Projects Using the PIC Microcontroller 185617719X pdf



Edition: 1
Release: 2010-03-22
Publisher: Newnes
Binding: Paperback
ISBN/ASIN: 185617719X



SD Card Projects Using the PIC Microcontroller

PIC Microcontrollers are a favorite in industry and with hobbyists. Free download SD Card Projects Using the PIC Microcontroller books collection in PDF, EPUB, FB2, MOBI, and TXT formats. These microcontrollers are versatile, simple, and low cost making them perfect for many different applications. The 8-bit PIC is widely used in consumer electronic goods, office automation, and personal projects. Author, Dogan Ibrahim, author of several PIC books has now written a book using the PIC18 family of microcontrollers to create projects with SD cards.

This book is ideal for those practicing engineers, advanced students, and PIC enthusiasts that want to incorporate SD Cards into their devices. Best deals ebooks download SD Card Projects Using the PIC Microcontroller on amazon.SD cards are cheap, fast, and small, used in many MP3 players, digital and video cameras, and perfect for microcontroller applications.

Complete with Microchip's C18 student compiler and using the C language this book brings the reader up to speed on the PIC 18 and SD cards, knowledge which can then be harnessed for hands-on work with the eighteen projects included within. Two great technologies are brought together in this one practical, real-world, hands-on cookbook perfect for a wide range of PIC fans.


*Eighteen fully worked SD projects in the C programming language
*Details memory cards usage with the PIC18 family
*Companion Web site with project code listings to run on Microchip's C18 student compiler SD Card Projects Using the PIC Microcontroller with free ebook downloads available via rapidshare, mediafire, 4shared, and hotfile.



Download SD Card Projects Using the PIC Microcontroller


download SD Card Projects Using the PIC Microcontroller

Minggu, 31 Desember 2006

Managing Projects with GNU Make

Managing Projects with GNU Make  0596006101 pdf



Edition: Third Edition
Release: 2004-11-26
Publisher: O'Reilly Media
Binding: Paperback
ISBN/ASIN: 0596006101



Managing Projects with GNU Make (Nutshell Handbooks)
  • ISBN13: 9780596006105
  • Condition: New
  • Notes: BRAND NEW FROM PUBLISHER! 100% Satisfaction Guarantee. Tracking provided on most orders. Buy with Confidence! Millions of books sold!

The utility simply known as make is one of the most enduring features of both Unix and other operating systems. Free download Managing Projects with GNU Make books collection in PDF, EPUB, FB2, MOBI, and TXT formats. First invented in the 1970s, make still turns up to this day as the central engine in most programming projects; it even builds the Linux kernel. In the third edition of the classic Managing Projects with GNU make, readers will learn why this utility continues to hold its top position in project build software, despite many younger competitors.The premise behind make is simple: after you change source files and want to rebuild your program or other output files, make checks timestamps to see what has changed and rebuilds just what you need, without wasting time rebuilding other files. But on top of this simple principle, make layers a rich collection of options that lets you manipulate multiple directories, build different versions of programs for different platforms, and customize your builds in other ways. Best deals ebooks download Managing Projects with GNU Make on amazon.his edition focuses on the GNU version of make, which has deservedly become the industry standard. GNU make contains powerful extensions that are explored in this book. It is also popular because it is free software and provides a version for almost every platform, including a version for Microsoft Windows as part of the free Cygwin project. Managing Projects with GNU make, 3rd Edition provides guidelines on meeting the needs of large, modern projects. Also added are a number of interesting advanced topics such as portability, parallelism, and use with Java.Robert Mecklenburg, author of the third edition, has used make for decades with a variety of platforms and languages. In this book he zealously lays forth how to get your builds to be as efficient as possible, reduce maintenance, avoid errors, and thoroughly understand what make is doing. Chapters on C++ and Java provide makefile entries optimized for projects in those languages. The author even includes a discussion of the makefile used to build the book. Managing Projects with GNU Make (Nutshell Handbooks) with free ebook downloads available via rapidshare, mediafire, 4shared, and hotfile.



Download Managing Projects with GNU Make


download Managing Projects with GNU Make

Sabtu, 02 Desember 2006

Download 30 Arduino Projects for the Evil Genius Pdf

30 Arduino Projects for the Evil Genius 007174133X pdf



Edition: 1
Release: 2010-07-28
Publisher: McGraw-Hill/TAB Electronics
Binding: Paperback
ISBN/ASIN: 007174133X



30 Arduino Projects for the Evil Genius

30 Ways to Have Some Computer-Controlled Evil Fun! "The steps are easy to follow. Free download 30 Arduino Projects for the Evil Genius books collection in PDF, EPUB, FB2, MOBI, and TXT formats. .text is precise and understandable... Best deals ebooks download 30 Arduino Projects for the Evil Genius on amazon.ses very clear pictures and schematics to show what needs doing...Most importantly these projects are fun!"--Boing Boing This wickedly inventive guide shows you how to program and build a variety of projects with the Arduino microcontroller development system. Covering Windows, Mac, and Linux platforms, 30 Arduino Projects for the Evil Genius gets you up to speed with the simplified C programming you need to know--no prior programming experience necessary. Using easy-to-find components and equipment, this do-it-yourself book explains how to attach an Arduino board to your computer, program it, and connect electronics to it to create fiendishly fun projects. The only limit is your imagination! 30 Arduino Projects for the Evil Genius: Features step-by-step instructions and helpful illustrations Provides full schematic and construction details for every project Covers the scientific principles behind the projects Removes the frustration factor--all required parts are listed along with sources Build these and other devious devices: Morse code translator High-powered strobe light Seasonal affective disorder light LED dice Keypad security code Pulse rate monitor USB temperature logger Oscilloscope Light harp LCD thermostat Computer-controlled fan Hypnotizer Servo-controlled laser Lie detector Magnetic door lock Infrared remote Each fun, inexpensive Evil Genius project includes a detailed list of materials, sources for parts, schematics, and lots of clear, well-illustrated instructions for easy assembly. The larger workbook-style layout and convenient two-column format make following the step-by-step instructions a breeze. In December 2011, Arduino 1.0 was released. This changed a few things that have caused the sketches for Projects 10, 27, and 28 in this book to break. To fix this, you will need to get the latest versions of the Keypad and IRRemote libraries. The Keypad library has been updated for Arduino 1.0 by its original creators and can be downloaded from here: http://www.arduino.cc/playground/Code/Keypad Ken Shiriff's IRRemote library has been updated and can be downloaded from here: http://www.arduinoevilgenius.com/new-downloads Make Great Stuff!
TAB, an imprint of McGraw-Hill Professional, is a leading publisher of DIY technology books for makers, hackers, and electronics hobbyists. 30 Arduino Projects for the Evil Genius with free ebook downloads available via rapidshare, mediafire, 4shared, and hotfile.



Download 30 Arduino Projects for the Evil Genius


download 30 Arduino Projects for the Evil Genius

Rabu, 22 Februari 2006

Download PICAXE Microcontroller Projects for the Evil Genius

PICAXE Microcontroller Projects for the Evil Genius 0071703268 pdf



Edition: 1
Release: 2010-08-12
Publisher: McGraw-Hill/TAB Electronics
Binding: Paperback
ISBN/ASIN: 0071703268



PICAXE Microcontroller Projects for the Evil Genius

WHIP UP SOME FIENDISHLY FUN PICAXE MICROCONTROLLER DEVICES "Ron has worked hard to explain how the PICAXE system operates through simple examples, and I'm sure his easy-to-read style will help many people progress with their PICAXE projects. Free download PICAXE Microcontroller Projects for the Evil Genius books collection in PDF, EPUB, FB2, MOBI, and TXT formats. --From the Foreword by Clive Seager, Revolution Education Ltd. This wickedly inventive guide shows you how to program, build, and debug a variety of PICAXE microcontroller projects. PICAXE Microcontroller Projects for the Evil Genius gets you started with programming and I/O interfacing right away, and then shows you how to develop a master processor circuit. From "Hello, World!" to "Hail, Octavius!"
All the projects in Part I can be accomplished using either an M or M2 class PICAXE processor, and Part II adds 20X2-based master processor projects to the mix. Best deals ebooks download PICAXE Microcontroller Projects for the Evil Genius on amazon.Part III culminates in the creation of Octavius--a sophisticated robotics experimentation platform featuring a 40X2 master processor and eight breadboard stations which allow you to develop intelligent peripherals to augment Octavius' functioning. The only limit is your imagination! PICAXE Microcontroller Projects for the Evil Genius: Features step-by-step instructions and helpful photos and illustrations Allows you to customize each project for your purposes Offers all the programs in the book free for download Removes the frustration factor--all required parts are listed, along with sources Build these and other devious devices: Simple mini-stereo jack adapter USBS-PA3 PICAXE programming adapter Power supply Three-state digital logic probe 20X2 master processor circuit TV-R input module 8-bit parallel 16X2 LCD board Serialized 16X2 LCD Serialized 4X4 matrix keypad SPI 4-digit LED display Countdown timer Programmable, multi-function peripheral device and operating system Octavius--advanced robotics experimentation platform L298 dual DC motor controller board Each fun, inexpensive Evil Genius project includes a detailed list of materials, sources for parts, schematics, and lots of clear, well-illustrated instructions for easy assembly. The larger workbook-style layout and convenient two-column format make following the step-by-step instructions a breeze. Make Great Stuff!
TAB, an imprint of McGraw-Hill Professional, is a leading publisher of DIY technology books for makers, hackers, and electronics hobbyists. PICAXE Microcontroller Projects for the Evil Genius with free ebook downloads available via rapidshare, mediafire, 4shared, and hotfile.



Download PICAXE Microcontroller Projects for the Evil Genius


download PICAXE Microcontroller Projects for the Evil Genius

Download Advanced PIC Microcontroller Projects in C

Advanced PIC Microcontroller Projects in C B0027SIW3U pdf



Edition:
Release: 2008
Publisher: Newnes
Binding: Paperback
ISBN/ASIN: B0027SIW3U



Advanced PIC Microcontroller Projects in C: From USB to RTOS with the PIC 18F Se

Free download Advanced PIC Microcontroller Projects in C books collection in PDF, EPUB, FB2, MOBI, and TXT formats. Best deals ebooks download Advanced PIC Microcontroller Projects in C on amazon. Advanced PIC Microcontroller Projects in C: From USB to RTOS with the PIC 18F Se with free ebook downloads available via rapidshare, mediafire, 4shared, and hotfile.



Download Advanced PIC Microcontroller Projects in C


download Advanced PIC Microcontroller Projects in C

Download Raspberry Pi Projects Pdf

Raspberry Pi Projects 1118555430 pdf



Edition: 2
Release: 2013-08-05
Publisher: Wiley
Binding: Paperback
ISBN/ASIN: 1118555430



Raspberry Pi Projects

Learn to build software and hardware projects featuring the Raspberry Pi!Raspberry Pi represents a new generation of computers that encourages the user to play and to learn and this unique book is aimed at the beginner Raspberry Pi user who is eager to get started creating real-world projects. Free download Raspberry Pi Projects books collection in PDF, EPUB, FB2, MOBI, and TXT formats. T Best deals ebooks download Raspberry Pi Projects on amazon.king you on a journey of creating 16 practical projects, this fun and informative resource introduces you to the skills you need to have in order to make the most of the Pi. The book begins with a quick look at how to get the Pi up and running and then encourages you to dive into the array of exciting software and hardware projects.Features projects that use Python, which is Raspberry Pi's programming language of choice Includes projects for creating an information center for e-mail, twitter, Facebook, weather, train times, and moreShows you how to recreate Pong, Pacman, and Block Breaker or write tic tac toeTeaches you how to use Raspberry Pi's general purpose input/output port in order to speak to external hardware devicesWalks you through creating an online burglar alarm with door sensors and pressure pads, computer-controlled slot car racing, swipe card door lock, and moreRaspberry Pi Projects is an excellent way to dig deeper into the capabilities of the Pi and to have great fun while doing it. Raspberry Pi Projects with free ebook downloads available via rapidshare, mediafire, 4shared, and hotfile.



Download Raspberry Pi Projects


download Raspberry Pi Projects

Selasa, 21 Februari 2006

Download SAM 2010 Projects v2.0 Printed Access Card

SAM 2010 Projects v2.0 Printed Access Card 0538751886 pdf



Edition: 1
Release: 2011-04-28
Publisher: Course Technology
Binding: Misc. Supplies
ISBN/ASIN: 0538751886



SAM 2010 Projects v2.0 Printed Access Card

SAM 2010 Projects version 2. Free download SAM 2010 Projects v2.0 Printed Access Card books collection in PDF, EPUB, FB2, MOBI, and TXT formats. Best deals ebooks download SAM 2010 Projects v2.0 Printed Access Card on amazon.s a live-in-the-application project-based homework and assessment product, fully integrated into the SAM 2010 system. SAM 2010 Projects v2.0 Printed Access Card with free ebook downloads available via rapidshare, mediafire, 4shared, and hotfile.



Download SAM 2010 Projects v2.0 Printed Access Card


download SAM 2010 Projects v2.0 Printed Access Card