Roymall Newsletter Subscription Form
Take 20% off your order now - Get early access to deals and sales
Home>mall>Electronics
0いいね

MAX7219 ドットマトリックスモジュール 4-in-1 LEDディスプレイモジュール

4.5168
¥2278.03 / ¥2779.53
  • *Name:

  • *Email:

  • *Phone:

  • *Quantity:

  • *Content:

  • Attachment:

    Supports JPG, JPEG, PNG, PDF, EXCEL, WORD, RAR, ZIP, 7z formats

¥606.36 / ¥2779.53
Shipping to: United States | Express delivery: 7-12 business days | Standard delivery: 15-25 business days

安全なチェックアウト

無料ギフト
購入ごとに無料ギフト
配送ポリシー
9.9ドル以上の注文で標準配送無料
返品ポリシー
返品は商品受領日から40日以内に受け付けます。カスタマイズ商品は返品または交換できません。Eギフトカードで購入した商品は交換のみ可能で、返金は適用されません。

無料ギフト

Roymallへようこそ、プレミアムデパートメントストアギフトを購入するための専門ウェブサイトです。私たちはあなたのサポートを高く評価し、感謝の気持ちを込めて、購入ごとに特別な無料ギフトをお届けします。私たちと一緒にショッピングを楽しむことで、ライフスタイルを向上させる高品質な製品を楽しむだけでなく、注文ごとに特別な無料ギフトも受け取ることができます。 私たちのコレクションを探索して、完璧なギフトを見つける準備はできましたか?プレミアムデパートメントストアアイテムのセレクションを閲覧し、注文をして、購入品と一緒に無料ギフトが届くのを楽しみにしてください。

配送ポリシー

注文を受領後、商品を安全にお届けするために努めます。配送詳細は確認メールに記載されます。ほとんどの場合、注文は2日以内に処理されます。特別な状況下では、以下のように遅れることがあります:土曜日、日曜日、または祝日に注文をした場合、2日遅れます。通常、飛行機の遅延やその他の環境要因の影響を受けない場合、5〜7営業日(月曜日から金曜日)かかります。私たちの配送サービスは世界中に及ぶため、配送時間はあなたの場所によって異なります。遠隔地や国の場合は数日かかる場合がありますので、お待ちください。

1. 返品・交換ポリシー

私たちはroymall.comで購入した商品のみ受け付けます。地元のディストリビューターや他の小売店で購入した商品は返品できません。 最終販売商品や無料ギフトは返品できません。返品の対象となるためには、商品は未使用で受け取ったときと同じ状態でなければなりません。また、元のパッケージに入っている必要があります。返品手順を受け取った後、返品商品をパッケージに詰めて地元の郵便局または別の宅配業者に渡してください。
返品または交換商品を受け取った後、3〜5営業日以内に処理します。返金は自動的に元の支払い方法に反映されます。カスタムサイズ、カスタムカラー、カスタムプリントなどのカスタム製品は返品または交換できません。さらにヘルプが必要な場合は、お問い合わせください。 service@roymall.com またはWhatsapp: +447549870296

2.返金ポリシー

返品パッケージを受け取り、確認した後、全額返金または100%ストアクレジットを受け取ります。返金は自動的に元の支払い方法に反映されます。 配送料や関税、手数料は返金対象外です。パッケージが発送された後、追加の配送料は返金できません。これらの費用を支払う責任があり、私たちはそれらを免除または返金することはできません。返品商品を受け取り、確認した後、返品商品を受け取ったことを通知するメールを送信します。また、返金の承認または拒否についても通知します。返金プロセスに関する問題がある場合は、お問い合わせください。 service@roymall.com またはWhatsapp: +447549870296
MAX7219 Microcontroller 4-in-1 Display Dot Matrix Module For

Specifications:


A single module can drive a 8x8 dot matrix common cathode
Working voltage: 5V
Module size: 12.8 x 3.2 x 1.3 cm (L*W*H)
With 64 fixing screw holes, hole diameter: 3mm
Module with input and output interfaces, support for cascading multiple modules

Wiring:

1. The left side of the module is the input port, and the right is the output port.
2. Control of a single module, the input port only need to receive CPU.
3. The more a module cascade and input end of the first module is connected with the CPU and input end of the input end of the output end is connected to the second module, output terminal of the second module connected with the three modules, and so on.
For example: 51 SCM
VCC→5V
GND→GND
DIN→P2.2
CS →P2.1
CLK→P2.0

Package included:

1 x MAX7219 Dot Matrix Module
1 x 5pin Dupont Cable












Electronics Ranking
1747620671

Customer Reviews

4.90 out of 5
See all 1236 reviews
Write a Review
  • All Reviews (1236)
  • Image ( 1 )
  • Video (0)
  • All Star
    • All Star(1236)
    • 5 Star (2)
    • 4 Star (0)
    • 3 Star (0)
    • 2 Star (0)
    • 1 Star (0)
Sort by:
Top Review
  • Top Review
  • Most Helpful
  • Most Recent
Reviews only from your country (United States)
|
Show Original

A part of the review has been auto-translated.

  • 12/02/2017

    I first tried the dotMatrix on the Arduino with the Sprite and Matrix libraries. I got funny results because the column adressing is reversed.
    Therefore I switched to the MD_MAX72xx libraries. Make sure to change the define in the MD_MAX72xx. h file to read:
    #define USE_FC16_HW 1
    I used the MD_Keyswitch library found at https://github.com/MajicDesigns/MD_KeySwitch
    and the MD_MAX72xx library found at https://github.com/MajicDesigns/MD_MAX72XX
    Then I pulled the source at https://github.com/MajicDesigns/MD_MAX72XX/blob/master/examples/MD_MAX72xx_ScrollChart/MD_MAX72xx_ScrollChart.ino
    With that you should be able to get it to work.
    If you use pins that are not-SPI standard, make sure to activate the call to MD_MAX72XX with four parameters, and comment out the one with two parameters.

    Comments (2)
    Show Original
  • 19/12/2020

    very good product and good price.
    If you don't know how that work i found one good tutorial.
    https://www.makerguides.com/max7219-led-dot-matrix-display-arduino-tutorial/
    If you try the programs and see that they do not work with the first one.
    Try changing the names of the pins you will use and reload the program on Arduino.
    e.g.
    CS_PIN 10
    DATAPIN 11
    CLK_PIN 13

    Comments (0)
    Show Original
Show:
    12...30

    Total 0 pages

    Go to page

    Go
    Customer Q&As
    Can't find your answer? Ask a new questionorCustomer Service

    Tips:For questions about your order, place of delivery, product discount, taxation, delivery time, warranty, shipping, payment, exchange rate, and other questions unrelated to the product, please contact customer service.

    showing 1-16 of 16 |
    Show Original

    A part of the QA has been auto-translated.

    • 0
      Q: what colors are possible?
      A:
      @***** look it up in the MAX7219 datasheet. Another cool thing about these ICs is the need for just one resistor to limit the current for all segments x digits (64 per IC) to retain the same brightness whether only one LED is on or all 64. IIRC there's a chart there with recommended resistor values depending on number of LEDs. I could probably lift one of the 8x8 matrices off and see what resistor value they've used, but the datasheet should give you an idea. Assume you need an external power supply though. They're not super bright but it's still 256 LEDs.
      Answered by BG344213471 on 31/08/2022Helpful (0)
    • 0
      Q: Can I daisy chain several of these? By just connecting output of the first with input of the next?
      A:
      Depending on how much you want to daisy chain you should inject supply power every 2 or 3 modules else the voltage drop and the current running through the modules gets to high
      Answered by BG346351252 on 02/05/2021Helpful (0)
    • 0
      Q: does this come with a users manual?
      A:
      Depends on what you mean by "users manual". The datasheet for the MAX7219 controller is excellent and all you need to know to program these things. If you want plug and play there are multiple libraries to choose from.
      Answered by BG344213471 on 31/08/2022Helpful (0)
    • 0
      Q: I can choose the color of the matrix or only send it in a single color?
      A:
      yes
      Answered by BG388571412 on 14/07/2022Helpful (0)
    • 0
      Q: Dumb question- I'm new to all this: Do I have to buy the leds and solder them all myself or are they already installed in the "board"?
      A:
      no. yes in the board
      Answered by MrRebot on 27/06/2022Helpful (0)
    • 0
      Q: Thank you, I found the answer. It is the word ICSTATION. And now it works perfectly. It's no longer mirrored. Great.
      A:
      yes
      Answered by PravinK on 17/07/2023Helpful (0)
    • 0
      Q: how many jumper wires are there they will give jumper wires
      A:
      yesthey will give you five jumper wires with the matrix in diferent colours
      Answered by MrRebot on 07/12/2022Helpful (0)
    • 0
      Q: What is the current draw for each 8x8 grid all LED’s on full brightness?
      A:
      Maximal current draw is 700 for complete set. For one modul could be a quarter 😉 consumption of the driver will be insignificant.
      Answered by Datel69 on 14/12/2021Helpful (0)
    • 0
      Q: How can i connect it with Mobile or PC ? How can i send the Display Message to device ? Do you have any video for setup ?
      A:
      no i dont have
      Answered by Rio221213 on 01/03/2022Helpful (0)
    • 0
      Q: Healthy. Works fantastis. Why do I have a mirror image? What program do I add to the program? Is it SKU385917?
      A:
      yesit is
      Answered by MrRebot on 27/06/2022Helpful (0)
    • 0
      Q: i need green or blue colar
      A:
      This is only red, green or blue maybe you can customize, but the quantity may be enough. "BangGoodWholesale";
      Answered by Teleology on 13/10/2020Helpful (0)
    • 0
      Q: yellow colour
      A:
      red color
      Answered by HilaryHuangyunyi on 15/08/2020Helpful (0)
    • 0
      Q: I don't know why they advise shows 6.99Usd but when i enter, ir shows 7.99
      A:
      Perhaps the price difference between different warehouses.
      Answered by wujiahui on 12/02/2019Helpful (0)
    • 0
      Q: Healthy. It works well. Why are they reversed? Thanks for advice.
      A:
      Sorry. I don't quite understand what you mean by "reversed".
      Answered by wujiahui on 28/01/2019Helpful (0)
    • 0
      Q: How much power (current) is required to run the board?
      A:
      Dependedo njZ:
      Answered by top_171 on 11/03/2022Helpful (0)
    • 0
      Q: which library i need to install for it
      A:
      Use the MD_MAX72XX library. With the device set to: #define HARDWARE_TYPE MD_MAX72XX::ICSTATION_HW. If you don't change that line in the examples, the characters are mirrored. Use the MD_Parola library (also) for even more functions. All sketches have to include that line, the default is Parola hardware.
      Answered by Strider on 28/11/2018Helpful (0)

    マイカート カート (0)
    マイお気に入り マイお気に入り (0)

    Roymall Service