AI agents & screen readers: for a machine-readable, text-only catalogue, start at /llms.txt. Products are available as Markdown (/products.md, /products/{handle}.md) and JSON (/products.json, /products/{handle}.json).
Store

Little Bird

$19.55 |
Out of stock
No reviews yet

Description FACES Kit is a feast of functional panels, contains the most commonly used panels and keyboards with MEGA328processor inside, commun...

Get notified when back in stock

Qty
Estimated Delivery
Arrives
Disclaimer
View Markdown
Secure checkout
Description

FACES Kit is a feast of functional panels, contains the most commonly used panels and keyboards with MEGA328processor inside, communication protocol through IIC(0x08) as slave mode. With these 3 different panels, it will be very easy to support keyboard interaction with your M5Core.

If you up for some classic video game, PyGamer panel plus M5Core is the perfect combination. All you need to do is upload an game simulator onto M5 controller, and attach the PyGamer panel underneath. this is how it looks:

The other two panels are Calculator Keyboard and QWERTY Keyboard.

QWERTY Keyboard

Other than 3 functional panels, this development kit comes with more stuff like a charger table with Mangent and POGO pin connector.

For more information on M5Stack series development board, please check the Gray Kit

Product Features

  • 5V DC power supply
  • USB Type-C
  • ESP32-based
  • 16 MByte flash + 520K RAM
  • MPU9250
  • Speaker, 3 Buttons, LCD(320*240), 1 Reset
  • 2.4G Antenna: Proant 440
  • TF card slot (16G Maximum size)
  • Battery Socket & 600 mAh Lipo Battery
  • Extendable Pins & Holes
  • Grove Port
  • M-Bus Socket & Pins
  • Development Platform UIFlow, MicroPython, Arduino

Part List

  • 1x GRAY M5Stack Controller(M5Core)
  • 1x FACES Charger table
  • 1x FACES sling
  • 1x panel sticker
  • 3x FACES Keyboard(PyGamer, Calculator, QWERTY)
  • 10x Femal-male dupont
  • 6x M3x10 screw
  • 1x hexagon screw key

We also offer Joystick module & Encoder module & Finger module & RFID module, which can be use together with Faces kit, you can purchase on demand.

 

 

Documents

PyGamer

 Burn A Nes Game

Download NES Game {docsify-ignore-all}

This page teaches you how to setup a game simulator, and burn some classic game onto the device.

CONTENT

  1. download firmware

  2. download firmware and game file

  3. Reboot FACES

download firmware

  1. Download PyGamer simulator:firmware.zip in here:Github
  2. Unzip firmware.zip (include: bootloader.bin,partition file, simulator file, SuperMario)。

Windows OS

Mac OS

Download game

Windows OS

  1. Open up esptool Flash Download Tools

  2. choose ESP32 DownloadTool , and place the 4 files unzip from firmware.zip according to the picture. 

  3. Select the right port number,erase flash and click download

Mac OS

  1. Install esptool open up terminal,type in pip install esptool

  1. download firmware

At terminal,navigate to firmware.zip's include path.

unzip firmware.zip cd firmware esptool.py erase_flash sh flash.sh

Reboot FACES

?> To change games,replace the game file,which has to be NES format, and repeat the steps above*

Learn

Download the factory test code (Win)

  1. Go to M5stack and download M5Burner.
  2. Connect FACES to PC thru Type-C.
  3. Click Erase, wait until erase down.
  4. Find FACES Kit firmware, click click Burn

 

More information

Peripherals Pin Map

LCD & TF card

LCD :320x240 TF card Maximum size 16GB

ESP32 ChipGPIO23GPIO19GPIO18GPIO14GPIO27GPIO33GPIO32GPIO4ILI9341MOSI/CLKCSDCRSTBL
TF CardMOSIMISOCLK



CS

Button & Speaker

ESP32 ChipGPIO39GPIO38GPIO37GPIO25Button PinBUTTON ABUTTON BBUTTON CSpeaker


Speaker Pin

GROVE Port A & IP5306

We've use the customized I2C version of IP5306, on power management. Its I2C address is 0x75. Click here to check its datasheet

ESP32 ChipGPIO22GPIO215VGNDGROVE ASCLSDA5VGNDIP5306SCLSDA5VGND

9-Axis Posture Sensor MPU9250

I2C address 0x68

ESP32 ChipGPIO22GPIO215VGNDMPU9250SCLSDA5VGND

Technical details

ResourcesParameterESP32240MHz dual core, 600 DMIPS, 520KB SRAM, Wi-Fi, dual mode BluetoothFlash Memory16MB (old: 4MB)Power Input5V @ 150mAPortTypeC x 1, GROVE(I2C+I/0+UART) x 1LCD Screen2 inch, 320x240 Colorful TFT LCD, ILI9341Speaker1W-0928Battery150mAh @ 3.7VOperating Temperature32°F to 104°F ( 0°C to 40°C )Size54 x 54 x 12.5 mmCase MaterialPlastic ( PC )

Notice:

Comparision Between Different Development Kits

  • For details click here

  • Download chart clickhere

 

Jargon buster

Plain-language definitions for the technical terms used above.

Bootloader
Small starter software on a microcontroller that lets new code be uploaded before the main program runs. Knowing how to enter bootloader mode matters when you need to program the board or recover it after a faulty sketch.
CS
CS stands for chip select, a control pin used by SPI devices to tell which connected device should listen. It matters when you connect more than one SPI module to the same microcontroller, because each device usually needs its own CS pin.
DC
DC means direct current, where electricity flows in one constant direction, as supplied by batteries, USB ports and many plug-pack power supplies. When a product specifies DC, it runs from a DC supply rather than mains AC, so you need to provide the correct voltage and polarity.
encoder
An encoder is a sensor that converts the rotation or position of a shaft, knob or dial into electrical signals, reporting movement as incremental steps and direction, or as an absolute position. It is used to track how far something has turned, which matters for precise positioning, speed control, repeatable movement, or using a rotary knob as an input.
ESP32
ESP32 is a family of low-cost microcontroller chips and modules from Espressif with built-in WiFi and Bluetooth. They support programmable firmware and over-the-air updates, and are commonly programmed with toolchains such as the Arduino core and ESP-IDF.
Grove
Grove is a standardised 4-pin plug-in connector system for sensors and modules that avoids soldering and jumper wires, with different cable types carrying I2C, UART, analogue or digital signals. When a product is Grove-compatible it can be quicker to connect supported modules, provided the connector type, signal and voltage all match.
I2C
I2C is a two-wire communication bus used by many sensors and small modules. It matters because several I2C devices can share the same two wires, but each device needs a compatible address and your controller must support I2C.
I2C address
An I2C address is the number a device uses so a microcontroller can tell it apart from other devices on the same I2C bus. It matters because two devices with the same fixed address may conflict if used together.
LCD
LCD stands for liquid crystal display, a screen technology that uses a backlight and liquid crystals to show images or text. It matters because LCD modules usually need a display driver and enough controller pins or a bus interface to send image data.
LiPo
A LiPo (lithium polymer) battery is a rechargeable lithium battery widely used in portable projects because it is light and compact. LiPo cells need correct charging circuitry and careful handling to stay safe, so equipment that supports LiPo generally includes charging or protection hardware suited to that battery type.
RAM
RAM (random-access memory) is fast, temporary memory a device uses for working data while it is running; in its common volatile form, its contents are lost when power is removed. Some devices offer a mode that applies settings to RAM only, which is handy for testing changes temporarily because they are not stored permanently and disappear at power-off.
SRAM
Fast temporary memory used by a processor while a program is running. More SRAM helps with projects that handle larger data buffers, networking, displays, or more complex code.
TFT
A thin-film transistor display is a common type of colour LCD used for graphics screens. Knowing a product is for TFTs helps you check that the driver board matches the display’s connector, resolution, backlight, and signalling method.
Type-C
USB Type-C (USB-C) is a small, reversible USB connector used for charging, power, and data transfer on many modern devices. A Type-C port or plug indicates the cable and charger connection needed to power, charge, or communicate with a device.
UART
UART is a simple asynchronous serial interface that sends data over separate transmit and receive wires, usually labelled TX and RX, with both ends set to the same baud rate. It is a common way for microcontrollers and other serial devices to exchange data.
USB Type-C
USB Type-C is a small, reversible USB connector used for power, data and sometimes video on many modern devices. The connector itself does not guarantee a particular speed or voltage, so check the supported USB version, data rate and whether it carries more than 5V via USB Power Delivery.
Stella
Stella Expert

Ask me anything about this product

Maddy, co-founder of Little Bird

Need help? We're here for you!

Hi, I'm Maddy. My team and I are ready to help with your order or any questions.