7 Segment LED Keypad Shield For Arduino (ของ DFRobot)

7 Segment LED Keypad Shield For Arduino (ของ DFRobot)
7 Segment LED Keypad Shield For Arduino (ของ DFRobot)7 Segment LED Keypad Shield For Arduino (ของ DFRobot)7 Segment LED Keypad Shield For Arduino (ของ DFRobot)7 Segment LED Keypad Shield For Arduino (ของ DFRobot)7 Segment LED Keypad Shield For Arduino (ของ DFRobot)
รหัสสินค้า SA10012
หมวดหมู่ โมดูล 7 Segment อเนกประสงค์
ราคา 395.00 บาท
สถานะสินค้า พร้อมส่ง
จำนวน
ชิ้น
หยิบลงตะกร้า
หนังสือรับรองบริษัท
บุ๊คแบ๊งค์
คุ้มครองโดย LnwPay
This 7 segment LED Keypad Shield is an Arduino LCD Shield with a 4 digit 7 segment digital tube display (common cathode). It has 5 buttons that can be used as menu select buttons or control buttons, using I2C to drive the digital tube for an easy user experience.


Downloads: LED Keypad Arduino Library และ Schematic

Introduction

The LED Keypad Shield is an Arduino expansion shield with a 4 digit 8 segment digital tube display (common cathode). It has 5 buttons that can be used as menu select buttons or control buttons. It uses I2C to drive the digital tube for an easy user experience.

Specification

  • Arduino compatible
  • Working voltage: 5V
  • 4 digit 8 segment common cathode digital tube (0.56 inch)
  • 5 input buttons (Driving pin: A0)
  • Size: 53 * 54mm/2.05 * 2.12inches

Pin Definition
DFR0382 7 Segment LED Keypad Shield For Arduino Board Overview

 
PIN Name Description
Analog Pin0 Button (select, top, right, bottom, left)
SCL(A5) I2C clock line
SDA(A4) I2C data line
RST Reset

Please install the following libraries for this code to function.

LedKeypad Arduino library About Library installation.

#include <LedKeypad.h>
char brightness =0; char buf[5]="2456"; void setup() { ledkeypad.begin(); /*Enable*/ ledkeypad.setBrightness(0);/*Sets the brightness level*/ ledkeypad.display(2015);/*Display data*/ delay(5000); ledkeypad.display(buf);/*Display character for testing*/ for(int i=0;i<4;i++){/*for testing*/ ledkeypad.dotShow(i); delay(1000); ledkeypad.dotVanish(i); } } void loop() { unsigned char keyValue=0; keyValue = ledkeypad.getKey();/*Get key value*/ switch(keyValue){ case KEY_DOWN: buf[0]++; if(buf[0] > '9') buf[0] = '0'; ledkeypad.display(0,buf[0]); break; case KEY_LEFT: buf[1]++; if(buf[1] > '9') buf[1] = '0'; ledkeypad.display(1,buf[1]); break; case KEY_UP: buf[2]++; if(buf[2] > '9') buf[2] = '0'; ledkeypad.display(2,buf[2]); break; case KEY_RIGHT: buf[3]++; if(buf[3] > '9') buf[3] = '0'; ledkeypad.display(3,buf[3]); break; case KEY_SELECT: brightness++; if(brightness > 7) brightness = 0; ledkeypad.setBrightness(brightness); break; default: break; } }

The sample code is a simple clock for the module. Using the input buttons the time can be adjusted. Key functions are as follows: 

button function
down The first digital tube +1
left The sencond digital tube +1
up The third digital tube +1
right The fourth digital tube +1
select adjusting brightness

 

วิธีการชำระเงิน

ชำระเงินค่าสินค้าโดยการโอนเงินเข้าบัญชีธนาคาร KBANK, SCB, BBL,TMB

กรุณาเก็บหลักฐานการโอนเงินของท่านไว้เพื่อแจ้งการชำระเงินด้วยค่ะ

 

ท่านสามารถแจ้งการชำระเงินผ่านระบบอัตโนมัติได้โดย Click Link ข้างล่างค่ะ

https://www.arduitronics.com/informpayment

 

บมจ. ธนาคารกสิกรไทย สาขาเซ็นทรัล แจ้งวัฒนะ ออมทรัพย์
ธนาคารไทยพาณิชย์ จำกัด (มหาชน) สาขาเซ็นทรัล แจ้งวัฒนะ ออมทรัพย์
ธนาคารกรุงเทพ จำกัด (มหาชน) สาขาเซนทรัล พระราม 3 สะสมทรัพย์
ธนาคารทหารไทยธนชาต จำกัด (มหาชน) สาขาเซนทรัล พระราม 3 กระแสรายวัน

เพิ่มเพื่อน

@rfm0967y

ติดต่อสอบถาม

เพิ่มเพื่อน

CATEGORY

Sensors / Modules [1695]

CONTACT US

มือถือ 0887823467 แฟกซ์ 02-0153201

Join เป็นสมาชิกร้านค้า

ร้านArduitronics
ร้านArduitronics
/www.arduitronics.com/
Join เป็นสมาชิกร้าน
2118
สมัครสมาชิกร้านนี้ เพื่อรับสิทธิพิเศษ

STATISTICS

หน้าที่เข้าชม15,375,197 ครั้ง
ผู้ชมทั้งหมด5,878,275 ครั้ง
เปิดร้าน21 พ.ค. 2556
ร้านค้าอัพเดท5 ก.ย. 2568

MEMBER

พูดคุย-สอบถาม