洋天科技洋天科技
公司簡介訂購方式匯款確認檔案下載 聯絡我們保固說明訂單查詢討論區
電子郵件:

密碼:

忘記密碼
加入會員
  首頁 | 原廠 Arduino® | 特殊服務設計 | 轉接座及轉接板/麵包板 | 開發板/燒錄器/模擬器 | 相容 For Arudino® 週邊及配件 | OKdo系列 | Saleae 系列 | Adafruit 系列 | ArduCam 系列 | Camera 攝像頭 | ROCK 系列 | Debix系列開發板 | Raspberry Pi 樹莓派 | Banana Pi 香蕉派 | BeagleBone 狗骨頭 | M5Stack系列 | Micro:bit (BBC)系列 | NVIDIA Jetson Nano系列 | Pololu 系列 | Pycom 系列 | Seeed 系列 | Sparkfun 系列 | WeMos 系列 | 傳感器 | Cubieboard/CubieTruck系列 | Firefly 系列 | Microduino系列 | Orange Pi 香橙派 | PCB板 | PLC 系列 | Robot 機器人 | UDOO 系列 | RedBearLab 系列 | LattePanda系列 | LittleBits 系列 | Libelium 系列 | Luxonis 相機系列 | PCduino | RobotElectronics 系列 | MageDok 顯示屏 | LCD/LCM/TFT/LVDC | Dimension Engineer 系列 | 通訊模組 | 影音器材(含轉換器) | 線材/連結器/轉換器 | 測量儀器 | 馬達/馬逹控制器/電源模組 | 其他 | 焊接/維修工具 | IC零件 | LED燈-裝飾燈 | 工作站迷你電腦 mini PC | 擴大器 | 雕刻機 | 電池 | 電腦周邊 | 檢定考套件 | 停售商品
  首頁 » 商品目錄 » Sparkfun 系列 » Arduino » Shields » 505116248
商品搜尋 進階
 |  購物車內容  |  結帳   
商品分類
  **Teensy
  *Cable 線材
  *FLIR 系列
  *Intel® Edison
  *IQAudio 系列
  *LED EL 燈條
  *LilyPad系列
  *MyoWare 肌肉系列
  *Qwiic系列
  Alchitry 系列
  Audio
  Camera 攝像頭
  Components
  Educators
  ESPRESSIF (ESP)
  IoT
  Programmers
  Prototyping
  Retail
  Robotics
  Swag
  Tools
  Widgets
  Arduino
    Boards
    Other
    Shields
  Biometrics
  Breakout Boards
  cellular
  Development Tools
  Drivers
  E-Textiles
  IC
  LCDs
  Product Categories
  Sensors
  空板
  GPS
  Kits
  Wireless
  停售/停產
Arduino
Pololu
Seeed
Sparkfun
robot-electronics
dimensionengineering
libelium
adafruit
udoo
redbearlab
Arducam
goembed
Saleae
okdo
服務台
公司簡介
退換貨服務
訂購方式
聯絡我們
匯款確認
[<< 前一頁]  瀏覽相同分類產品 23 / 28  [下一頁 >>]
>(停產)(副廠)Arduino 開源EL 冷光線驅動板EL Escudo Dos 發光線 Arduino擴展板 調試器(DFR
NT$9,999
運費NT$50
條碼505116248
產品說明0

EL 冷光線驅動板EL Escudo Dos Arduino兼容

 簡介: EL 冷光線驅動板,兼容Arduino控制器。

 規格:

  • 8路光耦隔離通路、零交叉控制通路
  • 無須庫文件支持--像控制LED燈一樣簡單
  • 兼容5V或者3.3V Arduino控制器
  • 線性整流電路預設3.3V。可以通過PTH電阻設置。
  • 需要外部電源轉換器

Quickstart: 

1.Solder stackable headers to the EL Escudo Dos. 
2.Plug the EL Escudo Dos into the Arduino of your choice. 
3.Attach an EL inverter to the "DC TO INVERTER" and "AC FROM INVERTER" connectors on the EL Escudo Dos. (You may need to configure the EL Escudo to ensure that the voltage coming from the "DC TO INVERTER" connector is appropriate for your inverter, see below.) 
4.Attach your EL wire / tape / panels to the "A " through "H" output connectors. 
5.Load the example sketch or your own code onto the Arduino. 
6.Glow

測試代碼:

// Test sketch for El Escudo Dos 
// Turn each EL channel (AH) on in sequence and repeat 
// Mike Grusin, SparkFun Electronics

void setup() {                
  // The EL channels are on pins 2 through 9 
  // Initialize the pins as outputs 
  pinMode(2, OUTPUT); // channel A  
  pinMode(3, OUTPUT); // channel B   
  pinMode(4, OUTPUT ); // channel C 
  pinMode(5, OUTPUT); // channel D    
  pinMode(6, OUTPUT); // channel E 
  pinMode(7, OUTPUT); // channel F 
  pinMode(8, OUTPUT); // channel G 
  pinMode(9, OUTPUT); // channel H 
  // We also have two status LEDs, pin 10 on the Escudo, 
  // and pin 13 on the Arduino itself 
  pinMode(10, OUTPUT);     
  pinMode(13, OUTPUT);    
}

void loop() 
{ 
  int x,status;   // Step through all eight EL channels (pins 2 through 9)   for (x=2; x<=9; x++)   {     digitalWrite(x, HIGH); // turn the EL channel on     delay(100); // wait for 1/10 second     digitalWrite(x, LOW); // turn the EL channel off
  





    digitalWrite(10, status); // blink both status LEDs 
    digitalWrite(13, status); 
    status = !status; 
  } 
}

問與答

目前沒有任何商品問答!
本商品上架日期:2016-02-02.
評價
購物車 更多
空的...
查詢訂單狀態
 
請輸入您的訂單編號
商品通知狀態 更多
通知>(停產)(副廠)Arduino 開源EL 冷光線驅動板EL Escudo Dos 發光線 Arduino擴展板 調試器(DFR
更新時通知我
推薦給朋友
 
推薦這個商品給朋友

聯絡方式:手機:0933807110 或 0968222607
E-mail:i0104@ms13.hinet.net(主要信箱) & i03070309@yahoo.com.tw(次要) & a_te0307@hotmail.com & A9215017@mail.ntust.edu.tw & r94922042@ntu.edu.tw