Skip to content

Latest commit

 

History

History
executable file
·
148 lines (105 loc) · 10.1 KB

Grove-LED_Matrix_Driver_v1.0.md

File metadata and controls

executable file
·
148 lines (105 loc) · 10.1 KB
title nointro keywords image slug last_update
Grove - LED Matrix Driver v1.0
docs
docusaurus
/Grove-LED_Matrix_Driver_v1.0
date author
01/09/2022
gunengyu

Grove - LED Matrix Driver v1.0 is UART (Serial) to dot matrix LED driver that incorporates various graphics functions.It can only support 32×64 LED matrix. This product is a Grove compatible UART interface. It provides easy and rich APIs that abstract the complexity of the underlying LED driving hardware. All you need to is just call these APIs in code to implement different functionalities for your project.

Each dot(i.e pixel) support dual color LEDs. It can produce three colors totally: red (primary color), green(primary color) and yellow (mixed color). The input current for all LEDs can be set at a time.

:::note This Grove module does not support changing the input current of each LED separately. :::

Features

  • Grove compatible and easy to use
  • Highly abstracted and complete API
  • Support dual-color LED-pixel. Three colors totally (the third color is a mix of two primary color)
  • Interface: UART(SoftSerial in Arduino)

:::tip More details about Grove modules please refer to Grove System :::

Specifications

Parameter Value
Operating voltage(V) 3.3–5 Volts
Operating current(mA) Maximum: 28–50 mA
Output voltage (from matrix driver) 3.3 Volts
Symbols/Graphics functions supported Dot, straight line, circle, char, string, number, emoji, image (you can display these symbols by calling API directly in code)
Supported LED matrix size 32(row)×64(column)
Supported color in each LED matrix dot Dual LEDs (green and red) and a mixed color(yellow), and you can use only one LED in each LED matrix dot
Connector for LED matrix DBSTAR_HUB 08A
Protocol for Grove port UART
Working temperature -40–80 ℃
Dimensions 46.5×44 mm
Weight 9 g(for the module), 12.5(for all single package)

Platforms Supported

Arduino Raspberry Pi

:::caution The platforms mentioned above as supported is/are an indication of the module's software or theoritical compatibility. We only provide software library or code examples for Arduino platform in most cases. It is not possible to provide software library / demo code for all possible MCU platforms. Hence, users have to write their own software library. :::

Hardware Overview

  • Grove socket, to connect this product to main control board.
  • LED matrix port(DBSTAR_HUB 08A ), to connect LED matrix. If you can not find a connector like this, you can user jumper wires as an alternative.

Package includes(main parts)

Parts name Quantity
Grove - LED Matrix Driver v1.0 1 piece
Grove cable 1 piece

Getting Started

Now let us run some basic examples with this module.

With Arduino

Material required

  • Grove - LED Matrix Driver v1.0 × 1
  • 32×64 LED matrix with one red and one green LEDs in matrix dots (single color LED matrix will also be fine) × 1
  • Power line (ribbon shape) for × 1
  • 5 Volts(output) Adapter to regulate input voltage for LED matrix × 1
  • 8-pin(female) ribbon cable × 1
  • Arduino UNO (other Arduino models will also be fine) × 1
  • Grove cable × 1
  • Grove - Base Shield × 1

Connections

Connect all parts as following:

Coding Work

You can find more demo sketch at https://github.com/Seeed-Studio/Grove_LED_Matrix_Driver and development library at https://github.com/Seeed-Studio/Grove_LED_Matrix_Driver

  1. A typical demo code. You can upload code to main control board with Codebender.
<iframe frameBorder={0} height={500} src="https://codebender.cc/embed/sketch:300168" width="50%"> </iframe>
  1. Download and upload the code. If you do not know how to upload an Arduino sketch, please visit https://www.arduino.cc/en/Guide/Windows for Windows user or https://www.arduino.cc/en/Guide/MacOSX for Mac user. You can see the result as below.

Schematic Online Viewer

Resources

Tech Support & Product Discussion

Thank you for choosing our products! We are here to provide you with different support to ensure that your experience with our products is as smooth as possible. We offer several communication channels to cater to different preferences and needs.