ESP32-KEY-KIT-R1 (ESP-WROOM-32 ) Copyright c 2

Size: px
Start display at page:

Download "ESP32-KEY-KIT-R1 (ESP-WROOM-32 ) Copyright c 2"

Transcription

1 ESP32-KEY-KIT-R1 (ESP-WROOM-32 ) Copyright c 2017 MicroFan, All Rights Reserved.

2 i 1 ESP32-KEY-KIT-R ESP32-KEY-KIT-R DC USB OLED ESP-WROOM ESP-WROOM CN1, CN DC

3 ii SV1, SV Arduino ESP32 Arduino BLINK:LED ESP32-KEY-KIT-R OLED U8g U8g ESP32-KEY-KIT-R BOOT BOOT USB OLED

4 iii BOOT LED SV1,SV CN1(USB ) CN2(OLED )

5 iv 2.1 USB OLED ESP32-KEY-KIT-R ESP-WROOM GND ESP-WROOM ESP32-KEY-KIT-R BLINK:LED OLED U8g OLED (SSD1306) ESP32-KEY-KIT-R USB OLED

6 1 1 ESP32-KEY-KIT-R1 1.1 IoT *1 IoT IoT ESP-WROOM-32 ESP32-KEY-KIT-R1 ESP-WROOM-32 *2 IoT ESP32- KEY-KIT-R1 Arduino LAN ESP32-KEY-KIT-R1 *1 Internet of Things *2 ESP-WROOM-32

7 1 ESP32-KEY-KIT-R Arduino UNO R3 FLASH RAM WiFi Arduino Arduino IDE USB ( ) OLED ( ) 450mV 1A DC ESP-WROOM-32 ESP-WROOM ESP32-KEY-KIT-R1 ESP-WROOM-32 ESP-WROOM-32 ESP-WROOM ESP32-KEY-KIT-R1 3 (ESP-WROOM-32,, ) USB html OLED html

8 1 ESP32-KEY-KIT-R ESP-WROOM-32 ESP32-KEY-KIT-R1

9 4 2 ESP32-KEY-KIT-R1 2.1 ESP32-KEY-KIT-R1 ESP-WROOM-32 WiFi ESP-WROOM ESP-WROOM mA 1A ESP32- KEY-KIT-R1 AP2114H-3.3 1A *1 ESP-WROOM-32 AP2114H mV USB 0.8V ESP-WROOM-32 USB 5V DC ESP32-KEY-KIT-R1 DC USB DC 5V 2A AC *1 USB mA USB mA

10 2 ESP32-KEY-KIT-R1 5 ESP32-KEY-KIT-R1 5V AC ESP32- KEY-KIT-R1 3.3V 5V 2.2 USB Arduino IDE ESP-WROOM-32 USB ( ) ESP32-KEY-KIT-R1 USB USB USB OLED ESP32-KEY-KIT-R1 OLED 2.2 OLED 6.5 OLED 128x64 ESP-WROOM-32 IP ESP- WROOM-32 PC

11 2 ESP32-KEY-KIT-R OLED ESP32-KEY-KIT-R1 ESP32-KEY-KIT-R1 OLED PC OLED

12 ESP32-KEY-KIT-R ESP32-KEY-KIT Rev.1 1 IC IC1 ESP-WROOM-32 IC2 AP2114H D1 1N LED1 1 R1 10K 1 R R3 1K 1 C1 0.1 F 1 C2 10 F 1 C3 100 F 1 SW1, SW2 2 2 CN1 4 (USB ) 1 CN2 4 (OLED ) 1 SV1, SV2 1 1x40PIN 1

13 ESP-WROOM-32 ESP32-KEY-KIT-R1 ESP-WROOM-32 ( 3.2) ESP-WROOM-32 ESP-WROOM-32 WEB ESP-WROOM-32

14 9 4 ESP32-KEY-KIT-R1 ESP-WROOM-32,, 4.1 IC 4.2 (ESP-WROOM-32,, )

15 ESP-WROOM-32 ESP32-KEY-KIT-R1 ESP-WROOM-32 GND ESP-WROOM-32 *1 *2 ESP-WROOM-32 ESP-WROOM-32 GND ESP32-KEY-KIT-R1 ESP-WROOM-32 GND GND GND ESP-WROOM-32 ESP-WROOM-32 ESP-WROOM *1 ESP-WROOM-32 9, 13, 18 *2

16 ESP-WROOM-32 ESP-WROOM-32 1 IC GND GND ESP-WROOM-32 ESP-WROOM-32 1 GND ESP-WROOM-32 ESP-WROOM-32 ESP-WROOM-32 GND ESP-WROOM-32 GND ESP32-KEY-KIT-R1 ESP-WROOM-32 GND ESP-WROOM-32 ESP-WROOM-32 GND 4.2.2

17 IC

18 DC ESP32-KEY-KIT-R1 (ESP32- KEY)

19 IC ESP32-KEY-KIT-R1 GND C C LED1, LED2 (+) (-) CN1, CN2 4 CN1, CN2

20 DC AC DC SV1, SV2 SV1, SV2 15 SV1, SV2 4.4 ESP32-KEY-KIT-R1 4.7 GND GND 3.3V

21 ESP32-KEY-KIT-R1

22 17 5 Arduino 5.1 ESP32 Arduino ESP32 Arduino WEB ESP32 Arduino 5.2 ESP32 Arduino Arduino IDE [ ] [ ] ESP32 ESP32 ESP32-KEY-KIT-R1 LED ESP32-KEY-KIT-R1 USB BLINK:LED hello world LED Arduino IDE [ ] [ ] [01.Basics] Blink ESP32-KEY-KIT-R1 LED 2 pinmode(),digitalwrite() ESP32-KEY-KIT-R1 Arduino IDE [ ]

23 5 Arduino 18 // the setup function runs once when you press reset or power the board void setup() { // initialize digital pin 13 as an output. pinmode(2, OUTPUT); } // the loop function runs over and over again forever void loop() { digitalwrite(2, HIGH); // turn the LED on (HIGH is the voltage level) delay(1000); // wait for a second digitalwrite(2, LOW); // turn the LED off by making the voltage LOW delay(1000); // wait for a second } 5.1 BLINK:LED RST LOAD RST LOAD [ ] Arduino IDE ESP32-KEY-KIT-R1 LED 5.3 OLED ESP32-KEY-KIT-R1 OLED OLED U8g2 OLED U8g2 U8g2 Arduino IDE [U8g2] 5.3 URL

24 5 Arduino OLED 5.3 U8g2 URL U8g2 Arduino IDE [ ] [ ] U8g2 U8g2 [u8g2] [full buffer] [GraphicsTest]

25 5 Arduino 20 u8g2 OLED SSD1306 I2C 60 U8G2_SSD1306_128X64_NONAME_F_HW_I2C u8g2(u8g2_r0, U8X8_PIN_NONE); 5.4 OLED (SSD1306) 5.2

26 ESP32-KEY-KIT-R1 ESP32-KEY-KIT-R1 6.1 ESP-WROOM ESP32-KEY-KIT-R1 6.2 BOOT ESP-WROOM-32(ESP32) 2 SPI Flash Boot Download Boot SPI Flash Boot ESP-WROOM-32

27 6 22 Download Boot ESP-WROOM-32 Arduino IDE ESP-WROOM-32 firmware BOOT Flash Boot Mode UART Download Mode ESP-WROOM-32 2 GPIO2(D2) GPIO0(D0) GPIO0(D0) ESP32-KEY-KIT-R1 SW1(LOAD) SW1(LOAD) GPIO0(D0) H L 6.1 BOOT SPI Flash Boot Download Boot GPIO0 (D0) H L GPIO2 (D2) Don t-care L 6.3 ESP32-KEY-KIT-R1 LED 6.2 SW1 Arduino IDE 6.2 LED SW1 D0 SW2 EN LED1 D2 6.4 ESP32-KEY-KIT-R1 SV1, SV2 SV1,SV2 6.3

28 SV1,SV2 SV1 SV2 GND 15 GND 3.3V 14 5V EN RST 13 D23 MOSI AD10/VP D36 12 D22 SCL AD13/VN D39 11 D1 TX0 AD16 D34 10 D3 RX0 AD17 D35 9 D21 SDA AD14 D32 8 D19 MISO AD15 D33 7 D18 SCK AD28/DA1 D25 6 D5 SS AD29/DA2 D26 5 D17 AD27 D27 4 D16 AD26 D14 3 D4 AD20 AD25 D12 2 D0 AD21 AD24 D13 1 D15 AD23

29 USB USB CN1 CN1 6.4 USB 6.2 USB URL html 6.4 CN1(USB ) 1 GND 2 5V 3 RX0 TX 4 TX0 RX 6.2 USB USB RX0, TX0 3.3V 5V 500mA 100mA USB ESP32-KEY-KIT-R1 AC 6.4

30 OLED OLED CN2 CN2 6.5 OLED 6.3 OLED URL html 6.5 CN2(OLED ) 1 GND 2 5V 3 D22 SCL 4 D21 SDA 6.3 OLED OLED SCL, SDA 3.3V ESP32-KEY-KIT-R1 5V 3.3V 6.5 OLED SDA, SCL 4.7K-10K CN2 OLED

31 6 26 I2C SDA, SCL OLED

32 microfan_shop@yahoo.co.jp 7.2 Yahoo! WEB (ESP32-KEY-KIT-R1) 7.3 WEB microfan_shop@yahoo.co.jp TEL:

33

ESP8266-CORE-R Copyrig

ESP8266-CORE-R Copyrig ESP8266-CORE-R1 http://www.microfan.jp/ https://store.shopping.yahoo.co.jp/microfan/ https://www.amazon.co.jp/s?merchant=a28nhprkjdc95b 2018 3 Copyright c 2017-2018 MicroFan, All Rights Reserved. i 1 ESP8266-CORE-R1

More information

Arduino UNO IS Report No. Report Medical Information System Laboratory

Arduino UNO IS Report No. Report Medical Information System Laboratory Arduino UNO 2015 2 25 IS Report No. Report Medical Information System Laboratory Abstract ( ) Arduino / Arduino Bluetooth Bluetooth : Arduino Arduino UNO Arduino IDE micro computer LED 1............................

More information

AREF RESET L TX RX ON 12 ~11 ~10 ~9 8 7 ~6 ~5 4 ~3 2 TX->1 RX

More information

GR-SAKURA-SAのサンプルソフト説明

GR-SAKURA-SAのサンプルソフト説明 フルカラーシリアル LED テープ (1m) を GR-KURUMI で使ってみる 2014/2/25 がじぇっとるねさす鈴木 Rev. 1.00 フルカラーシリアル LED の特徴 http://www.switch-science.com/catalog/1399/ 3570 円 1m で 60 個の LED がついている 電源と信号線 1 本で制御する x 24 この信号を 24 個送信して

More information

ハピタス のコピー.pages

ハピタス のコピー.pages Copyright (C) All Rights Reserved. 10 12,500 () ( ) ()() 1 : 2 : 3 : 2 4 : 5 : Copyright (C) All Rights Reserved. Copyright (C) All Rights Reserved. Copyright (C) All Rights Reserved. Copyright (C) All

More information

Copyright 2008 All Rights Reserved 2

Copyright 2008 All Rights Reserved 2 Copyright 2008 All Rights Reserved 1 Copyright 2008 All Rights Reserved 2 Copyright 2008 All Rights Reserved 3 Copyright 2008 All Rights Reserved 4 Copyright 2008 All Rights Reserved 5 Copyright 2008 All

More information

unitech PA500 Enterprise PDA Rev. A

unitech PA500 Enterprise PDA Rev. A unitech PA500 Enterprise PDA Rev. A PA500 Enterprise PDA Unitech Copyright 2007 unitech Electronics Co., Ltd. Web : http:\\www.unitech-japan.co.jp Bluetooth Bluetooth SIG Microsoft Windows ActiveSync

More information

SpeC記述のC記述への変換 (SpecCによるソフトウェア記述の実装記述への変換)

SpeC記述のC記述への変換 (SpecCによるソフトウェア記述の実装記述への変換) シングルタスク プログラミング 本田晋也名古屋大学大学院情報科学研究科准教授 TOPPERSプロジェクトシニアテクニカルエキスパート honda@ertl.jp 最終更新 2016/6/27 1 自己紹介 所属 名古屋大学情報科学研究科組込みリアルタイムシステム研究室 TOPPERSプロジェクト TOPPERS/R2CA 設計 開発 メンテ 最近注力している内容 TOPPERS/ASP GR-PEACH

More information

MODLINK-2 Arduino&IoT 組立式開発ボード Manual モジュリンク 2 取扱説明書

MODLINK-2 Arduino&IoT 組立式開発ボード Manual モジュリンク 2 取扱説明書 MODLINK-2 Arduino&IoT 組立式開発ボード Manual モジュリンク 2 取扱説明書 1 目次 1. 共通事項... 2 1-1. 概要... 2 1-2. 注意事項... 2 2. 共通事項... 4 2-1. BASE-D16... 4 3. LINK module... 7 3-1. MCU-LINK(UNO)... 7 3-2. UPLOAD-LINK... 10 3-3.

More information

mbed祭りMar2016_プルアップ.key

mbed祭りMar2016_プルアップ.key 1 2 4 5 Table 16. Static characteristics (LPC1100, LPC1100L series) continued T amb = 40 C to +85 C, unless otherwise specified. Symbol Parameter Conditions Min Typ [1] Max Unit Standard port pins, RESET

More information

スライド 1

スライド 1 マイコンをはじめよう 割り込みを使おう 徳島大学大学院ソシオテクノサイエンス研究部 技術専門職員辻明典 連絡先 : 770-8506 徳島市南常三島町 2-1 TEL/FAX: 088-656-7485 E-mail::a-tsuji@is.tokushima-u.ac.jp 割り込みを使おう 第 8 回 2013/9/14(Sat) 10:00 11:30 2 本日の予定 1 割り込みについて 2

More information

APP Storage APP Storage APP GW APP GW GW GW : APP Storage Storage APP APP GW APP GW GW GW HTTP+XML Data Archiver, Data Analysis Visualization Control Logics Storage Data Analysis Visualization Demand Control

More information

Arduinoで組込み制御

Arduinoで組込み制御 Arduino で組込み制御 Arduino で組込み制御 目次 1 Arduino とは? 2 Arduino をダウンロードしよう 3 Arduino のサンプルを使ってみよう 4 フルカラー LED を点灯させるプログラムを書いてみよう 5 LCD ディスプレイで文字を表示してみよう 6 小型 DC モータを制御してみよう 7 マトリクス LED で文字を点灯させよう Arduino とは?1

More information

unitech PA600 Rugged En PDA - RFID HF - unitech G Ver.1.2

unitech PA600 Rugged En PDA - RFID HF - unitech G Ver.1.2 unitech PA600 Rugged En PDA - RFID HF - unitech 400618G Ver.1.2 - 2009 Unitech Oracle Embedded Software Licensing Program FCC - i 16 PA600 1. 5V/2A AC USB DC 2. PA600 DC 8 SDRAM 60 C C C C ii PA600 RFID

More information

初心者にもできるアメブロカスタマイズ新2016.pages

初心者にもできるアメブロカスタマイズ新2016.pages Copyright All Rights Reserved. 41 Copyright All Rights Reserved. 60 68 70 6 78 80 Copyright All Rights Reserved. FC2 97 Copyright All Rights Reserved. Copyright All Rights Reserved. Copyright All Rights

More information

- 2 Copyright (C) 2006. All Rights Reserved.

- 2 Copyright (C) 2006. All Rights Reserved. - 2 Copyright (C) 2006. All Rights Reserved. 2-3 Copyright (C) 2006. All Rights Reserved. 70-4 Copyright (C) 2006. All Rights Reserved. ...1...3...7...8 1...9...14...16 2...18...20...21 3...22...23...23...24

More information

Copyright 2008 NIFTY Corporation All rights reserved. 2

Copyright 2008 NIFTY Corporation All rights reserved. 2 Copyright 2008 NIFTY Corporation All rights reserved. 2 Copyright 2008 NIFTY Corporation All rights reserved. 3 Copyright 2008 NIFTY Corporation All rights reserved. 4 Copyright 2008 NIFTY Corporation

More information

[ ][ ] HTML [ ] HTML HTML

[ ][ ] HTML [ ] HTML HTML COPYRIGHT 2009 MAGREX, ALL RIGHTS RESERVED. [ ][ ] HTML [ ] HTML HTML [ ][ ] / / / [ ][ ] HTML HTML URL URL [ ][ ] Cellpadding Cellspacing ID ID URL [ ][ ] ID ID URL [ ][ ] ID ID URL [ ][ ] [ ][ ] [ ]

More information

DAC121S101/DAC121S101Q 12-Bit Micro Power, RRO Digital-to-Analog Converter (jp)

DAC121S101/DAC121S101Q 12-Bit Micro Power, RRO Digital-to-Analog Converter (jp) DAC121S101 DAC121S101/DAC121S101Q 12-Bit Micro Power, RRO Digital-to-Analog Converter Literature Number: JAJSA89 DAC121S101 12 D/A DAC121S101 12 D/A (DAC) 2.7V 5.5V 3.6V 177 A 30MHz 3 SPI TM QSPI MICROWIRE

More information

provider_020524_2.PDF

provider_020524_2.PDF 1 1 1 2 2 3 (1) 3 (2) 4 (3) 6 7 7 (1) 8 (2) 21 26 27 27 27 28 31 32 32 36 1 1 2 2 (1) 3 3 4 45 (2) 6 7 5 (3) 6 7 8 (1) ii iii iv 8 * 9 10 11 9 12 10 13 14 15 11 16 17 12 13 18 19 20 (2) 14 21 22 23 24

More information

Copyright All Rights Reserved. -2 -!

Copyright All Rights Reserved. -2 -! http://ameblo.jp/admarketing/ Copyright All Rights Reserved. -2 -! Copyright All Rights Reserved. -3- Copyright All Rights Reserved. -4- Copyright All Rights Reserved. -5 - Copyright All Rights Reserved.

More information

TK-S686_S686WP

TK-S686_S686WP TK-S686 TK-S686WP TK-S686 TK-S686WP LST0659-00B 2 ( ) T A 3 4 g g I _I I _I _ I_ I 5 A A B A B 6 7 A B C D E I H G F J K L N M A _ _ A B C J A K 8 D A B C D E A F O G A H S O R R P Q T I J A T A K A L

More information

Raspberry Pi ZeroによるIoT入門

Raspberry Pi ZeroによるIoT入門 Raspberry Pi Zero IoT Zero W Raspberry Pi ZeroRaspberry Pi Zero WRaspberry Pi Zero WH RaspbianRaspberry Pi OS 2018-03-13-raspbian-stretch.img 2018 3 URL TM R Web IoT http://www.coronasha.co.jp/np/isbn/9784339009019/

More information

IPA:セキュアなインターネットサーバー構築に関する調査

IPA:セキュアなインターネットサーバー構築に関する調査 Copyright 2003 IPA, All Rights Reserved. Copyright 2003 IPA, All Rights Reserved. Copyright 2003 IPA, All Rights Reserved. Copyright 2003 IPA, All Rights Reserved. Copyright 2003 IPA, All Rights Reserved.

More information

44 4 I (1) ( ) (10 15 ) ( 17 ) ( 3 1 ) (2)

44 4 I (1) ( ) (10 15 ) ( 17 ) ( 3 1 ) (2) (1) I 44 II 45 III 47 IV 52 44 4 I (1) ( ) 1945 8 9 (10 15 ) ( 17 ) ( 3 1 ) (2) 45 II 1 (3) 511 ( 451 1 ) ( ) 365 1 2 512 1 2 365 1 2 363 2 ( ) 3 ( ) ( 451 2 ( 314 1 ) ( 339 1 4 ) 337 2 3 ) 363 (4) 46

More information

i ii i iii iv 1 3 3 10 14 17 17 18 22 23 28 29 31 36 37 39 40 43 48 59 70 75 75 77 90 95 102 107 109 110 118 125 128 130 132 134 48 43 43 51 52 61 61 64 62 124 70 58 3 10 17 29 78 82 85 102 95 109 iii

More information

Microsoft Word - 最終版 バックせどりismマニュアル .docx

Microsoft Word - 最終版 バックせどりismマニュアル .docx ism ISM ISM ISM ISM ISM ISM Copyright (c) 2010 All Rights Reserved. Copyright (c) 2010 All Rights Reserved. Copyright (c) 2010 All Rights Reserved. ISM Copyright (c) 2010 All Rights Reserved. Copyright

More information

Mobile Base Station RTR-500MBS-A / Web Storage - RTR-500MBS LED / Copyright T&D Corporation. All rights reserved. 2017. 07 16504810016 8 -------------------------------------- 3 -----------------------------------------------

More information

ユーザーズマニュアル(SVCEシリーズ)

ユーザーズマニュアル(SVCEシリーズ) SV-NET CONTROLLER SVCE SV-NET Controller SVCE SV-NET Controller Ether SV-NET SVCE Ethernet EtherCAT EtherCAT SVCE SVCE SVC SVD SVCC SVCE TMasM TMc TMoS OS C SV-NET SV-NET AC SV-NET Controller Compact

More information

Arduino Processing and ) Fig1. Arduino Homepage : h;p://www.arduino.cc/

Arduino Processing and ) Fig1. Arduino Homepage : h;p://www.arduino.cc/ Arduino Horiuchi* Oguri* Ueda* Tani* Eto* Arduino Processing and ) Fig1. Arduino Homepage : h;p://www.arduino.cc/ : Arduino Java Fig2. Arduino SoGware Download : h;p://arduino.cc/en/main/sogware Hardware

More information

4

4 I/O 2AO 0/4-20mA / DC6-18V 16Bit Ver. 1.0.0 2 750-563 Copyright 2006 by WAGO Kontakttechnik GmbH All rights reserved. 136-0071 1-5-7 ND TEL 03-5627-2059 FAX 03-5627-2055 http://www.wago.co.jp/io/ WAGO

More information

4

4 I/O 2AO DC0-10V/ 10V 16Bit Ver. 1.0.0 2 750-562 Copyright 2006 by WAGO Kontakttechnik GmbH All rights reserved. 136-0071 1-5-7 ND TEL 03-5627-2059 FAX 03-5627-2055 http://www.wago.co.jp/io/ WAGO Kontakttechnik

More information

2

2 C-DR0905 1 2 3 4 5 6 7 8 9 2 3 4 5 6 7 8 9 10 11 12 13 1 2 3 4 5 6 7 8 9 14 1 2 3 4 5 6 7 8 9 1 2 3 4 5 6 7 8 9 15 1 2 3 4 5 6 7 8 9 16 1 2 3 4 5 6 7 8 9 ON MAIN AC IN~ 100V OFF Y/C VIDEO OUTPUT A OUTPUT

More information

MS55D_J

MS55D_J POWERED MULTIMEDIA SPEAKERS 0 10 YST-MS55D POWERED MULTIMEDIA SPEAKERS VOLUME YST-MS55D POWERED MULTIMEDIA SPEAKERS BASS ii iii iv POWERED MULTIMEDIA SPEAKERS YST-MS55D BASS 0 10 POWERED MULTIMEDIA SPEAKERS

More information

R1RW0408D シリーズ

R1RW0408D シリーズ お客様各位 カタログ等資料中の旧社名の扱いについて 2010 年 4 月 1 日を以って NEC エレクトロニクス株式会社及び株式会社ルネサステクノロジが合併し 両社の全ての事業が当社に承継されております 従いまして 本資料中には旧社名での表記が残っておりますが 当社の資料として有効ですので ご理解の程宜しくお願い申し上げます ルネサスエレクトロニクスホームページ (http://www.renesas.com)

More information

VNXe3100 ハードウェア情報ガイド

VNXe3100 ハードウェア情報ガイド EMC VNXe VNXe300 P/N 300-02-289 03 Copyright 202 EMC Corporation. All rights reserved. 202 0 EMC Corporation EMC Corporation EMC EMC 2 EMC EMC EMC Corporation EMC Web 2 EMC VNXe300 VNXe300...... 2... 2...

More information

- 2 Copyright (C) 2009. All Rights Reserved.

- 2 Copyright (C) 2009. All Rights Reserved. - 2 Copyright (C) 2009. All Rights Reserved. - 3 Copyright (C) 2009. All Rights Reserved. - 4 Copyright (C) 2009. All Rights Reserved. - 5 Copyright (C) 2009. All Rights Reserved. - 6 Copyright (C) 2009.

More information

untitled

untitled mitsuya Copyright (C) 2007. All Rights Reserved. 1/1 mitsuya Copyright (C) 2007. All Rights Reserved. 2/2 mitsuya Copyright (C) 2007. All Rights Reserved. 3/3 mitsuya Copyright (C) 2007. All Rights Reserved.

More information

EPSON EHDMC10 ユーザーズガイド

EPSON EHDMC10 ユーザーズガイド Wireless Mirroring Adapter EHDMC10 ユーザーズガイド 2 EHDMC10 6 8 8 DVD MOVERIO Source 11 MOVERIO Sink 18 25 26 28 29 29 Copyright 2017 Seiko Epson Corporation. All rights reserved. 2017.04 2 AC 3 4 22cm MOVERIO

More information

VNXe3300 ハードウェア情報ガイド

VNXe3300 ハードウェア情報ガイド EMC VNXe VNXe3300 P/N 300-12-290 03 Copyright 2012 EMC Corporation. All rights reserved. 2012 10 EMC Corporation EMC Corporation EMC EMC 2 EMC EMC EMC Corporation EMC Powerlink Technical Documentation

More information

how-to-decide-a-title

how-to-decide-a-title Contents 3 4 5 6 8 13 13 14 14 15 15 18 19 Copyright 2014 All Rights Reserved. 2 / 21 URL AdobeReader ( ) http://www.adobe.co.jp/products/acrobat/readstep2.html Copyright 2014 All Rights Reserved. 3 /

More information

URL AdobeReader http://www.adobe.co.jp/products/acrobat/readstep2.html - 2 Copyright (C) 2008. All Rights Reserved.

URL AdobeReader http://www.adobe.co.jp/products/acrobat/readstep2.html - 2 Copyright (C) 2008. All Rights Reserved. URL AdobeReader http://www.adobe.co.jp/products/acrobat/readstep2.html - 2 Copyright (C) 2008. All Rights Reserved. - 3 Copyright (C) 2008. All Rights Reserved. ASP() ASP PayPal - 4 Copyright (C) 2008.

More information

20 180pixel 180pixel Copyright 2014 Yahoo Japan Corporation. All Rights Reserved.

20 180pixel 180pixel Copyright 2014 Yahoo Japan Corporation. All Rights Reserved. 12 300pixel 300pixel www.yahoo.co.jp Copyright 2014 Yahoo Japan Corporation. All Rights Reserved. 20 180pixel 180pixel Copyright 2014 Yahoo Japan Corporation. All Rights Reserved. 300pixel 300pixel www.yahoo.co.jp

More information

MAX7319 EV.J

MAX7319 EV.J 19-4043; Rev 0; 2/08 PART TYPE MAX7319EVKIT+ EV Kit DESIGNATION QTY DESCRIPTION C1, C5 C9, C17, C18, C37 9 0.1μF ±10%, 16V X7R ceramic capacitors (0603) TDK C1608X7R1C104K C2 0 Not installed, capacitor

More information

HA178L00 シリーズ

HA178L00 シリーズ HA178L00 100mA 3 RJJ03D0004-0100Z (Previous: ADJ-204-051A) Rev.1.00 2003.04.11 HA178L00 3 IC IC 150mA () 800mW ±8% A ±5% HA178L00P HA178L00PA HA178L00 HA178L00A HA178L00UA Rev.1.00, 2003.04.11, page 1

More information

Microsoft Word - SU1204教本(Driver)原稿.docx

Microsoft Word - SU1204教本(Driver)原稿.docx void setup(){ pinmode(13, OUTPUT); //13 void loop(){ digitalwrite(13, HIGH); //13 HIGH delay(500); digitalwrite(13, LOW); //13 LOW delay(500); setup pinmode loop delay C M B void setup(){ pinmode(12,output);

More information

JPD-AMC-Catalog-Dec11.indd

JPD-AMC-Catalog-Dec11.indd GE Measurement & Control Solutions DPI620 HART - 95% 2 MPa ( 20 bar ) - 95% 10 MPa ( 100 bar ) - 0 +100 MPa ( 0 1000 bar ) 0.0025% rdg + 0.002% FS ( ma ) ( mv V ) HART PC Windows CE USB WiFi IEEE802.11

More information

LMC7101/101Q Tiny Low Pwr Op Amp w/Rail-to-Rail Input and Output (jp)

LMC7101/101Q Tiny Low Pwr Op Amp w/Rail-to-Rail Input and Output (jp) ,Q /Q Tiny Low Power Operational Amplifier with Rail-to-Rail Input and Output Literature Number: JAJS809 CMOS SOT23-5 CMOS LMC6482/6484 PHS (PDA) PCMCIA 5-Pin SOT23 CMOS 19940216 33020 23900 11800 2006

More information

UsersGuide_INR-HG5497c_.doc

UsersGuide_INR-HG5497c_.doc UPS / Web/SNMP VCCI A Web/SNMP... 1.. WEB...1.. SNMP...1.. NETSHUT...1.. 100BASE-TX...1... 2 Web... 4.....5.....7......7......8......9.. UPS...10... UPS...10...13......14......14...15......17......17..

More information

Fluke 2X5 Fluke 2X5 190 Profibus Fieldbus RS232 RS Fluke 2X5 8 BHT190 AS-i CAN RS232 RS485 Modbus Foundationbus Profibus Ethernet 80 %GOOD10 %

Fluke 2X5 Fluke 2X5 190 Profibus Fieldbus RS232 RS Fluke 2X5 8 BHT190 AS-i CAN RS232 RS485 Modbus Foundationbus Profibus Ethernet 80 %GOOD10 % Fluke 190 200 MHz 2.5 GS/s 4chCAT IV 600 V Fluke-190-204 200 MHz 2.5 GS/s Fluke-190-104 100 MHz 1.5 GS/s 200 MHz 4ch Fluke190 200 MHz 2.5 GS/s 100 MHz 1.25 GS/s 4 7 2.2 kg 10,000 48 ScopeRecord 4 22 TrendPlot

More information

健康保険組合のあゆみ_top

健康保険組合のあゆみ_top (1912) (1951) 2,00024,000 (1954) (1958) (1962) (1965) (1968) (1969) (1971) (1972) (1973) (1974) (1976) (1978) (1980) (1982) (1983) (1984) (1985) (1987) (1988) (1989) (1990) (1991) (1992) (1994) (1995)

More information

DL1700Eシリーズ ディジタルオシロスコープ ユーザーズマニュアル

DL1700Eシリーズ ディジタルオシロスコープ ユーザーズマニュアル DL1700E シリーズ ディジタルオシロスコープ ユーザーズマニュアル IM 701730-01 3 版 ユーザー登録のお願い 今後の新製品情報を確実にお届けするために お客様にユーザー登録をお願いしております 下記 URL の ユーザー登録 のページで ご登録いただけます http://www.yokogawa.co.jp/tm/ 計測相談のご案内 当社では お客様に正しい計測をしていただけるよう

More information

MLA8取扱説明書

MLA8取扱説明書 (5)-2 2 (5)-2 3 (5)-2 4 5 2 3 4 5 6 7 1 2 3 4 5 6 7 8 POWER ON / OFF 1 1 n 2 3 4 5 6 7 n 6 AC IN 8 MODEL MAL8 MADE IN INDONESIA 7 6 5 4 OUTPUT +4dBu ANALOG OUTPUT +4dBu G G 3 2 1 8 7 6 5 INPUT 4 3 2 1

More information

TOS7200 CD-ROM DUT PC 1.0X p.15 NEMA Vac/10 A [85-AA-0003] m : CEE7/7 : 250Vac/10 A [85-AA-0005] : GB1002 : 250Vac/10A [ ] 2016

TOS7200 CD-ROM DUT PC 1.0X p.15 NEMA Vac/10 A [85-AA-0003] m : CEE7/7 : 250Vac/10 A [85-AA-0005] : GB1002 : 250Vac/10A [ ] 2016 No. IB028901 Nov. 2016 1. 11 TOS7200 2. 14 3. 19 4. 23 5. 39 6. 49 7. 51 TOS7200 CD-ROM DUT PC 1.0X p.15 NEMA5-15 125 Vac/10 A [85-AA-0003] 1 2.5 m : CEE7/7 : 250Vac/10 A [85-AA-0005] : GB1002 : 250Vac/10A

More information

DL1720/DL1740ディジタルオシロスコープユーザーズマニュアル

DL1720/DL1740ディジタルオシロスコープユーザーズマニュアル DL1720/DL1740 IM 701710-01 http://www.yokogawa.co.jp/measurement/ 0120-137046 tmi-cs@csv.yokogawa.co.jp FAX 0422-52-6624 Disk No. DL30 2nd Edition : July 2001 (YK) All Rights Reserved, Copyright 2001 Yokogawa

More information

MAX191 EV J

MAX191 EV J -0; Rev ; / µ µ PART TEMP. RANGE BOARD TYPE MAXEVSYS-DIP 0 C to +0 C Through-Hole MAXEVKIT-DIP 0 C to +0 C Through-Hole 0CMODULE-DIP 0 C to +0 C Through-Hole Evaluates: MAX Maxim Integrated Products Evaluates:

More information

untitled

untitled Web JoinMeeting JoinMeeting ASP 20 () Powered by All Rights Reserved, Copyright 2004 Web JoinMeeting PC Web JoinMeeting JM (MMC Web ) Web (Leave Message ) ID 2 All Rights Reserved, Copyright 2003 ...2...3

More information

8051 개발보드 메뉴얼

8051 개발보드 메뉴얼 ㄴㄴㄴ標準 U-STYLE ボード (Model:DM-USTYLE V1.0 ) マニュアル 改訂日 : 2015 年 11 月 24 日 1. Arduino At Heartプロトタイプ標準 U STYLEボード (DM-USTYLE V1.0) のご紹介 アドゥイノウノブートローダが書き込んだATMEGA328P-PUを使用 Arduino At Heart( ) プロトタイプのボードの互換コネクタと

More information

Arduino の勉強会 平成 23 年 1 月 5 日於 : 鳥取大学

Arduino の勉強会 平成 23 年 1 月 5 日於 : 鳥取大学 Arduino の勉強会 平成 23 年 1 月 5 日於 : 鳥取大学 内容 1 Arduino とは... 2 2 インストールと動作チェック... 2 3 LED の点滅回路... 4 4 液晶 (LCD) の表示... 6 5 電圧計測... 7 6 アナログ出力... 8 7 サーボの動作... 9 8 例題 : ボリュームに応じて LED の明るさを変化させましょう... 10 9 例題

More information

WJ-HD SHIFT /0 PULL Digital Disk Recorder WJ-HD 316

WJ-HD SHIFT /0 PULL Digital Disk Recorder WJ-HD 316 WJ-HD36 SHIFT 3 4 5 6 7 8 9 0/0 PULL 3 4 5 6 Digital Disk Recorder WJ-HD 36 q w e r t y 3 4 5 6 7 8 9 0 3 4 5 q w 6 q w e r t y 7 SHIFT 3 4 5 6 7 8 9 0/0 HDD HDD 3 4 5 6 8 9 PULL Digital Disk Recorder

More information

Jp

Jp Jp WT-5 WT-5FTP WT-5 1 FTP PC FTP 047 016 2 HTTP iphone Camera Control Pro 2 021 024 ii 3 051 FTP 05 iii http://www.nikon-image.com/support/ CompactFlash TM SanDisk XQD Microsoft Windows Windows Vista

More information

TLS PC Link TM Users Manual I

TLS PC Link TM Users Manual I TLS PC Link TM Users Manual I Copyright Brady Worldwide, Inc.( Brady) ( ) Brady Brady Brady TLS PC Link TM LabelMark TM Brady Worldwide, Inc. CODESOFT TM Teklynx International Co. Microsoft Windows Microsoft

More information

untitled

untitled 1 2 20 3 4 21 21 5 6 1 50 5362 160/ 1019 240/ 1.5 7 8 9 18 19 20 10 11 E 12 2 101 211111 13 21 14 15 16 211111 17 18 3 19 20 21 22 292100 292100 () 2.18m () http://www.bousaimail.jp/yokohama/s/suii/21.html

More information

NL-22/NL-32取扱説明書_操作編

NL-22/NL-32取扱説明書_操作編 MIC / Preamp ATT NL-32 A C ATT AMP 1 AMP 2 AMP 3 FLAT FLAT CAL.SIG. OVER LOAD DET. AMP 4 AMP 5 A/D D/A CONV. AMP 6 AMP 7 A/D CONV. Vref. AMP 8 AMP 10 DC OUT AMP 9 FILTER OUT AC DC OUT AC OUT KEY SW Start

More information

Jp

Jp Jp UT-1 UT-1 FTP UT-1 WT-5 WT-5 09 021 FTP 051 021 FTP 051 ii 036 Camera Control Pro 2 044 FTP 051 iii iv http://www.nikon-image.com/support/ Microsoft Windows Windows Vista Microsoft Corporation Mac OSApple

More information

Ver. 2 D4 D800 D800E D7100 D7000 D4 UT-1 D7000 UT-1 UT-1 D7100 D7100 D800 UT-1 D800E D800/D800E Jp

Ver. 2 D4 D800 D800E D7100 D7000 D4 UT-1 D7000 UT-1 UT-1 D7100 D7100 D800 UT-1 D800E D800/D800E   Jp Ver. 2 D4D800 D800E D7100 D7000 D4 UT-1 D7000 UT-1 UT-1 D7100 D7100 D800 UT-1 D800E D800/D800E http://www.nikon-image.com/support/ Jp UT-1 UT-1 FTP UT-1 WT-5 UT-1 UT-1 01 UT-1 015 FTP061 WT-5 06 023 FTP068

More information

LAN FTP 1 FTP 047 PC 016 FTP 2 021 HTTP 024 iphone Camera Control Pro 2 ii

LAN FTP 1 FTP 047 PC 016 FTP 2 021 HTTP 024 iphone Camera Control Pro 2 ii Jp LAN FTP 1 FTP 047 PC 016 FTP 2 021 HTTP 024 iphone Camera Control Pro 2 ii 3 WT-5 051 A 07 FTP 039 WT-4 UT-1 iii http://www.nikon-image.com/support/ XQD CompactFlash TM SanDisk Microsoft Windows Windows

More information

TK-S685/TK-S686B/TK-S686WPB

TK-S685/TK-S686B/TK-S686WPB TK-S685 TK-S686B TK-S686WPB LST0835-00A 2 ( ) (TK-S686WPB) T (TK-S686B/TK-S686WPB ExDR ( ) A 3 g g 4 I_I I_I _ I_I 5 A A B A B A B 6 7 A B C D E I H G F J K L N M A A B C J A K 8 D A B C D E A F O G A

More information

DL1620/DL1640/DL1640L ディジタルオシロスコープ ユーザーズマニュアル

DL1620/DL1640/DL1640L ディジタルオシロスコープ ユーザーズマニュアル DL1620/DL1640/DL1640L ディジタルオシロスコープ ユーザーズマニュアル IM 701610-01 8 版 ユーザー登録のお願い 今後の新製品情報を確実にお届けするために お客様にユーザー登録をお願いしております 下記 URL の ユーザー登録 のページで ご登録いただけます http://www.yokogawa.co.jp/tm/ 計測相談のご案内 当社では お客様に正しい計測をしていただけるよう

More information

arduino プログラミング課題集 ( Ver /06/01 ) arduino と各種ボードを組み合わせ 制御するためのプログラミングを学 ぼう! 1 入出力ポートの設定と利用方法 (1) 制御( コントロール ) する とは 外部装置( ペリフェラル ) が必要とする信号をマイ

arduino プログラミング課題集 ( Ver /06/01 ) arduino と各種ボードを組み合わせ 制御するためのプログラミングを学 ぼう! 1 入出力ポートの設定と利用方法 (1) 制御( コントロール ) する とは 外部装置( ペリフェラル ) が必要とする信号をマイ arduino プログラミング課題集 ( Ver.5.0 2017/06/01 ) arduino と各種ボードを組み合わせ 制御するためのプログラミングを学 ぼう! 1 入出力ポートの設定と利用方法 (1) 制御( コントロール ) する とは 外部装置( ペリフェラル ) が必要とする信号をマイコンから伝える 外部装置の状態をマイコンで確認する 信号の授受は 入出力ポート 経由で行う (2) 入出力ポートとは?

More information

WAGO Profibus /-833及び三菱MELSEC Q02HCPU/QJ71PB92Dのコンフィグレーション

WAGO Profibus /-833及び三菱MELSEC Q02HCPU/QJ71PB92Dのコンフィグレーション Version2.0(2009.2.6) Copyright 2008 by WAGO Kontakttechnik GmbH All rights reserved. WAGO Kontakttechnik GmbH Hansastraße 27 D-32423 Minden Phone: +49 (0) 571/8 87 0 Fax: +49 (0) 571/8 87 1 69 E-Mail:

More information

FMUP-204取扱説明書

FMUP-204取扱説明書 B6FY441101 Z000 American Power Conversion Corporation SmartUPS PowerChute Schneider Electric Industries S.A.S American Power Conversion Corporation Microsoft Windows Windows Server Microsoft Corporation

More information

スライド 1

スライド 1 ワンコイン Arduino モシ ュール ESP-WROOM-02 用基板紹介 発表主旨 楽しく 安く 早く 電子工作を心がけています 1)LCD に温度と湿度と気圧 WGBT( 熱中症指数 ) を表示するガジェット 2)ESP-WROOM-02 で安く作れます 今回 課題であったはんだ付けを改善するため専用の基盤を作り 話題のワンコインモジュール :ESP-WROOM-02( 秋月 :550 円

More information

ADC121S Bit, ksps, Diff Input, Micro Pwr Sampling ADC (jp)

ADC121S Bit, ksps, Diff Input, Micro Pwr Sampling ADC (jp) ADC121S625 ADC121S625 12-Bit, 50 ksps to 200 ksps, Differential Input, Micro Power Sampling A/D Converter Literature Number: JAJSAB8 ADC121S625 12 50kSPS 200kSPS A/D ADC121S625 50kSPS 200kSPS 12 A/D 500mV

More information

WJ-HD500B V8QA6060BN

WJ-HD500B V8QA6060BN WJ-HD500B Digital Disk Recorder WJ-HD500 500B 2 3 4 5 6 7 8 Digital Disk Recorder WJ-HD500 9 FS 16 q w e r t y u i o!0!1!2!3!4!5!6!7!8 10 !9 @0 @1 @2 @3 @4 @5 @6 @7 @8 @9 #0 11 SIGNAL GND 10/100BASE-T

More information

Microsoft Word - SU1203教本(Sens)原稿.docx

Microsoft Word - SU1203教本(Sens)原稿.docx int valsw; // void setup(){ pinmode(13, OUTPUT); pinmode(a4, INPUT_PULLUP); //13 //A4 } void loop(){ valsw = digitalread(a4); if(valsw == 0){ //A4 valsw //valsw } digitalwrite(13, HIGH); //valsw 0LED ------(A)

More information

Microsoft Word - SU1202教本(Disp)原稿.docx

Microsoft Word - SU1202教本(Disp)原稿.docx void setup(){ pinmode(9, OUTPUT); void loop(){ digitalwrite(9, HIGH); digitalwrite9,high 9 制限抵抗 A K P 型 N 型 基板 ( 土台 ) + P 型半導体 - N 型半導体 1.2 R(Ω) 1.8 20m 3V digitalwrite(13,high); digitalwrite(13,low);

More information

ユーザーズマニュアル(SVCCシリーズ)

ユーザーズマニュアル(SVCCシリーズ) SV-NET CONTROLLER SVCC SV-NET Controller SVCC SV-NET Controller Compact SV-NET SVCC SVCC SVC SVD SVCC SVCE TMasM TMc TMoS OS C SV-NET SV-NET AC SV-NET Controller Compact SV-NET Controller Ether C OS C

More information

i

i 14 i ii iii iv v vi 14 13 86 13 12 28 14 16 14 15 31 (1) 13 12 28 20 (2) (3) 2 (4) (5) 14 14 50 48 3 11 11 22 14 15 10 14 20 21 20 (1) 14 (2) 14 4 (3) (4) (5) 12 12 (6) 14 15 5 6 7 8 9 10 7

More information

JAJP.qxd

JAJP.qxd Agilent DC N6705A N6715A N6731B-36B N6741B-46B N6751-54A N6761A-62A N6773A-76A Product Overview 2 3 DMM PC 90 N6705A DC 4 1 3 DCN6705A DC 4 5 DUT DC 6 1 2 30 DC 7 * 5 ms 5 ms 4 100 2 100 3 100 512 512

More information

弥生会計/やよいの青色申告

弥生会計/やよいの青色申告 c c c c c 1 c c c c c c c c c c c 2 3 c c 4 a a a a a a a a a

More information

① Copyright 2005 Impex.,inc. All Rights Reserved 1 Copyright 2005 Impex.,inc. All Rights Reserved 2 Copyright 2005 Impex.,inc. All Rights Reserved 3 Copyright 2005 Impex.,inc. All Rights Reserved 4 Copyright

More information

c120-e pdf

c120-e pdf C120-E035-09 UPS GP5SUP110 1500J GP5SUP111 750J GP5-R1UP7 3000RMJ-3U GP5-R1UP8 1500RMJ-2U GP5-UPC05 RS-232C GP5-UPC06 APC Smart-UPS PowerChute Business Edition PowerChute Network Shutdown APC i UPS UPS

More information

Samsung Electronics Samsung Electronics Samsung Samsung Samsung Copyright 2015 Samsung Electronics Co., Ltd. All rights reserved.

Samsung Electronics Samsung Electronics Samsung Samsung Samsung Copyright 2015 Samsung Electronics Co., Ltd. All rights reserved. Rev. 1.0 MU-PS1T0B MU-PS500B MU-PS250B Samsung Electronics Samsung Electronics Samsung Samsung Samsung Copyright 2015 Samsung Electronics Co., Ltd. All rights reserved. 1.... 4... 4... 4 T1... 5 T1...

More information

オーナーズ マニュアル SolitonWave 1

オーナーズ マニュアル SolitonWave 1 オーナーズ マニュアル SolitonWave 1 目次 MPU トレーナー外観図... 3 インターフェース端子... 4 コネクタ... 4 周辺デバイス用ジャンパーピン... 4 LPCXpresso インターフェース (J3)... 5 NUCLE インターフェース (J5,J6)... 6 PIC インターフェース (U10)... 6 TERASIC FPGA ボード / 拡張用コネクタ

More information