ESP8266-CORE-R Copyrig

Size: px
Start display at page:

Download "ESP8266-CORE-R Copyrig"

Transcription

1 ESP8266-CORE-R Copyright c MicroFan, All Rights Reserved.

2 i 1 ESP8266-CORE-R ESP8266-CORE-R WiFi ESP8266-WORKBENCH IoT ESP8266-IoT-BASE ESP8266-MOTOR-BASE ESP8266-SERVO-BIT ESP8266-IR-BIT PC USB ESP-WROOM SV1, SV Arduino 15

3 ii 3.1 Arduino Core ESP8266 Arduino Arduino IDE ESP8266 Core BLINK:LED FADE:PWM LED WiFi WebServer ESP8266-CORE BOOT BOOT NodeMCU USB CH

4 iii 1.1 ESP-WROOM ESP8266-WORKBENCH ESP8266-IoT-BASE ESP8266-MOTOR-BASE ESP8266-SERVO-BIT ESP8266-SERVO-BIT ESP8266-CORE RST GMR Board Manager ESP BLINK:LED FADE:PWM LED WiFi WebServer ESP8266-CORE

5 iv 2.1 ESP8266-CORE BOOT SV SV

6 1 1 ESP8266-CORE-R1 1.1 ESP8266-CORE ESP-WROOM-02 WiFi LAN 32 LAN MCU Arduino MCU LAN MCU IoT *1 IoT IoT ESP-WROOM-02 ESP8266-CORE IoT ESP8266-CORE Arduino Arduino LAN *1 Internet of Things

7 1 ESP8266-CORE-R ESP8266-CORE-R1 ESP8266-CORE 32 Arduino UNO R3 FLASH RAM WiFi Arduino USB Arduino IDE NodeMCU 600mA 0.25V ESP- WROOM ESP8266-CORE ESP-WROOM Arduino UNO R3 Flash( ) RAM ESP8266-CORE / Arduino IDE PlatformIO MicroPyhon NodeMCU 3 Arduino

8 1 ESP8266-CORE-R WiFi ESP8266-CORE ESP-WROOM ESP-WROOM-02 ESP-WROOM-02 WEB ESP8266-CORE ESP-WROOM-02 WiFi MCU ESP-WROOM-02 ESP-WROOM-02 WiFi ESP8266-CORE Arduino Arduino 1.2 ESP-WROOM-02 WiFi ESP-WROOM-02 ESP8266-CORE 0.25V@600mA 600mA ESP-WROOM-02

9 1 ESP8266-CORE-R ESP8266-CORE ESP8266-CORE ESP8266-WORKBENCH ESP8266-WORKBENCH OLED LED I2C ESP-WROOM-02

10 1 ESP8266-CORE-R ESP8266-WORKBENCH IoT ESP8266-IoT-BASE ESP8266-IoT-BASE IoT ESP8266-IoT-BASE ESP8266-MOTOR-BASE ESP8266-MOTOR-BASE ESP8266-CORE DC RC

11 1 ESP8266-CORE-R ESP8266-MOTOR-BASE ESP8266-SERVO-BIT ESP8266-SERVO-BIT ESP8266-CORE 8 RC ESP8266-SERVO-BIT ESP8266-IR-BIT ESP8266-IR-BIT ESP8266-CORE

12 1 ESP8266-CORE-R ESP8266-SERVO-BIT 1.4 ESP8266-CORE-R ESP-WROOM-02 AT LAN Arduino IDE Arduino IDE NodeMCU ESP8266-CORE PC ESP8266-CORE Arduino IDE Windows 7/10 Windows MacOS Linux *2 *2 WEB MacOS Linux ESP-WROOM-02/ESP8266

13 1 ESP8266-CORE-R1 8 ESP8266-CORE MacOS Linux Arduino IDE 1.5

14 ESP8266-CORE ESP8266-CORE ESP8266-CORE Rev.1 1 SV1, SV2 1 8PIN ESP8266-CORE

15 ESP8266-CORE USB PC PC CH340G * USB ESP8266-CORE PC Arduino IDE [ ] [ ] COM1 ESP8266-CORE PC ESP8266-CORE PC USB Arduino IDE [ ] ESP8266- CORE COMX(X ) ESP8266-CORE COM ESP8266-CORE USB USB PC USB USB USB USB PC PC (microfan_shop@yahoo.co.jp) ESP-WROOM-02 ESP8266-CORE PC Arduino IDE [ ] [ ] ESP8266-CORE COM *1 Windows 10 PC

16 bps ESP8266-CORE 2.2 ready 2.2 ESP-WROOM-02 USB ESP-WROOM-02 AT ESP-WROOM-02 AT+RST AT+GMR 2.3, 2.4 ESP8266- CORE PC AT

17 2 12 AT+RST OK ets Jan ,rst cause:2, boot mode:(3,6) load 0x , len 2408, room 16 tail 8 chksum 0xe5 load 0x3ffe8000, len 776, room 0 tail 8 chksum 0x84 load 0x3ffe8310, len 632, room 0 tail 8 chksum 0xd8 csum 0xd8 2nd boot version : 1.6 SPI Speed : 40MHz SPI Mode : DIO SPI Flash Size & Map: 16Mbit(512KB+512KB) jump to run 1000 [*** ***] ready 2.3 RST 2.3 ESP8266-CORE Arduino IDE ESP8266-CORE 2.5

18 2 13 AT+GMR AT version: (oct :29:39) SDK version:2.0.0(6ccde98) compile time:mar :50:03 OK 2.4 GMR ESP8266-CORE GND GND SV1, SV2 ESP8266-CORE SV1, SV2 SV1, SV2

19 2 14

20 15 3 Arduino 3.1 Arduino Core ESP8266-CORE Arduino IDE Arduino Arduino UNO R3 MCU ATmega328P Arduino IDE ATmega328P Arduino UNO MCU Arduino IDE MCU [Core] ATmega328P MCU Core Arduino IDE ESP-WROOM-02 Arduino IDE ESP8266 Core Core WEB Installing additional Arduino Cores ESP8266 Core 3.2 ESP8266 Arduino ESP8266 Core ESP8266 community WEB LGPL *1 *1 Core LGPL ESP8266 community

21 3 Arduino Arduino IDE (2017/11) Arduino Arduino IDE 1.8 Arduino Arduino IDE Arduino IDE ESP8266 Core Arduino IDE Arduino IDE ESP Arduino IDE Core Arduino IDE [ ] [ ] [ URL] URL [OK] ESP8266 Core ESP8266 Core Arduino IDE [ ] [ ] [...] 3.2 [esp8266 by ESP8266 Community] [ ]l ESP8266 [ ] ESP8266 Arduino IDE [

22 3 Arduino Board Manager ] [ ] ESP8266 ESP [ ] [ ] [Generic ESP8266 Module] [ ] ESP [Reset Method:] nodemcu [ :] ESP8266-CORE ( COM1 )

23 3 Arduino ESP ESP8266 Core Arduino IDE [ ] [ ] ESP8266 ESP8266

24 3 Arduino 19 ESP8266-CORE WebServer BLINK:LED hello world LED Arduino IDE [ ] [ ] [01.Basics] Blink ESP8266-CORE LED 16 pinmode(),digitalwrite() // the setup function runs once when you press reset or power the board void setup() { // initialize digital pin 13 as an output. pinmode(16, OUTPUT); } // the loop function runs over and over again forever void loop() { digitalwrite(16, HIGH); // turn the LED on (HIGH is the voltage level) delay(1000); // wait for a second digitalwrite(16, LOW); // turn the LED off by making the voltage LOW delay(1000); // wait for a second } 3.4 BLINK:LED Arduino IDE [ ] [ ] Arduino IDE ESP8266-CORE LED

25 3 Arduino FADE:PWM LED Arduino IDE [ ] [ ] [01.Basics] Fade ESP8266-CORE LED 16 led 9 16 Arduino analogwrite() 2 PWM ESP8266 Arduino analogwriterange() setup() analogwriterange(255) PWM Arduino int led = 16; int brightness = 0; int fadeamount = 5; // the pin that the LED is attached to // how bright the LED is // how many points to fade the LED by // the setup routine runs once when you press reset: void setup() { // declare pin 16 to be an output: pinmode(led, OUTPUT); } analogwriterange(255) ; // for ESP8266 // the loop routine runs over and over again forever: void loop() { // set the brightness of pin 16: analogwrite(led, brightness); // change the brightness for next time through the loop: brightness = brightness + fadeamount; // reverse the direction of the fading at the ends of the fade: if (brightness == 0 brightness == 255) { fadeamount = -fadeamount ; } // wait for 30 milliseconds to see the dimming effect delay(30); } 3.5 FADE:PWM LED

26 3 Arduino ESP8266-CORE LED WiFi WebServer ESP8266 Arduino Core Web ESP-WROOM-02 WiFi ESP-WROOM-02 Web ESP-WROOM-02 ESP-WROOM-02 SSID ESP ESP8266-CORE Arduino IDE ESP-WROOM-02 WebServer ESP-WROOM-02 SSID:ESP8266 WiFi WEB WebServer [Hello MicroFan!] WEB

27 3 Arduino 22 #include <ESP8266WiFi.h> #include <ESP8266WebServer.h> const char ssid[] = "ESP8266"; ESP8266WebServer server(80); void handleroot() { String msg = "<html><head><title>esp8266 WebSerber</title>" "</head><body><h1>hello MicroFan!</h1>" ; } server.send(200, "text/html", msg + "<hr>" "<h1>" + millis() + "</h1></body></html>"); void setup() { WiFi.softAP(ssid); // server.on("/", handleroot); server.begin(); } Serial.begin(115200); Serial.println(); Serial.print("WebServer IP address: "); Serial.println(WiFi.softAPIP()); void loop() { server.handleclient(); } 3.6 WiFi WebServer

28 ESP8266-CORE ESP8266-CORE ESP8266-CORE

29 ESP8266-CORE Rev.1 1 IC IC1 ESP-WROOM-02 1 IC2 CH340C 1 IC3 AP2112K Q1 UMH3N 1 D1 SS34 1 LED1, LED2 2 R1-R4 10K 4 R5, R R6, R7 1K 2 C1, C6 22 F 2 C2, C4 0.1 F 2 C3 1nF 1 C5 10 F 1 SW1, SW2 2 2 USB CN1 micro 1 SV1, SV2 8pin BOOT ESP-WROOM-02(ESP8266) 2 Flash Boot Mode UART Download Mode Flash Boot Mode ESP-WROOM-02 UART Flash Boot Mode ESP-WROOM-02 Arduino IDE NodeMCU firmware BOOT Flash Boot Mode UART Download Mode ESP-WROOM-02 3 GPIO(D0) GPIO0(D0) ESP8266-CORE SW1(LOAD) SW1(LOAD) GPIO0(D) H L

30 BOOT Flash Boot Mode UART Download Mode GPIO15(D15) L L GPIO2(D2) H H GPIO0(D0) H L 4.3 NodeMCU ESP8266-CORE NodeMCU Arduino IDE Reset Method nodemcu Arduino IDE ESP8266-CORE 4.4 ESP8266-CORE ESP-WROOM-02 SV1, SV2, SV4, SV5 SV1,4 4.3 SV2,5 4.4 SPI 4.3 SV V 2 D14 SCK 3 D12 MI 4 D13 MO 5 D15 6 D2 7 D0 SW1 8 GND

31 SV2 1 D4 SDA 2 D3 RX 3 D1 TX 4 D5 SCL 5 RESET SW2 6 AD 7 D16 LED1 8 5V ESP8266-CORE USB PC ESP8266-CORE USB SV2 5V USB 5V ESP8266-CORE USB SV2 5V 5V USB PC USB USB2 500mA USB3 900mA ESP8266-CORE SV2 5V USB 3A USB AC USB ESP8266-CORE 5V3A USB RC LED ESP8266-CORE AP2112K V USB AC 5V 6.5V

32 ESP-WROOM mA ESP8266-CORE AP2112K V 600mA *1 ESP-WROOM-02 AP2112K V 0.6V USB 5V 4.6 CH340 ESP8266-CORE USB CH340 *2 ESP8266-CORE USB PC PC CH340 CH340 WEB CH340 *1 USB USB2 500mA USB3 900mA *2 CH340

33 microfan_shop@yahoo.co.jp 5.2 Yahoo! WEB WEB WEB microfan_shop@yahoo.co.jp TEL:

34

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

ESP32-KEY-KIT-R1 (ESP-WROOM-32 ) Copyright c 2 ESP32-KEY-KIT-R1 (ESP-WROOM-32 ) http://www.microfan.jp/ http://store.shopping.yahoo.co.jp/microfan/ http://www.microfan.jp/shop/ 2017 4 Copyright c 2017 MicroFan, All Rights Reserved. i 1 ESP32-KEY-KIT-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

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

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

スライド 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

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

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

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

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

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

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

R1RW0408D シリーズ

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

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

- 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

CPU VS-RC003 RobovieMaker for VS-RC003

CPU VS-RC003 RobovieMaker for VS-RC003 CPU VS-RC003 RobovieMaker for VS-RC003 2 1. 4 1-1. 4 1-2.CPU 5 1-3.CPU PC 7 2. 9 2-1.PC 9 2-2. 11 2-2-1. 11 2-2-2. 13 2-2-3. 15 3. 16 3-1. 16 3-1-1. 17 3-2. 18 3-2-1.CPU 18 3-2-2. 19 3-2-3. CPU 21 3-3.

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

Arduinoで組込み制御

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

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

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

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

More information

スライド 1

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

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

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション Arduino 入門勉強会 #2 センサによる入出力 平成 27 年 7 月 7 日 ソフトピアジャパンドリーム コア 1F ネクストコア センサ入出力 Arduino にセンサなど様々な入出力部品を取り付け動作させてみます 今回の勉強会で扱うのは以下の部品です 入力 : タクトスイッチ ボリューム抵抗 ( 半固定抵抗 ) 光センサ (CDS) 温度センサ 出力 :LED( 単色 ) ピエゾスピーカー

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

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

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

Android Windows 8 AP 9 AP ios & Android 10 ST 11 ST ios 12 ST Android 13 ST Win & Mac 14 ST ios 15 ST Android

Android Windows 8 AP 9 AP ios & Android 10 ST 11 ST ios 12 ST Android 13 ST Win & Mac 14 ST ios 15 ST Android WiCounter Version 2.0 27 .. 2. 3. 2 4. 5. 6. 7 Android Windows 8 AP 9 AP ios & Android 10 ST 11 ST ios 12 ST Android 13 ST Win & Mac 14 ST ios 15 ST Android 16 17 18 19. 20 21 22 23 24 info ST 25 26 AP

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

2709CF02-01 この工作例はある程度の電子回路の知識をお持ちの方が対象で 回路図などをご覧に なり自己責任で自作できる方が対象です この工作例についてのサポート 修理 改造などのご相談 お問い合わせは受け付けて おりません また 本書の内容について動作などを保証するものではありません あらか

2709CF02-01 この工作例はある程度の電子回路の知識をお持ちの方が対象で 回路図などをご覧に なり自己責任で自作できる方が対象です この工作例についてのサポート 修理 改造などのご相談 お問い合わせは受け付けて おりません また 本書の内容について動作などを保証するものではありません あらか 2709CF02-0 この工作例はある程度の電子回路の知識をお持ちの方が対象で 回路図などをご覧に なり自己責任で自作できる方が対象です この工作例についてのサポート 修理 改造などのご相談 お問い合わせは受け付けて おりません また 本書の内容について動作などを保証するものではありません あらかじめご了承ください まず にプログラムを書き込む際に使用する回路を作ってい きます 今回は秋月電子の DIP化キット

More information

SR-X526R1 サーバ収容スイッチ ご利用にあたって

SR-X526R1 サーバ収容スイッチ ご利用にあたって SR-X526R1 P3NK-3432-05Z0 526R1 V01 SR-X526R1 V01 2009 10 2010 4 2 2011 5 3 2012 3 4 2012 11 5 Microsoft Corporation Copyright FUJITSU LIMITED 2009-2012 2 SR-X526R1 V01...2...5...5...5...5...6...7...8...8...11...11...11...11...11...11...12...12...12...12...13...13...13

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

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

VNSTProductDes3.0-1_jp.pdf

VNSTProductDes3.0-1_jp.pdf Visual Nexus Secure Transport 2005/10/18 Visual Nexus http:// www.visualnexus.com/jp/support.htm Visual Nexus Secure Transport 2005/02/25 1 2005/10/18 Ver3.0-1 2005 10 18 108-0075 21119 2 Visual Nexus

More information

STM32 ファミリ : Arm® Cortex®-Mコア 32bitマイクロコントローラ

STM32 ファミリ : Arm® Cortex®-Mコア 32bitマイクロコントローラ TM Arm Cortex -M 32bit Releasing your creativity ST Arm Cortex -MST Arm Cortex -M M0 M0+ M3 M4 M7 TM IP F7 H7: DSP FPU Cortex -M7 / 2020 CoreMark F7: DFP FPU Cortex -M7 / 256KB ~ 1082 CoreMark F4: DSP

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

5 1 2 3 4 5 6 7 8 9 10 11 12 1 132 CMOS Setup Utility - Copyright (C) 1984-2000 Award Software Power Management Setup ACPI Suspend Type S3 (STR) Power Management User Define Video Off Method DPMS Video

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

Z9900-N-C1-A book

Z9900-N-C1-A book N8180-45A/46A NEC Corporation 2006 i NEMA5-15P 12A/1200VA 15A/1500VA 20A VCCI A AVR ii v OFF iii 2.5 5.3 iv OFF OFF 3 100 v 15A AC100V 50/60Hz OFF OFF OFF 3 25ºC 40ºC: 1.4 vi : N8180-45A: 19Kg N8180-46A:

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

untitled

untitled EPX-64S Rev 1.2 1.. 3 1.1.......... 3 1.2....... 3 1.3....... 4 1.4... 4 1.5... 4 2........ 5 2.1.... 5 EPX64S_GetNumberOfDevices........ 5 EPX64S_GetSerialNumber........ 6 EPX64S_Open....... 7 EPX64S_OpenBySerialNumber

More information

NEC Corporation 2008

NEC Corporation 2008 N8180-57 NEC Corporation 2008 VMZ i VCCI A AVR ii / / v OFF iii 20 3 25 5.3 iv OFF OFF D 100 v 15A AC100V 50/60Hz OFF OFF OFF 20 3 25 40 1.4 vi vii N8180-57 UPS UPS PowerChute Business Edition UPS ESMPRO/UPSManager

More information

講習会 Arduino

講習会  Arduino 講習会 Arduino 6 回目 タイマー ( 時間の関数 ) 目的 時間に関する関数を覚え プログラムの制御に使う タイマー割込みを知る 制御をするときにセンサー等の外部入力以外にも時間で制御したい時があるかもしれない 例えば一定の間隔をあけてから制御したい場合や制御してからある時間以内ではこの制御 過ぎてからはこの制御をしたいなど 時間に関する関数を紹介する 時間による割り込みを入れることにより正確な計測を行うことができる

More information

TM-m30 詳細取扱説明書

TM-m30 詳細取扱説明書 M00094101 Rev. B Seiko Epson Corporation 2015-2016. All rights reserved. 2 3 4 5 6 7 8 Bluetooth 9 Bluetooth 10 1 11 Bluetooth 12 1 13 1 2 6 5 4 3 7 14 1 1 2 3 4 5 15 16 ONF 1 N O O N O N N N O F N N F

More information

UT-1 UT-1 D800 D800E FTP UT-1 WT-5 UT-1 D800 D800E A 1.10 B 1.10 UT UT FTP 062 WT-5 06 ii 024 FTP 069

UT-1 UT-1 D800 D800E FTP UT-1 WT-5 UT-1 D800 D800E A 1.10 B 1.10 UT UT FTP 062 WT-5 06 ii 024 FTP 069 Jp UT-1 UT-1 D800 D800E FTP UT-1 WT-5 UT-1 D800 D800E A 1.10 B 1.10 UT-1 2.0 01 UT-1 016 FTP 062 WT-5 06 ii 024 FTP 069 FTP PC037 FTP082 iphone Camera Control Pro 2 043 HTTP 047 D A 1.10 B 1.10 iii iv

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

NEC Corporation 2007

NEC Corporation 2007 N8180-49A NEC Corporation 2007 VMZ i VCCI A AVR ii / / v OFF iii 20 3 25 5.3 iv OFF OFF D 100 v 15A AC100V 50/60Hz OFF OFF OFF 20 3 25 40 1.4 vi vii N8180-49A UPS UPS PowerChute Business Edition UPS ESMPRO/UPSManager

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

untitled

untitled 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 AVM AVM iphone GPS Flash10 PC PC

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

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

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

User's Guide

User's Guide magicolor 2300 DL 1800687-014B magicolor 2300 DL Windows TCP/IP Web URL http://www.minolta-qms.co.jp/support/userreg/index.html QMS MINOLTA-QMS magicolor MINOLTA-QMS, Inc. Minolta Peerless Systems Corporation

More information

R1RW0416DI シリーズ

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

More information

1 1 LAN LAN LAN LAN Pre Shared Key: LAN 1. UTP 10BASE-T/100BASE-TX MDI/MDI-X 2 AT-TQ

1 1 LAN LAN LAN LAN Pre Shared Key: LAN 1. UTP 10BASE-T/100BASE-TX MDI/MDI-X 2 AT-TQ 1... 2... 2... 2... 3 SSID... 4... 6... 7 IP... 11... 12 LAN Windows 7... 12 LAN Windows XP... 15 2 VWN VLAN... 20... 20 SSID... 21 VLAN... 22 VLAN ID SSID... 23... 25 3 MAC... 28 MAC... 28 LAN MAC...

More information

OAKS16-FullKit

OAKS16-FullKit OAKS32-FullKit 2 Microsoft,MS MS-DOS Microsoft Corporation Windows95,,Windows98 Microsoft Corporation IBM PC/AT International Business Machines Corporation Pentium Intel Corporation Adobe, Acrobat Adobe

More information

INDEX 1 必要なものを準備しよう 各部の名称を確認しよう 電源を入れよう スイッチで LED を光らせよう BiZduino で Wi-Fi 通信しよう RTC を使ってみよう 参考資料 7 困ったら... 21

INDEX 1 必要なものを準備しよう 各部の名称を確認しよう 電源を入れよう スイッチで LED を光らせよう BiZduino で Wi-Fi 通信しよう RTC を使ってみよう 参考資料 7 困ったら... 21 INDEX 1 必要なものを準備しよう... 1 2 各部の名称を確認しよう... 2 3 電源を入れよう... 3 4 スイッチで LED を光らせよう... 4 5 BiZduino で Wi-Fi 通信しよう... 8 6 RTC を使ってみよう... 17 参考資料 7 困ったら... 21 8 基板レイアウト図... 22 9 改訂履歴... 23 1 必要なものを準備しよう まずは BiZduino

More information

チュートリアル XP Embedded 入門編

チュートリアル XP Embedded 入門編 TUT-0057 Ver. 1.0 www.interface.co.jp Ver 1.0 2005 6 (,), Web site () / () 2004 Interface Corporation. All rights reserved. ...1...1 1. XP Embedded...2 2....3 2.1....3 2.2....4 2.2.1. SLD...4 2.3....5

More information

(Making the electronic circuit with use of micro-processor)

(Making the electronic circuit with use of micro-processor) (Making the electronic circuit with use of micro-processor) 1055083 1 1 2 3 4 2L T = Vs T = 1 34000 2 = 58.824 5 4069 9V R1 1k Q1 NPN R2 1k

More information

HP Server tc2120 Microsoft Windows 2000 Server SP3 HP P

HP Server tc2120 Microsoft Windows 2000 Server SP3 HP P HP Server tc2120 Microsoft Windows 2000 ServerSP3 HP P312977-191 200210 Hewlett-Packard Company Hewlett- Packard Company Hewlett-Packard Company Intel Corporation MicrosoftMS-DOSWindows Windows NT Microsoft

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

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

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

LANFTP 1 FTP 047 PC 016 FTP HTTP 024 iphone Camera Control Pro 2 ii Jp LANFTP 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 iii http://www.nikon-image.com/support/ CompactFlash TM SanDisk XQD Microsoft Windows Windows Vista

More information

Jp

Jp Jp 3 PC WT-7 i ii HDMI PDF Z 7 Z 6 Z7 https://downloadcenter.nikonimglib.com/ja/products/492/z_7.html Z6 https://downloadcenter.nikonimglib.com/ja/products/493/z_6.html HTML Z 7 https://onlinemanual.nikonimglib.com/z7_z6/ja/

More information

IMI TSC1171 ( TSC1171) IMI YJ-M-002A( ) Zigbee TSC1171 TSC mm TSC1171 I/O A/D D/A 2.54mm 1

IMI TSC1171 ( TSC1171) IMI YJ-M-002A( ) Zigbee TSC1171 TSC mm TSC1171 I/O A/D D/A 2.54mm 1 IMI TSC1171 ( TSC1171) IMI YJ-M-002A( ) Zigbee TSC1171 TSC1171 2.54mm TSC1171 I/O A/D D/A 2.54mm 1 DIO16 DIO1/SPISEL2 ADC4 ADC3 COMP1M COMP1P DAC1 SPISEL/DIO0 SPIMOSI SPIMISO SPICLK VREF ADC1 ADC2 GND

More information

TM-m30 詳細取扱説明書

TM-m30 詳細取扱説明書 M00094100 Rev. A Seiko Epson Corporation 2015. All rights reserved. 2 3 4 5 6 Bluetooth 7 Bluetooth 8 1 9 Bluetooth 10 1 11 1 2 6 5 4 3 7 12 1 13 14 ONF 1 N O O N O N N N O F N N F N N N N N N F F O O

More information

1 138

1 138 5 1 2 3 4 5 6 7 8 1 138 BIOS Setup Utility MainAdvancedSecurityPowerExit Setup Warning Item Specific Help Setting items on this menu to incorrect values may cause your system to malfunction. Select 'Yes'

More information

USBLAN_um_101.PDF

USBLAN_um_101.PDF RTE-2000-TP RTE-LAN/USB I/F Midas lab Revision 2003/11/19 1.00 2003/12/22 1.01 9. 4.5 1....1 2....1 3....1 4....1 5....2 6. LAN...3 6.1....3 6.2. RS232C...4 6.3. PING IP...6 7....8 7.1....8 8. RS232C...9

More information

S1C17W12 S1C17W13 (WDT2) (RTCA) 16 (T16) 16PWM (T16B) SQFN7-48pin TQFP12-48pin SQFN7-48pin NMI, NMI/ Hz, / / / // / 1, 3 SPIA 2 / PWM PWM : 2/ (

S1C17W12 S1C17W13 (WDT2) (RTCA) 16 (T16) 16PWM (T16B) SQFN7-48pin TQFP12-48pin SQFN7-48pin NMI, NMI/ Hz, / / / // / 1, 3 SPIA 2 / PWM PWM : 2/ ( (rev1.1) 16-bit Single Chip Microcontroller 1 1.2 V (0.3 µa HALT ) 18 26 4 LCD (UART, SPI, I 2 C) S1C17W12/W13Flash1.2 V 16MCU DC-DC 4MCU LCD PWM 16CPU S1C17W12 S1C17W13 SQFN7-48pin TQFP12-48pin SQFN7-48pin

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

TM-m30 詳細取扱説明書

TM-m30 詳細取扱説明書 M00094106 Rev. G Seiko Epson Corporation 2015-2018. All rights reserved. 2 3 4 5 6 7 8 Bluetooth 9 ... 71 10 1 11 Bluetooth 12 1 13 1 2 6 5 4 3 7 14 1 1 2 3 4 5 15 16 ONF 1 N O O N O N N N O F N N F N

More information

MOTIF XF 取扱説明書

MOTIF XF 取扱説明書 MUSIC PRODUCTION SYNTHESIZER JA 2 (7)-1 1/3 3 (7)-1 2/3 4 (7)-1 3/3 5 http://www.adobe.com/jp/products/reader/ 6 NOTE http://japan.steinberg.net/ http://japan.steinberg.net/ 7 8 9 A-1 B-1 C0 D0 E0 F0 G0

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

LPM-CBUSB2

LPM-CBUSB2 LPM-CBUSB V04A CardBus USB.0 INTERFACE Card USB.0 LPM-CBUSB ... 1... 4... 5... 5... 6... 6... 7... 8... 9 Windows XP... 9 Service Pack... 9... 10... 1...16...... 3 Windows Me...4... 4...7 Windows 98...8...

More information

Magic Guard DVR Модель 3

Magic Guard DVR Модель 3 Magic Guard DVR 2 4 !" ------------------------------ 2 ---------------------------------------------------3 ------------------------------------------------------4 DVR: ""#------------5 DVR: - ""#---------------5

More information

1 2

1 2 1 1 2 1 2 3 4 5 3 2 3 4 4 1 2 3 4 5 5 5 6 1 1 2 1 8 1 3 1 9 2 10 2 3 1 11 2 12 2 3 1 13 14 2 2 3 1 15 2 1 2 3 4 5 16 2 6 7 8 3 1 1 2 17 2 18 2 3 1 19 2 20 2 3 1 21 2 22 2 3 1 23 2 24 2 3 1 25 2 26 2 3

More information

RX600 & RX200シリーズ アプリケーションノート RX用仮想EEPROM

RX600 & RX200シリーズ アプリケーションノート RX用仮想EEPROM R01AN0724JU0170 Rev.1.70 MCU EEPROM RX MCU 1 RX MCU EEPROM VEE VEE API MCU MCU API RX621 RX62N RX62T RX62G RX630 RX631 RX63N RX63T RX210 R01AN0724JU0170 Rev.1.70 Page 1 of 33 1.... 3 1.1... 3 1.2... 3

More information

EQUIUM EQUIUM 1

EQUIUM EQUIUM 1 EQUIUM EQUIUM 1 1 1 2 3 4 2 1 2 3 2 3 1 2 3 4 5 6 7 8 9 4 1 2 3 5 1 2 3 1 2 3 4 5 6 7 6 1 3 7 1 2 3 4 5 6 7 8 9 10 11 12 1 2 3 4 4 5 6 7 8 9 10 1 1 2 3 4 12 1 13 14 1 15 16 1 17 18 1 1 1 19 1 2 20 3 1

More information

0.laisa.copyright.B

0.laisa.copyright.B ii!!!! iii iv 1 2 3 4 5 A S v vi vii viii 1 2 3 4 5 A S ix x 1 1-1 1 1-2 1 LK RX TX 1-3 1 1 4 2 3 S/N 000770000002346 Rev 1A 0000F4300123 5 6 1-4 1 4 2 3 1 S/N 000770000002346 Rev 1A 0000F4300123 5 7 1-5

More information

( ) : 1997

( ) : 1997 ( ) 2008 2 17 : 1997 CMOS FET AD-DA All Rights Reserved (c) Yoichi OKABE 2000-present. [ HTML ] [ PDF ] [ ] [ Web ] [ ] [ HTML ] [ PDF ] 1 1 4 1.1..................................... 4 1.2..................................

More information

橡EN1165.PDF

橡EN1165.PDF G780(7ZMMP-KK F1C) BIOS Setup 1 G780(7ZMMP-KK F1C) 2 G780(7ZMMP-KK F1C) 3 G780(7ZMMP-KK F1C) 4 G780(7ZMMP-KK F1C) 1st Boot Device 2nd Boot Device 3rd Boot Device S.M.A.R.T. for Hard Disks BootUp Num-Lock

More information

MINI2440マニュアル

MINI2440マニュアル ARM Cortex-M3 STM32F103 (GCC TOPPERS/ASP ) http://www.nissin-tech.com info@nissin-tech.com 2009/10/15 copyright@2009 1 STM32F103...3 STM32...4...8 3.1...8 3.2...9 3.3...13 KEIL...19 4.1 KEIL...19 4.2...22

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

1 2

1 2 1 1 2 1 2 3 4 5 3 2 3 4 4 1 2 3 4 5 5 5 6 7 8 1 1 2 1 10 1 3 1 11 2 12 2 3 1 13 2 14 2 3 1 15 2 16 2 3 1 17 2 1 2 3 4 5 18 2 6 7 8 3 1 1 2 19 2 20 2 3 1 21 2 22 2 3 1 23 2 24 2 3 1 25 2 26 2 3 1 27 2 28

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

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

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

R1RP0416D シリーズ

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

More information

VM-53PA1取扱説明書

VM-53PA1取扱説明書 VM-53PA1 VM-53PA1 VM-53 VM-53A VM-52 VM-52A VM-53PA1 VM-53PA1 VM-53A CF i ii VM-53 VM-53A VM-52 VM-52A CD-ROM iii VM-53PA1 Microsoft Windows 98SE operating system Microsoft Windows 2000 operating system

More information

5 1 2 3 4 5 6 7 8 9 10 1 Quick Boot 1st Boot Device 2nd Boot Device 3rd Boot Device Network Boot Initial Display Mode S.M.A.R.T. for Hard Disks BootUp Num-Lock Password Check CPU Serial Number System BIOS

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

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

IC 2002 6 12 NEC CK1505-01A IC 1 4 2 5 3 IC 10 3.1 IC...10 3.2...10 4 IC 11 5 USB 13 5.1 USB...13 5.2 USB...15 6 IC 22 7 23 7.1...23 7.2...24 7.3...27 CK1505-01A IC 1 IC USB IC OS USB Windows Windows98(98SE)/Me/2000/XP

More information

Copyright 2005 by Creative Technology Ltd. All rights reserved. Creative Creative MediaSource Creative Technology Ltd. Microsoft Windows Windows Media Outlook Windows Microsoft Corporation Intel Pentium

More information

i

i P7 4 5 6 7 8 9 10 10 10 12 13 15 15 16 17 19 19 19 20 20 21 22 22 23 24 25 25 i 26 26 28 28 29 29 29 E E 30 30 30 31 33 33 34 34 35 POP3 IMAP 35 Exchange 36 E 36 E 38 42 45 48 49 Wi-Fi 50 51 Bluetooth

More information

1 2

1 2 1 1 2 3 1 2 3 4 5 2 3 4 4 1 2 3 4 5 5 5 6 1 1 2 3 1 8 1 3 1 9 2 10 2 3 1 11 2 12 13 3 1 2 2 14 2 3 1 15 2 16 2 3 1 17 2 18 2 3 1 19 3 20 3 3 1 21 3 22 3 3 1 23 3 24 3 3 1 25 3 26 3 3 1 27 3 28 3 3 1 29

More information