ATOM Lite

SKU:C008

教程&快速上手

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

描述

ATOM Lite 是M5Stack开发套件系列中一款非常小巧的开发板,其大小只有24 * 24mm,提供更多GPIO供用户自定义,非常适合做嵌入式的智能硬件开发。主控采用了ESP32-PICO-D4方案,集成Wi-Fi模块,内置3D天线,拥有4MB的SPI闪存,提供Infra-Red、RGB Led、按键和GROVE/HY2.0接口。板载Type-C接口可以快速实现程序上传下载,背面提供一个M2螺丝孔用于固定。

产品特性

  • 基于ESP32开发
  • 机身小巧
  • 内置红外发射功能
  • 带有可编程按键
  • RGB LED指示灯
  • 可扩展的引脚与接口
  • 开发平台: Arduino UIFlow

包含

  • 1x ATOM Lite

应用

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

规格参数

主控资源 参数
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 SK6812 3535 x 1
IR Infrared transmission
按键 自定义按键 x 1
天线 2.4G 3D天线
工作温度 0°C to 40°C
净重 3g
毛重 12g
主机尺寸 24*24*10mm
包装尺寸 43*43*13mm
外壳材质 Plastic ( PC )
## 驱动安装

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

EasyLoader

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

Download Windows Version Easyloader

案例描述:
通过变色呼吸灯程序,测试RGB LED与按键是否工作正常.

管脚映射

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

原理图

相关链接

项目案例

Detect running faucet using low powered i. MXRT1010 development board and Edge Impulse Studio.
This project replaced my daughter's old, broken night lamp. Its main components are: Atom Lite ESP32, neopixel strip, IR unit.
Part 1 (this project): M5Stack Atom Lite (ESP32 Pico) that can be controlled by BLE or Wi-Fi. Part 2: Android app to control the ESP32.
Wall clock shows time on two concentric NeoPixel LED rings. The inner ring shows the hours, the outer ring shows minutes and seconds
Learn how to send messages to The Things Network with MicroPython. You will need a The Things Network Gateway near you.
Atom Lite control device with Alexa. In my house, Amazon echo is located in every room, and the lighting of living room is controlled by Alex
I made a mini 3D POV Display to enhance the Christmas spirit.
Pilot a Push6060 with ATOM and Tail485 with IUFLOW
Thanks @coppercele, Make infrared remote control with M5Stack, get temperature of Swichbot thermo-hygrometer and control AC automatically
This year's Christmas, I decorated the tree with M5Stack devices.

案例程序

Arduino IDE

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

UIFlow

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

相关视频