Skip to content

Instantly share code, notes, and snippets.

@gabonator
Created December 25, 2022 09:59
Show Gist options
  • Save gabonator/c4a19f66cd264f5fa2c2f16df2e42a50 to your computer and use it in GitHub Desktop.
Save gabonator/c4a19f66cd264f5fa2c2f16df2e42a50 to your computer and use it in GitHub Desktop.
cool led - flexible led matrix panel
Cool led flexible led panel
Product: 16x64 16x96 LED Matrix Panel Car Sign Scrolling Display BLE APP Control 5V 2A
Main MCU: artery at32f421
1x mw245b - https://cdn.datasheetspdf.com/pdf-down/M/W/2/MW245-Sunmoon.pdf - octal buffer (74HCT245D)
9x sm16206s - https://datasheet.lcsc.com/lcsc/2003131816_Shenzhen-Sunmoon-Micro-SM16206S_C121618.pdf - column controller 3x3x16
2x sm5166pf - https://www.waveshare.com/w/upload/8/8b/Sm5166p.pdf - row controller 2x8
Reverse powering:
mw245b - dead
sm5166pf - 2x dead
Packets:
- light: 01 02 06 08 [82] 03
- speed: 01 00 02 06 07 [e0] 03
- mirror: 01 00 02 06 0c [00/02] 03
- music: 01 00 11 02 05 02 07 02 07 02 07 … 04 04 04 04 03
- music: 01 00 11 [16x 1..13] 03
- on/off: 01 00 02 06 09 [02 05|00] 03
Android app:
- com.jtkj.led1248.apk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment