Difference between revisions of "BakeBit - Red LED"

From FriendlyELEC WiKi
Jump to: navigation, search
(Introduction)
 
(5 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
==Introduction==
 
==Introduction==
 
[[File:BakeBit - Red LED.jpg|thumb|Red LED]]
 
[[File:BakeBit - Red LED.jpg|thumb|Red LED]]
* MatBakeBit - Red LED是一个发光二极管模块,模块使用了一个三极管控制发光二极管的导通或关闭,并在发光二极管上串接了一个电位器,通过调节电位器接入电路的阻值,调整流过发光二极管的电流,从而改变发光二极管的亮度。也可使用可变占空比的PWM信号软件调节二极管发光的亮度。
+
* The BakeBit - Red LED is an LED module. This module has a triode which is used to turn the LED on or off. There is a potentiometer in series connection with the LED. When users adjust the potentiometer the LED's luminance will be changed accordingly. Or you input PWM signals to control the LED's luminance.
  
==特性==
+
==Hardware Spec==
* 使用标准的2.0mm 4 Pin BakeBit接口
+
* Standard 2.0mm pitch 4-Pin BakeBit Interface
* LED亮度可调节
+
* LED's luminance adjustable
* 数字信号输入
+
* Digital Input
* LED颜色:红色
+
* LED Color: Red
 
[[File:BakeBit Green LED PCB.png | frameless|300px|BakeBit - Red LED]]
 
[[File:BakeBit Green LED PCB.png | frameless|300px|BakeBit - Red LED]]
  
  
* 引脚说明:
+
* Pin Description:
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
|名称 || 描述
+
|Pin || Description
 
|-
 
|-
|GND  ||
+
|GND  || Ground
 
|-
 
|-
|5V    || 电源5V
+
|5V    || 5V Supply Voltage
 
|-
 
|-
|NC    ||
+
|NC    || Not Connected
 
|-
 
|-
|SIG  || 信号
+
|SIG  || Signal
 
|}
 
|}
== 示例程序:LED Blink ==
 
  
与[[BakeBit_-_Green_LED]]使用同一个示例源代码,可参考[[BakeBit_-_Green_LED]]的网页。
+
== Code Sample: LED Blink ==
  
==相关资料==
+
Refer to the code sample of the [[BakeBit_-_Green_LED]] Module.
 +
 
 +
==Resources==
 
*[Schematic]([http://wiki.friendlyarm.com/wiki/images/2/2e/08-SCHEMATIC_LED.pdf BakeBit - Red LED.pdf])
 
*[Schematic]([http://wiki.friendlyarm.com/wiki/images/2/2e/08-SCHEMATIC_LED.pdf BakeBit - Red LED.pdf])
*[BakeBit Github项目](https://github.com/friendlyarm/BakeBit)
+
*[BakeBit Github Project Page](https://github.com/friendlyarm/BakeBit)
*[BakeBit Starter Kit手册](http://wiki.friendlyarm.com/bakebit/bakebit_starter_kit_manual_cn.pdft)
+
*[BakeBit Starter Kit User's Manual](http://wiki.friendlyarm.com/bakebit/bakebit_starter_kit_manual_en.pdft)
 +
 
 +
==Update Log==
 +
===Dec-15-2016===
 +
* Released English version

Latest revision as of 09:52, 10 January 2017

查看中文

1 Introduction

Red LED
  • The BakeBit - Red LED is an LED module. This module has a triode which is used to turn the LED on or off. There is a potentiometer in series connection with the LED. When users adjust the potentiometer the LED's luminance will be changed accordingly. Or you input PWM signals to control the LED's luminance.

2 Hardware Spec

  • Standard 2.0mm pitch 4-Pin BakeBit Interface
  • LED's luminance adjustable
  • Digital Input
  • LED Color: Red

BakeBit - Red LED


  • Pin Description:
Pin Description
GND Ground
5V 5V Supply Voltage
NC Not Connected
SIG Signal

3 Code Sample: LED Blink

Refer to the code sample of the BakeBit_-_Green_LED Module.

4 Resources

5 Update Log

5.1 Dec-15-2016

  • Released English version