|
|
|
|
LEADER |
00000cam a2200000Ii 4500 |
001 |
EBSCO_ocn946526879 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr unu|||||||| |
008 |
160412s2016 enka o 001 0 eng d |
040 |
|
|
|a UMI
|b eng
|e rda
|e pn
|c UMI
|d IDEBK
|d OCLCF
|d TEFOD
|d YDXCP
|d KSU
|d DEBSZ
|d DEBBG
|d C6I
|d OCLCQ
|d N$T
|d CEF
|d NLE
|d UKMGB
|d AGLDB
|d IGB
|d RDF
|d OCLCO
|d OCLCQ
|
015 |
|
|
|a GBB6G3522
|2 bnb
|
016 |
7 |
|
|a 018010660
|2 Uk
|
019 |
|
|
|a 946006627
|a 946106469
|
020 |
|
|
|a 9781786467034
|q (electronic bk.)
|
020 |
|
|
|a 1786467038
|q (electronic bk.)
|
020 |
|
|
|z 1786469464
|
020 |
|
|
|z 9781786469465
|
029 |
1 |
|
|a DEBSZ
|b 480365075
|
029 |
1 |
|
|a DEBBG
|b BV043969200
|
029 |
1 |
|
|a DEBSZ
|b 485797143
|
029 |
1 |
|
|a GBVCP
|b 882754637
|
029 |
1 |
|
|a UKMGB
|b 018010660
|
035 |
|
|
|a (OCoLC)946526879
|z (OCoLC)946006627
|z (OCoLC)946106469
|
037 |
|
|
|a CL0500000732
|b Safari Books Online
|
037 |
|
|
|a 98F70474-0C51-4105-958E-D8D70F48C73B
|b OverDrive, Inc.
|n http://www.overdrive.com
|
050 |
|
4 |
|a QA76.8.R15
|
072 |
|
7 |
|a COM
|x 051260
|2 bisacsh
|
082 |
0 |
4 |
|a 005.3
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Grimmett, Richard,
|e author.
|
245 |
1 |
0 |
|a Getting started with Raspberry Pi Zero :
|b get started with the smallest, cheapest, and highest-utility Pi ever, Raspberry Pi Zero /
|c Richard Grimmett.
|
264 |
|
1 |
|a Birmingham, UK :
|b Packt Publishing,
|c 2016.
|
300 |
|
|
|a 1 online resource (1 volume) :
|b illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
490 |
1 |
|
|a Community experience distilled
|
588 |
|
|
|a Description based on online resource; title from cover (viewed April 12, 2016).
|
500 |
|
|
|a Includes index.
|
520 |
8 |
|
|a Annotation
|b Get started with the smallest, cheapest, and highest-utility Pi everRaspberry Pi ZeroAbout This Book Get started with Raspberry Pi Zero and put all of its exciting features to use Create fun games and programs with little or no programming experience Learn to use this super-tiny PC to control hardware and software for work, play, and everything elseWho This Book Is ForThis book is for hobbyists and programmers who are taking their first steps toward using Raspberry Pi Zero. No programming experience is required, although some Python programming experience might be useful.What You Will Learn Understand how to initially download the operating system and set up Raspberry Pi Zero Find out how to control the GPIO pins of Raspberry Pi Zero to control LED circuits Get to grips with adding hardware to the GPIO to control more complex hardware such as motors Add USB control hardware to control a complex robot with 12 servos Include speech recognition so that projects can receive commands Enable the robot to communicate with the world around it by adding speech output Control the robot from a distance and see what the robot is seeing by adding wireless communication Discover how to build a Robotic hand and a QuadcopterIn DetailRaspberry Pi Zero is half the size of Raspberry Pi A, only with twice the utility. At just three centimeters wide, it packs in every utility required for full-fledged computing tasks. This practical tutorial will help you quickly get up and running with Raspberry Pi Zero to control hardware and software and write simple programs and games. You will learn to build creative programs and exciting games with little or no programming experience. We cover all the features of Raspberry Pi Zero as you discover how to configure software and hardware, and control external devices. You will find out how to navigate your way in Raspbian, write simple Python scripts, and create simple DIY programs.Style and approachThis is a practical and fun ?getting started? tutorial that will guide you through everything new that the Raspberry Pi has to offer.
|
505 |
0 |
|
|a Cover; Copyright; Credits; About the Author; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Getting Started with Raspberry Pi Zero; Setting up the Raspberry Pi Zero; Powering the board; Hooking up a keyboard, mouse, and display; Installing the operating system; Adding Internet access; Accessing your Raspberry Pi Zero from your host PC; Summary; Chapter 2: Programming Raspberry Pi Zero; Powering up Raspberry Pi Zero with Linux; Creating, editing, and saving files; Creating and running Python programs; Basic programming constructs on Raspberry Pi Zero
|
505 |
8 |
|
|a The if statementThe while statement; Working with functions; Libraries/modules in Python; Summary; Chapter 3: Accessing the GPIO Pins on Raspberry Pi Zero; The GPIO capability of Raspberry Pi Zero; Simple GPIO digital voltage output; Raspberry Pi Zero and LED code; Adding a sonar sensor; Raspberry Pi Zero and the sonar sensor code; Connecting a digital compass to Raspberry Pi Zero; Accessing the compass programmatically; Summary; Chapter 4: Building and Controlling a Simple Wheeled Robot; The basic platform; Controlling an H-bridge interface to the DC motors
|
505 |
8 |
|
|a Controlling your mobile platform programmatically using the Raspberry Pi ZeroControlling the speed of your motors with PWM; Using a motor controller board to control the DC motors; Controlling the vehicle using the Raspberry Pi Zero in Python; Planning your path; Summary; Chapter 5: Building a Robot That Can Walk; Robots that can walk; How servo motors work; Building the quadruped platform; Using a servo controller to control the servos; Communicating between the servo controller and a PC; Connecting the servo controller to the Raspberry Pi Zero
|
505 |
8 |
|
|a Creating a program in Linux to control your quadrupedSummary; Chapter 6: Adding Voice Recognition and Speech -- A Voice Activated Robot; Communication between the Raspberry Pi Zero and the robot; Giving your robot voice commands; Using eSpeak to allow your robot to respond with an audible voice; Using pocketsphinx to accept your voice commands; Interpreting commands and initiating actions; Summary; Chapter 7: Adding Raspberry Pi Zero to an RC Vehicle; Configuring and controlling an RC car with Raspberry Pi Zero; Controlling the RC car in Python; Accessing the RC car remotely
|
505 |
8 |
|
|a Connecting a webcamSummary; Chapter 8: Playing Rock, Paper, or Scissors with Raspberry Pi Zero; A robotic hand; Moving the robotic hand; Connecting the servo controller to the Raspberry Pi Zero; Creating a program on Raspberry Pi Zero so that you can control your hand; Installing a USB camera on Raspberry Pi Zero; Downloading and installing OpenCV -- a fully featured vision library; Gesture detection; Summary; Chapter 9: Adding Raspberry Pi Zero to a Quadcopter; Constructing the platform; Mission planning software; Summary; Index
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
650 |
|
0 |
|a Raspberry Pi (Computer)
|
650 |
|
6 |
|a Raspberry Pi (Ordinateur)
|
650 |
|
7 |
|a COMPUTERS / Programming Languages / JavaScript
|2 bisacsh
|
650 |
|
7 |
|a Raspberry Pi (Computer)
|2 fast
|0 (OCoLC)fst01895174
|
830 |
|
0 |
|a Community experience distilled.
|
856 |
4 |
0 |
|u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1214594
|z Texto completo
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis34330416
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 12925555
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 1214594
|
994 |
|
|
|a 92
|b IZTAP
|