M5PaperS3 2024 CONTENTS 1.OUTLINE .....................................................................................................................3 1.1. PaperS3.............................................................................................................3 2. 3. SPECIFICATIONS.......................................................................................................4 2.1. Module Size.......................................................................................................5 QUICK START............................................................................................................6 3.1. SCAN Wi-Fi........................................................................................................7 3.2 SCAN BLE Device..............................................................................................8 4. FCC Warning...............................................................................................................9 Arduino Install................................................................................................................10 1. OUTLINE The M5PaperS3 is a highly integrated e-paper device powered by the ESP32-
S3R8 controller, featuring 8MB PSRAM and 16MB Flash for exceptional performance. It includes a 4.7-inch high-resolution capacitive touch E Ink display
(model: ED047TC1) with advanced reflective e-paper technology. The touch sensor model is GT911, enabling precise touch control. The device also features the BMI270 sensor for accurate motion tracking and gesture recognition, the BM8563EMA RTC for high-precision time management, and the LGS4056H charging management chip for safe and efficient battery charging. Additionally, it has an onboard Grove expansion port for connecting various external sensors, providing flexible application possibilities, and a TF card slot for expanded storage. The included 1800mAh lithium battery ensures long-lasting operation. This device is suitable for a variety of applications, including smart home and industrial control. 1.1. PaperS3R 1. 2. 3. 4. 5. 6. Communication Capabilities:
Main Controller: ESP32-S3R8 Wireless Communication: Wi-Fi, BLE Functionality Processor and Performance:
Processor Model: Xtensa LX7 (ESP32-S3R8) Storage Capacity: 16MB Flash, 8MB PSRAM Processor Operating Frequency: Xtensa dual-core 32-bit LX7 microprocessor, up to 240 MHz Display and Input:
Screen: 4.7 inch E Ink display (model: ED047TC1) Touch Sensor: GT911 for precise touch control Sensors:
Accelerometer and Gyroscope: BMI270 Real Time Clock (RTC): BM8563EMA GPIO Pins and Programmable Interfaces:
Grove Interface: Supports connection and expansion of I2C sensors TF Card Slot: For expanded storage Others:
Onboard Interface: Type-C interface for programming and serial communication Battery: 1800mAh lithium battery for long-lasting operation Charging Management: LGS4056H for safe and efficient battery charging Physical Dimensions: M2 screw hole on the back for fixation Passive Buzzer: For sound notifications and alerts 2. SPECIFICATIONS 2.1 Module Size 3. QUICK START Before you do this step, look at the text in the final appendix: Installing Arduino 3.1. Print WiFi information 1. 2. 3. 4. Open Arduino IDE (Refer to https://docs.m5stack.com/en/arduino/arduino_ide for the installation guide for the development board and software) Press and hold the Reset button, then insert the cable Select the ESP32S3 DEV Module board and the corresponding port, then upload the code Open the serial monitor to display the scanned WiFi and signal strength information 3. QUICK START Before you do this step, look at the text in the final appendix: Installing Arduino 3.1. Print BLE information 1. 2. 3. 4. Open Arduino IDE (Refer to https://docs.m5stack.com/en/arduino/arduino_ide for the installation guide for the development board and software) Press and hold the Reset button, then insert the cable Select the ESP32S3 DEV Module board and the corresponding port, then upload the code Open the serial monitor to display the scanned BLE and signal strength information FCC Warning This device complies with part 15 of the FCC Rules. Operation is subject to the following two conditions:
(1) This device may not cause harmful interference, and (2) this device must accept any interference received, including interference that may cause undesired operation. Any Changes or modifications not expressly approved by the party responsible for compliance could void the user's authority to operate the equipment. limits provide has the equipment This to of part harmful frequency Note:
15 pursuant interference against energy and, radio to radio interference harmful installation. particular occur a in be reception, which can interference the correct tested Rules. a not and These residential installed found to comply been limits are FCC installation. in and in if used However, communications. the to with designed This accordance there no does cause equipment is harmful off and this by more equipment turning the following the of determined by one or measures:
If generates the equipment with guarantee device, a for Class B digital protection reasonable can and uses instructions, may cause will that interference on, user the interference to is radio encouraged not television try or to radiate to
-Reorient or relocate the receiving antenna.
-Increase the separation between the equipment and receiver.
-Connect the equipment into an outlet on a circuit different from that to which the receiver is connected.
-Consult the dealer or an experienced radio/TV technician for help. information:
M5PaperS3 Specific This based on thorough assure the Absorption meets that of all standards evaluation of safety Rate the were
(SAR) government's developed studies. regardless scientific persons requirements by The of independent standards age or health. for exposure to radio waves. scientific a include organizations substantial safety The through margin are guidelines periodic and designed to of this USA
(FCC) Information standard body-worn Exposure limit is 2AN3WM5PAPERS3) under typical compliance distance accessories satisfy these with between FCC RF The SAR
(FCC ID:
reported tested for maintain separation similar and that do not avoided. be FCC and Statement 1.6 has during operations W/kg also product with exposure body user's the RF over averaged been tested one against gram this back for certification the the of requirements, back and the use the handset use of of SAR tissue. limit. is 0mm Device types:
The highest 0.609W/kg. the PaperS3 SAR value This device body. body kept from was To 0mm the components FCC with accessories The that use assembly. exposure maintain belt of The use a clips, of requirements, device. in its RF holsters accessories and should not should requirements contain may metallic not comply Operation was tested for Body-worn This device minimum including contain not not comply approved separation the antenna. metallic any with RF antenna. typical of distance body-worn must 0mm belt-clips, operations. be holsters, To maintained and Third-party components. Body-worn and accessories should be with the comply between similar that avoided. RF users accessories not do meet only Use exposure requirements a exposure requirements, device, the this device requirements and body used by these should may the supplied or an Arduino Install
. Installing Arduino IDE(https://www.arduino.cc/en/Main/Software) Click to visit the Arduino official website , and select the installation package for your operating system to download. Installing Arduino Board Management 1. The Board Manager URL is used to index the development board information for a specific platform. In the Arduino IDE menu, select File -> Preferences 2.Copy the ESP board management URL below into the Additional Board Manager URLs: field, and save. https://espressif.github.io/arduino-esp32/package_esp32_dev_index.json 3. In the sidebar, select Board Manager, search for ESP, and click Install. 4. In the sidebar, select Board Manager, search for M5Stack, and click Install. Depending on the product used, select the corresponding development board under Tools -> Board -> M5Stack -> {ESP32S3 DEV Module board}. 5. Connect the device to your computer with a data cable to upload the program