Arduino + Android Projects for the Evil Genius: Control Arduino with Your Smartphone or Tablet

Arduino + Android Projects for the Evil Genius: Control Arduino with Your Smartphone or Tablet
Title Arduino + Android Projects for the Evil Genius: Control Arduino with Your Smartphone or Tablet PDF eBook
Author Simon Monk
Publisher McGraw Hill Professional
Pages 223
Release 2011-12-12
Genre Technology & Engineering
ISBN 0071775978

Download Arduino + Android Projects for the Evil Genius: Control Arduino with Your Smartphone or Tablet Book in PDF, Epub and Kindle

TEAM ARDUINO UP WITH ANDROID FOR SOME MISCHIEVOUS FUN! Filled with practical, do-it-yourself gadgets, Arduino + Android Projects for the Evil Genius shows you how to create Arduino devices and control them with Android smartphones and tablets. Easy-to-find equipment and components are used for all the projects in the book. This wickedly inventive guide covers the Android Open Application Development Kit (ADK) and USB interface and explains how to use them with the basic Arduino platform. Methods of communication between Android and Arduino that don't require the ADK--including sound, Bluetooth, and WiFi/Ethernet are also discussed. An Arduino ADK programming tutorial helps you get started right away. Arduino + Android Projects for the Evil Genius: Contains step-by-step instructions and helpful illustrations Provides tips for customizing the projects Covers the underlying principles behind the projects Removes the frustration factor--all required parts are listed Provides all source code on the book's website Build these and other devious devices: Bluetooth robot Android Geiger counter Android-controlled light show TV remote Temperature logger Ultrasonic range finder Home automation controller Remote power and lighting control Smart thermostat RFID door lock Signaling flags Delay timer

Programming Arduino Getting Started with Sketches

Programming Arduino Getting Started with Sketches
Title Programming Arduino Getting Started with Sketches PDF eBook
Author Simon Monk
Publisher McGraw Hill Professional
Pages 177
Release 2011-12-22
Genre Technology & Engineering
ISBN 0071784233

Download Programming Arduino Getting Started with Sketches Book in PDF, Epub and Kindle

Program Arduino with ease! Using clear, easy-to-follow examples, Programming Arduino: Getting Started with Sketches reveals the software side of Arduino and explains how to write well-crafted sketches using the modified C language of Arduino. No prior programming experience is required! The downloadable sample programs featured in the book can be used as-is or modified to suit your purposes. Understand Arduino hardware fundamentals Install the software, power it up, and upload your first sketch Learn C language basics Write functions in Arduino sketches Structure data using arrays and strings Use Arduino's digital and analog inputs and outputs in your programs Work with the Standard Arduino Library Write sketches that can store data Program LCD displays Use an Ethernet shield to enable Arduino to function as a web server Write your own Arduino libraries In December 2011, Arduino 1.0 was released. This changed a few things that have caused two of the sketches in this book to break. The change that has caused trouble is that the classes 'Server' and 'Client' have been renamed to 'EthernetServer' and 'EthernetClient' respectively. To fix this: Edit sketches 10-01 and 10-02 to replace all occurrences of the word 'Server' with 'EthernetServer' and all occurrences of 'Client' with 'EthernetClient'. Alternatively, you can download the modified sketches for 10-01 and 10-02 from here: http://www.arduinobook.com/arduino-1-0 Make Great Stuff! TAB, an imprint of McGraw-Hill Professional, is a leading publisher of DIY technology books for makers, hackers, and electronics hobbyists.

15 Dangerously Mad Projects for the Evil Genius

15 Dangerously Mad Projects for the Evil Genius
Title 15 Dangerously Mad Projects for the Evil Genius PDF eBook
Author Simon Monk
Publisher McGraw Hill Professional
Pages 240
Release 2011-06-22
Genre Technology & Engineering
ISBN 0071755683

Download 15 Dangerously Mad Projects for the Evil Genius Book in PDF, Epub and Kindle

UNLEASH YOUR INNER MAD SCIENTIST! "Wonderful. I learned a lot reading the detailed but easy to understand instructions."--BoingBoing This wickedly inventive guide explains how to design and build 15 fiendishly fun electronics projects. Filled with photos and illustrations, 15 Dangerously Mad Projects for the Evil Genius includes step-by-step directions, as well as a construction primer for those who are new to electronics projects. Using easy-to-find components and equipment, this do-it-yourself book shows you how to create a variety of mischievous gadgets, such as a remote-controlled laser, motorized multicolored LEDs that write in the air, and a surveillance robot. You'll also learn to use the highly popular Arduino microcontroller board with three of the projects. 15 Dangerously Mad Projects for the Evil Genius: Features step-by-step instructions and helpful illustrations Covers essential safety measures Reveals the scientific principles behind the projects Removes the frustration factor--all required parts are listed, along with sources Build these devious devices to amaze your friends and confound your enemies! Coil gun Trebuchet Ping pong ball minigun Mini laser turret Balloon-popping laser gun Touch-activated laser sight Laser-grid intruder alarm Persistence-of-vision display Covert radio bug Laser voice transmitter Flash bomb High-brightness LED strobe Levitation machine Snailbot Surveillance robot 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. VIDEOS, PHOTOS, AND SOURCE CODE ARE AVAILABLE AT WWW.DANGEROUSLYMAD.COM 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 BeagleBone Black Projects for the Evil Genius

30 BeagleBone Black Projects for the Evil Genius
Title 30 BeagleBone Black Projects for the Evil Genius PDF eBook
Author Christopher Rush
Publisher McGraw Hill Professional
Pages 161
Release 2014-09-26
Genre Technology & Engineering
ISBN 0071839291

Download 30 BeagleBone Black Projects for the Evil Genius Book in PDF, Epub and Kindle

Fiendishly Fun Ways to Use the BeagleBone Black! This wickedly inventive guide shows you how to program and build fun and fascinating projects with the BeagleBone Black. You’ll learn how to connect the BeagleBone Black to your computer and program it, quickly mastering BoneScript and other programming tools so you can get started right away. 30 BeagleBone Black Projects for the Evil Genius is filled with a wide variety of do-it-yourself LED, sensor, robotics, display, audio, and spy gadgets. You’ll also get tips and techniques that will help you design your own ingenious devices. Features step-by-step instructions and helpful illustrations Provides full schematic and breadboard layout diagrams for the projects Includes detailed programming code Removes the frustration factor—all required parts are listed along with sources Build these and other clever creations: High-powered LED Morse code sender RGB LED fader GPS tracker Temperature sensor Light level indicator Web-controlled rover Plant hydration system Sentinel turret 7-segment clock Display for sensor information Internet radio Imperial march indicator Intruder alert using Twitter API Lie detector Auto dog barker

30 Arduino Projects for the Evil Genius, Second Edition

30 Arduino Projects for the Evil Genius, Second Edition
Title 30 Arduino Projects for the Evil Genius, Second Edition PDF eBook
Author Simon Monk
Publisher McGraw Hill Professional
Pages 225
Release 2013-06-22
Genre Technology & Engineering
ISBN 0071817735

Download 30 Arduino Projects for the Evil Genius, Second Edition Book in PDF, Epub and Kindle

So Many Fiendishly Fun Ways to Use the Latest Arduino Boards! Fully updated throughout, this do-it-yourself guide shows you how to program and build fascinating projects with the Arduino Uno and Leonardo boards and the Arduino 1.0 development environment. 30 Arduino Projects for the Evil Genius, Second Edition, gets you started right away with the simplified C programming you need to know and demonstrates how to take advantage of the latest Arduino capabilities. You'll learn how to attach an Arduino board to your computer, program it, and connect electronics to it to create your own devious devices. A bonus chapter uses the special USB keyboard/mouse-impersonation feature exclusive to the Arduino Leonardo. 30 Arduino Projects for the Evil Genius, Second Edition: 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 clever creations: High-brightness Morse code translator Seasonal affective disorder light Keypad security code Pulse rate monitor Seven-segment LED double dice USB message board Oscilloscope Tune player VU meter LCD thermostat Computer-controlled fan Hypnotizer Servo-controlled laser Lie detector Magnetic door lock Infrared remote Lilypad clock Evil Genius countdown timer Keyboard prank Automatic password typer Accelerometer mouse

tinyAVR Microcontroller Projects for the Evil Genius

tinyAVR Microcontroller Projects for the Evil Genius
Title tinyAVR Microcontroller Projects for the Evil Genius PDF eBook
Author Dhananjay Gadre
Publisher McGraw Hill Professional
Pages 272
Release 2011-01-31
Genre Technology & Engineering
ISBN 007174455X

Download tinyAVR Microcontroller Projects for the Evil Genius Book in PDF, Epub and Kindle

CREATE FIENDISHLY FUN tinyAVR MICROCONTROLLER PROJECTS This wickedly inventive guide shows you how to conceptualize, build, and program 34 tinyAVR microcontroller devices that you can use for either entertainment or practical purposes. After covering the development process, tools, and power supply sources, tinyAVR Microcontroller Projects for the Evil Genius gets you working on exciting LED, graphics LCD, sensor, audio, and alternate energy projects. Using easy-to-find components and equipment, this hands-on guide helps you build a solid foundation in electronics and embedded programming while accomplishing useful--and slightly twisted--projects. Most of the projects have fascinating visual appeal in the form of large LED-based displays, and others feature a voice playback mechanism. Full source code and circuit files for each project are available for download. tinyAVR Microcontroller Projects for the Evil Genius: Features step-by-step instructions and helpful illustrations Allows you to customize each project for your own requirements Offers full source code for all projects for download Build these and other devious devices: Flickering LED candle Random color and music generator Mood lamp VU meter with 20 LEDs Celsius and Fahrenheit thermometer RGB dice Tengu on graphics display Spinning LED top with message display Contactless tachometer Electronic birthday blowout candles Fridge alarm Musical toy Batteryless infrared remote Batteryless persistence-of-vision toy 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.

30 Arduino Projects for the Evil Genius

30 Arduino Projects for the Evil Genius
Title 30 Arduino Projects for the Evil Genius PDF eBook
Author Simon Monk
Publisher McGraw Hill Professional
Pages 208
Release 2010-08-23
Genre Technology & Engineering
ISBN 0071741348

Download 30 Arduino Projects for the Evil Genius Book in PDF, Epub and Kindle

30 Ways to Have Some Computer-Controlled Evil Fun! "The steps are easy to follow...text is precise and understandable...uses 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.