RISS 학술연구정보서비스

검색
다국어 입력

http://chineseinput.net/에서 pinyin(병음)방식으로 중국어를 변환할 수 있습니다.

변환된 중국어를 복사하여 사용하시면 됩니다.

예시)
  • 中文 을 입력하시려면 zhongwen을 입력하시고 space를누르시면됩니다.
  • 北京 을 입력하시려면 beijing을 입력하시고 space를 누르시면 됩니다.
닫기
    인기검색어 순위 펼치기

    RISS 인기검색어

      Getting started with Arduino

      한글로보기

      https://www.riss.kr/link?id=M14321011

      • 저자
      • 발행사항

        Sebastopol : MakerMedia, c2015

      • 발행연도

        2015

      • 작성언어

        영어

      • 주제어
      • DDC

        621.381 판사항(22)

      • ISBN

        9781449363338 (pbk.)
        1449363334 (pbk.)

      • 자료형태

        일반단행본

      • 발행국(도시)

        California

      • 서명/저자사항

        Getting started with Arduino / Massimo Banzi and Michael Shiloh.

      • 기타서명

        Make : getting started with Arduino

      • 판사항

        3rd ed

      • 형태사항

        xiv, 245 p. : ill. ; 22 cm.

      • 일반주기명

        Previous edition: 2011.
        Includes index.
        The Arduino way -- The Arduino platform -- Really getting started with Arduino -- Advanced input and output -- The Arduino Leonardo -- Talking to the cloud -- Automatic garden-irrigation system -- Troubleshooting.

      • 소장기관
        • 경북대학교 중앙도서관 소장기관정보
        • 경성대학교 도서관 소장기관정보
        • 국립중앙도서관 국립중앙도서관 우편복사 서비스
        • 숙명여자대학교 도서관 소장기관정보
        • 숭실대학교 도서관 소장기관정보
        • 연세대학교 원주학술정보원 소장기관정보 Deep Link
        • 연세대학교 학술문화처 언더우드기념도서관 소장기관정보 Deep Link
        • 한국과학기술원(KAIST) 학술문화관 소장기관정보
        • 홍익대학교 세종캠퍼스 문정도서관 소장기관정보
      • 0

        상세조회
      • 0

        다운로드
      서지정보 열기
      • 내보내기
      • 내책장담기
      • 공유하기
      • 오류접수

      부가정보

      목차 (Table of Contents)

      • CONTENTS
      • Preface = vii
      • 1 Introduction = 1
      • Intended Audience = 2
      • What Is Interaction Design? = 3
      • CONTENTS
      • Preface = vii
      • 1 Introduction = 1
      • Intended Audience = 2
      • What Is Interaction Design? = 3
      • What Is Physical Computing? = 3
      • 2 The Arduino Way = 5
      • Prototyping = 5
      • Tinkering = 6
      • Patching = 7
      • Circuit Bending = 9
      • Keyboard Hacks = 11
      • We Love Junk! = 12
      • Hacking Toys = 13
      • Collaboration = 14
      • 3 The Arduino Platform = 15
      • The Arduino Hardware = 15
      • The Software Integrated Development Environment(IDE) = 18
      • Installing Arduino on Your Computer = 19
      • Installing the IDE : Macintosh = 19
      • Configuring the Drivers : Macintosh = 19
      • Port Identification : Macintosh = 20
      • Installing the IDE : Windows = 21
      • Configuring the Drivers : Windows = 21
      • Port Identification : Windows = 22
      • 4 Really Getting Started with Arduino = 25
      • Anatomy of an Interactive Device = 25
      • Sensors and Actuators = 25
      • Blinking an LED = 26
      • Pass Me the Parmesan = 31
      • Arduino Is Not for Quitters = 31
      • Real Tinkerers Write Comments = 32
      • The Code, Step by Step = 32
      • What We Will Be Building = 36
      • What Is Electricity? = 37
      • Using a Pushbutton to Control the LED = 40
      • How Does This Work? = 44
      • One Circuit, a Thousand Behaviours = 45
      • 5 Advanced Input and Output = 53
      • Trying Out Other On/Off Sensors = 53
      • Homemade (DIY) Switches = 56
      • Controlling Light with PWM = 56
      • Use a Light Sensor Instead of the Pushbutton = 64
      • Analogue Input = 66
      • Try Other Analogue Sensors = 69
      • Serial Communication = 70
      • Driving Bigger Loads(Motors, Lamps, and the Like) = 72
      • Complex Sensors = 74
      • 6 The Arduino Leonardo = 77
      • How Is This Arduino Different from All Other Arduinos? = 77
      • Other Differences Between the Arduino Leonardo and the Arduino Uno = 78
      • Leonardo Keyboard Message Example = 80
      • How Does This Work? = 82
      • Leonardo Button Mouse Control Example = 83
      • How Does This Work? = 86
      • More Leonardo Differences = 87
      • 7 Talking to the Cloud = 91
      • Planning = 93
      • Coding = 94
      • Assembling the Circuit = 101
      • Here's How to Assemble It = 103
      • 8 Automatic Garden-Irrigation System = 105
      • Planning = 107
      • Testing the Real Time Clock(RTC) = 110
      • Testing the Relays = 116
      • Electronic Schematic Diagrams = 119
      • Testing the Temperature and Humidity Sensor = 132
      • Coding = 137
      • Setting the On and Off Times = 137
      • Checking Whether It's Time to Turn a Valve On or Off = 143
      • Checking for Rain = 148
      • Putting It All Together = 149
      • Assembling the Circuit = 158
      • The Proto Shield = 162
      • Laying Out Your Project on the Proto Shield = 164
      • Soldering Your Project on the Proto Shield = 170
      • Testing Your Assembled Proto Shield = 184
      • Assembling Your Project into a Case = 186
      • Testing the Finished Automatic Garden Irrigation System = 190
      • Things to Try on Your Own = 191
      • Irrigation Project Shopping List = 191
      • 9 Troubleshooting = 193
      • Understanding = 193
      • Simplification and Segmentation = 194
      • Exclusion and Certainty = 194
      • Testing the Arduino Board = 194
      • Testing Your Breadboarded Circuit = 196
      • Isolating Problems = 198
      • Problems Installing Drivers on Windows = 199
      • Problems with the IDE on Windows = 199
      • Identifying the Arduino COM Port on Windows = 200
      • Other Debugging Techniques = 201
      • How to Get Help Online = 203
      • A/The Breadboard = 207
      • B/Reading Resistors and Capacitors = 211
      • C/Arduino Quick Reference = 215
      • D/Reading Schematic Diagrams = 233
      • Index = 237
      더보기

      온라인 도서 정보

      온라인 서점 구매

      온라인 서점 구매 정보
      서점명 서명 판매현황 종이책 전자책 구매링크
      정가 판매가(할인율) 포인트(포인트몰)
      알라딘

      Getting Started with Arduino: The Open Source Electronics Prototyping Platform (Paperback, 3)

      판매중 34,730원 27,780원 (20%)

      종이책 구매

      1,390포인트
      예스24.com

      Getting Started with Arduino: The Open Source Electronics Prototyping Platform

      판매중 34,480원 28,270원 (18%)

      종이책 구매

      1,420포인트 (5%)
      • 포인트 적립은 해당 온라인 서점 회원인 경우만 해당됩니다.
      • 상기 할인율 및 적립포인트는 온라인 서점에서 제공하는 정보와 일치하지 않을 수 있습니다.
      • RISS 서비스에서는 해당 온라인 서점에서 구매한 상품에 대하여 보증하거나 별도의 책임을 지지 않습니다.

      분석정보

      View

      상세정보조회

      0

      Usage

      원문다운로드

      0

      대출신청

      0

      복사신청

      0

      EDDS신청

      0

      동일 주제 내 활용도 TOP

      더보기

      이 자료와 함께 이용한 RISS 자료

      나만을 위한 추천자료

      해외이동버튼