|
|
|
|
LEADER |
00000cam a2200000 i 4500 |
001 |
EBSCO_ocn910341794 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr unu|||||||| |
008 |
150529s2015 enka o 001 0 eng d |
040 |
|
|
|a UMI
|b eng
|e rda
|e pn
|c UMI
|d IDEBK
|d EBLCP
|d DEBSZ
|d YDXCP
|d DEBBG
|d N$T
|d OCLCF
|d TEFOD
|d IDB
|d OCLCQ
|d MERUC
|d CEF
|d OCLCQ
|d UAB
|d AU@
|d OCLCQ
|d AJS
|d OCLCO
|d OCLCQ
|d QGK
|d OCLCO
|
019 |
|
|
|a 908632788
|a 909972402
|a 1259257476
|
020 |
|
|
|a 9781784392123
|q (electronic bk.)
|
020 |
|
|
|a 178439212X
|q (electronic bk.)
|
020 |
|
|
|z 1784393614
|
020 |
|
|
|z 9781784393618
|
029 |
1 |
|
|a CHNEW
|b 000891423
|
029 |
1 |
|
|a CHVBK
|b 374534411
|
029 |
1 |
|
|a DEBBG
|b BV042683553
|
029 |
1 |
|
|a DEBBG
|b BV043620337
|
029 |
1 |
|
|a DEBSZ
|b 433561505
|
029 |
1 |
|
|a DEBSZ
|b 446587575
|
029 |
1 |
|
|a GBVCP
|b 835875504
|
035 |
|
|
|a (OCoLC)910341794
|z (OCoLC)908632788
|z (OCoLC)909972402
|z (OCoLC)1259257476
|
037 |
|
|
|a CL0500000597
|b Safari Books Online
|
037 |
|
|
|a 4158D748-D699-46ED-8E61-CE10356F3367
|b OverDrive, Inc.
|n http://www.overdrive.com
|
050 |
|
4 |
|a QA76.73.P98
|
072 |
|
7 |
|a COM
|x 013000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 014000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 018000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 067000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 032000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 037000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 052000
|2 bisacsh
|
082 |
0 |
4 |
|a 004.10923478
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Gajjar, Rushi,
|e author.
|
245 |
1 |
0 |
|a Raspberry Pi Sensors :
|b integrate sensors into your Raspberry Pi projects and let your powerful microcomputer interact with the physical world /
|c Rushi Gajjar.
|
246 |
3 |
0 |
|a Integrate sensors into your Raspberry Pi projects and let your powerful microcomputer interact with the physical world
|
264 |
|
1 |
|a Birmingham, UK :
|b Packt Publishing,
|c 2015.
|
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 |
0 |
|
|a Online resource; title from title page (Safari, viewed May 15, 2015).
|
500 |
|
|
|a Includes index.
|
505 |
0 |
|
|a Cover; Copyright; Credits; About the Author; Acknowledgements; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Meeting Your Buddy -- the Raspberry Pi; A glance at the Raspberry Pi board; Setting up for the first time; Installing the operating system; Purchasing your SD card; Downloading the required software; Expanding the root filesystem; Logging in to the RasPi; Opening the desktop; Connecting the Raspberry Pi to the Internet; Internet connection through Wi-Fi dongle; Internet connection through Ethernet from a PC; Editing the command-line file of the RasPi
|
505 |
8 |
|
|a Turning on the RasPiChanging cmdline.txt again to add the PC's Ethernet port IP address; Sharing the Internet connection between your PC and an Ethernet connection; Installing and opening the free SSH client on your PC; A crash course on Linux; The terminal and shell; Useful and frequently used Linux commands; Installing useful libraries; git-core; wiringPi; python-gpio; Be ready with Python and C; Writing and executing the Python program; Writing and executing the C program; Practice makes you perfect; Summary; Chapter 2: Meeting the World of Electronics; Basic terminologies of electronics
|
505 |
8 |
|
|a VoltageCurrent; Resistor; Capacitor; Open circuit and short circuit; Series and parallel connections; Pull-up and pull-down resistors; Communication protocols; UART; Serial Peripheral Interface; Inter-Integrated Circuit; Useful tips and precautions; Understanding the GPIO port; It's time to glow LEDs!; Shell script and GPIO; LED blink and Python; Let's blink the LED with C code; Summary; Chapter 3: Measuring Distance Using Ultrasonic Sensors; The mysterious ultrasonic sensor; Distance calculation; Building the project!; Hardware setup; Software setup; Initial configuration
|
505 |
8 |
|
|a Setting the GPIO pins on the default modeSending and receiving the pulses; Calculation of distance; Fixing common problems; Is it showing the distance incorrectly?; Is the module not responding?; Are you measuring the distance less than 2 cm?; A wearable device for the visually impaired; Building the hardware; Software setup; Summary; Chapter 4: Monitoring the Atmosphere Using Sensors; Sensor selection process; Criticality of an application; Selecting a sensor package; Sensor properties; Purchasing the sensor; Available sensors; InsideDHT -- temperature and humidity sensors
|
505 |
8 |
|
|a Introducing the photoresistor (photocell)Building the project; Hardware setup; Breadboard setup; Preparing the code; Code the DHT sensor and measure relative humidity and temperature; Code the LDR sensor and measure light variations; Putting all the parts together; Troubleshooting common problems; Received DHT data is not valid; The LDR sensor gives a zero value; Is the voltage correct?; Summary; Chapter 5: Using an ADC to Interface any Analog Sensor with the Raspberry Pi; Analog-to-digital convertors; Data reception and signal conditioning; Amplification; Sampling and quantization
|
520 |
|
|
|a This book is perfect for hardware enthusiasts who want to develop amazing projects using Raspberry Pi. Some knowledge and experience working with Linux, C, and Python is a plus, but once you're set up to go, you'll be ready to push the creative capabilities of your Raspberry Pi even further.
|
546 |
|
|
|a English.
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
650 |
|
0 |
|a Raspberry Pi (Computer)
|
650 |
|
0 |
|a Detectors.
|
650 |
|
0 |
|a Computer vision.
|
650 |
|
6 |
|a Raspberry Pi (Ordinateur)
|
650 |
|
6 |
|a Vision par ordinateur.
|
650 |
|
7 |
|a COMPUTERS
|x Computer Literacy.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Computer Science.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Data Processing.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Hardware
|x General.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Information Technology.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Machine Theory.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Reference.
|2 bisacsh
|
650 |
|
7 |
|a Computer vision
|2 fast
|
650 |
|
7 |
|a Detectors
|2 fast
|
650 |
|
7 |
|a Raspberry Pi (Computer)
|2 fast
|
776 |
0 |
8 |
|i Erscheint auch als:
|n Druck-Ausgabe
|t Gajjar, Rushi. Raspberry Pi Sensors
|
830 |
|
0 |
|a Community experience distilled.
|
856 |
4 |
0 |
|u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=986716
|z Texto completo
|
938 |
|
|
|a EBL - Ebook Library
|b EBLB
|n EBL2039893
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 986716
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis31515390
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 12407216
|
994 |
|
|
|a 92
|b IZTAP
|