ATOM Matrix

SKU:C008-B

教程&快速上手

本教程将向你介绍, 如何通过UIFlow图形化编程平台控制 ATOM 设备
本教程将向你介绍, 如何通过Arduino IDE编程控制 ATOM 设备
本教程将向你介绍, 如何通过 Micropython 编程控制 ATOM 设备

描述

ATOM Matrix 是M5Stack开发套件系列中一款非常小巧的开发板,其大小只有24 * 24mm,提供更多GPIO供用户自定义,非常适合做嵌入式的智能硬件。主控采用ESP32-PICO-D4方案,集成Wi-Fi模块,拥有4MB的SPI闪存,板载Infra-Red,面板上有5*5 RGB Led矩阵、内置IMU姿态传感器(MPU6886),在Neo Led矩阵下方隐藏一颗可编程按键,板载Type-C接口可以快速实现程序上传下载,此外还提供一个HY2.0 4P接口用于连接外设。背面具有一个M2螺丝孔用于固定。

注意:在使用FastLED lib时RGB LED的建议亮度值为20,请不要将其设置过高的亮度数值,以免损坏LED和亚克力屏幕。(在ATOM lib中,我们已将其合适的亮度范围映射为0~100),亮度不能太高不能全亮,会产生高温导致外壳损坏.

产品特性

  • 基于ESP32开发
  • 机身小巧
  • 内置3轴陀螺仪和3轴加速计
  • 可编程按键
  • RGB LED点阵屏
  • 红外发射功能
  • 可扩展的引脚与接口
  • 开发平台: Arduino UIFlow

包含

  • 1x ATOM Matrix

应用

  • 物联网节点
  • 微型控制器
  • 可穿戴设备

规格参数

主控资源 参数
ESP32 240MHz dual core, 600 DMIPS, 520KB SRAM, Wi-Fi
Flash 4MB
输入电压 5V @ 500mA
主机接口 TypeC x 1, GROVE(I2C+I/0+UART) x 1
PIN接口 G19, G21,G22,G23,G25, G33
RGB LED WS2812C 2020 x 25
MEMS MPU6886
IR Infrared transmission
按键 自定义按键 x 1
天线 2.4G 3D天线
工作温度 0°C to 60°C
净重 3g
毛重 14g
产品尺寸 24*24*14mm
包装尺寸 4114*64*22mm
外壳材质 Plastic ( PC )

驱动安装

将设备连接至PC,打开设备管理器为设备安装 FTDI驱动 。以win10环境为例,下载匹配操作系统的驱动文件, 并解压,通过设备管理器进行安装。(注:某些系统环境下,需要安装两次,驱动才会生效,未识别的设备名通常为M5StackUSB Serial, Windows推荐使用驱动文件在设备管理器直接进行安装(自定义更新), 可执行文件安装方式可能无法正常工作)。 点击此处,前往下载FTDI驱动

EasyLoader

EasyLoader是一个简洁快速的程序烧录器,其内置了一个产品相关的案例程序,通过简单步骤将其烧录至主控,即可进行一系列的功能验证.

案例描述:
通过矩阵屏幕文字滚屏显示与按键计数功能,测试RGB LED与按键是否工作正常.

Download Windows Version Easyloader

管脚映射

外设 引脚
RGB Led G27
Btn G39
IR G12
SCL G21
SDA G25

原理图

相关链接

项目案例

A modular Wi-Fi smart thermostat that doesn't need you to maintain any infrastructure: deploy it everywhere, integrate with everything.
Using M5StickC on RoverC and JoyC with M5Atom attached to display direction of the RoverC.
Simple MicroPython code for the ATOM 5 x 5 LED matrix and its built-in MPU6886 accelerometer. It works with the M5StickC + NeoFlash Hat.
A simple ESP-Now doorbell using an M5Stack Atom Matrix and Core2 controller.
A very simple game for the M5 ATOM. The unit must be tilted to the right or left depending if more red or more green pixels are displayed.
Wall clock shows time on two concentric NeoPixel LED rings. The inner ring shows the hours, the outer ring shows minutes and seconds
This is a project that uses Atom Matrix to customize shortcut keys, which is convenient for users to set key combinations
Here is a small thing that can help to use more electricity when it is produced by renewable sources.
A non-invasive solution for hot flashes during menopause using machine learning
We aim to realize a 1-axis attitude control module (inverted pendulum).
This year's Christmas, I decorated the tree with M5Stack devices.
I made the 1-axis attitude control module SHISEIGYO-1. It gets up without physical braking.

案例程序

Arduino IDE

  • 点击 这里 获取Arduino示例
  • 程序编译前,请将开发板配置为M5StickC

UIFlow

  • 点击 这里 查看UIFlow相关示例

相关视频