Cirkit Designer Logo
Cirkit Designer
Your all-in-one circuit design IDE
Home / 
Component Documentation

How to Use MH-ET Live: Examples, Pinouts, and Specs

Image of MH-ET Live
Cirkit Designer LogoDesign with MH-ET Live in Cirkit Designer

Introduction

The MH-ET Live ePaper module is a versatile and user-friendly platform designed for real-time data visualization and monitoring. It is widely used in educational and experimental settings to analyze electronic circuits and systems. This component leverages ePaper display technology, which is known for its low power consumption and excellent readability in various lighting conditions. Its compact design and ease of integration make it a popular choice for hobbyists, educators, and engineers.

Explore Projects Built with MH-ET Live

Use Cirkit Designer to design, explore, and prototype these projects online. Some projects support real-time simulation. Click "Open Project" to start designing instantly!
ESP32-Based Smart Power Monitoring and Control System with OLED Display
Image of Sistem monitoring terminal listrik rumah tangga: A project utilizing MH-ET Live in a practical application
This circuit is designed to monitor and control a 120V AC outlet using an ESP32 microcontroller. It includes a PZEM004t module for measuring voltage, current, and power, and a 12V relay to switch the outlet on and off. An OLED display is used to show real-time data, and the HLK-PM12 module provides the necessary 5V and 3.3V power to the components.
Cirkit Designer LogoOpen Project in Cirkit Designer
Battery-Powered nRF52840 and HT-RA62 Communication Module
Image of NRF52840+HT-RA62: A project utilizing MH-ET Live in a practical application
This circuit is a wireless communication system powered by a 18650 Li-ion battery, featuring an nRF52840 ProMicro microcontroller and an HT-RA62 transceiver module. The nRF52840 handles the control logic and interfaces with the HT-RA62 for data transmission, while the battery provides the necessary power for the entire setup.
Cirkit Designer LogoOpen Project in Cirkit Designer
Arduino Mega 2560 Smart Hydroponics System with Wi-Fi and Bluetooth Control
Image of JinnGarden hydroponics V1: A project utilizing MH-ET Live in a practical application
This circuit is a smart home automation system controlled by an Arduino Mega 2560, featuring an LCD display, WiFi and Bluetooth modules, multiple sensors (temperature, humidity, and pH), and a relay module to control a water pump and LED light strips. The system is powered by a 12V power supply and allows for remote monitoring and control via WiFi and Bluetooth.
Cirkit Designer LogoOpen Project in Cirkit Designer
I2C LCD and LED Control via BlynkGate with MakerEDU Shield
Image of kxnTest: A project utilizing MH-ET Live in a practical application
This circuit is designed to interface with Blynk, a platform for controlling Arduino over the internet, and display data on an LCD screen. It includes a MakerEDU Shield connected to two MKE-M01 LED Modules and two MKE-M07 LCD1602 I2C displays for user interaction. The BlynkGate modules are likely used for communication with the Blynk service, and the MTiny Programmer is for programming the microcontrollers. The embedded code suggests that the circuit can receive input via Blynk and display values on the LCDs while also controlling the LEDs.
Cirkit Designer LogoOpen Project in Cirkit Designer

Explore Projects Built with MH-ET Live

Use Cirkit Designer to design, explore, and prototype these projects online. Some projects support real-time simulation. Click "Open Project" to start designing instantly!
Image of Sistem monitoring terminal listrik rumah tangga: A project utilizing MH-ET Live in a practical application
ESP32-Based Smart Power Monitoring and Control System with OLED Display
This circuit is designed to monitor and control a 120V AC outlet using an ESP32 microcontroller. It includes a PZEM004t module for measuring voltage, current, and power, and a 12V relay to switch the outlet on and off. An OLED display is used to show real-time data, and the HLK-PM12 module provides the necessary 5V and 3.3V power to the components.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of NRF52840+HT-RA62: A project utilizing MH-ET Live in a practical application
Battery-Powered nRF52840 and HT-RA62 Communication Module
This circuit is a wireless communication system powered by a 18650 Li-ion battery, featuring an nRF52840 ProMicro microcontroller and an HT-RA62 transceiver module. The nRF52840 handles the control logic and interfaces with the HT-RA62 for data transmission, while the battery provides the necessary power for the entire setup.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of JinnGarden hydroponics V1: A project utilizing MH-ET Live in a practical application
Arduino Mega 2560 Smart Hydroponics System with Wi-Fi and Bluetooth Control
This circuit is a smart home automation system controlled by an Arduino Mega 2560, featuring an LCD display, WiFi and Bluetooth modules, multiple sensors (temperature, humidity, and pH), and a relay module to control a water pump and LED light strips. The system is powered by a 12V power supply and allows for remote monitoring and control via WiFi and Bluetooth.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of kxnTest: A project utilizing MH-ET Live in a practical application
I2C LCD and LED Control via BlynkGate with MakerEDU Shield
This circuit is designed to interface with Blynk, a platform for controlling Arduino over the internet, and display data on an LCD screen. It includes a MakerEDU Shield connected to two MKE-M01 LED Modules and two MKE-M07 LCD1602 I2C displays for user interaction. The BlynkGate modules are likely used for communication with the Blynk service, and the MTiny Programmer is for programming the microcontrollers. The embedded code suggests that the circuit can receive input via Blynk and display values on the LCDs while also controlling the LEDs.
Cirkit Designer LogoOpen Project in Cirkit Designer

Common Applications and Use Cases

  • Real-time data monitoring in IoT projects
  • Displaying sensor data in educational experiments
  • Low-power electronic signage
  • Portable electronic devices requiring high-contrast displays
  • Circuit analysis and debugging tools

Technical Specifications

The MH-ET Live ePaper module is designed to be compatible with a wide range of microcontrollers, including Arduino boards. Below are the key technical details:

General Specifications

Parameter Value
Display Type ePaper (Electronic Paper)
Resolution 200 x 200 pixels
Display Size 1.54 inches
Interface SPI (Serial Peripheral Interface)
Operating Voltage 3.3V
Power Consumption Ultra-low (only during refresh)
Refresh Time ~2 seconds
Viewing Angle 180°
Operating Temperature -20°C to 70°C

Pin Configuration and Descriptions

Pin Name Pin Number Description
VCC 1 Power supply input (3.3V)
GND 2 Ground connection
DIN 3 SPI data input
CLK 4 SPI clock input
CS 5 Chip select (active low)
DC 6 Data/Command control pin
RST 7 Reset pin (active low)
BUSY 8 Busy status output (high when refreshing)

Usage Instructions

How to Use the Component in a Circuit

  1. Power Supply: Connect the VCC pin to a 3.3V power source and the GND pin to ground.
  2. SPI Communication: Connect the DIN, CLK, and CS pins to the corresponding SPI pins on your microcontroller.
  3. Control Pins:
    • Connect the DC pin to a GPIO pin on your microcontroller to toggle between data and command modes.
    • Connect the RST pin to a GPIO pin for resetting the module.
    • Connect the BUSY pin to a GPIO pin to monitor the module's status.
  4. Software Setup: Use an appropriate library (e.g., GxEPD for Arduino) to control the ePaper display.

Important Considerations and Best Practices

  • Power Supply: Ensure a stable 3.3V power source to avoid damage to the module.
  • Refresh Rate: The ePaper display has a slow refresh rate (~2 seconds). Avoid frequent updates to preserve the display's lifespan.
  • Handling: ePaper displays are fragile. Handle the module carefully to avoid physical damage.
  • Library Compatibility: Use libraries specifically designed for ePaper displays to simplify development.

Example Code for Arduino UNO

Below is an example of how to use the MH-ET Live ePaper module with an Arduino UNO:

#include <GxEPD.h>          // Include the GxEPD library for ePaper displays
#include <GxGDEH0154D67.h>  // Include the specific driver for the 1.54-inch display
#include <Adafruit_GFX.h>   // Include Adafruit GFX library for graphics support

// Define the pins connected to the ePaper module
#define CS_PIN 10   // Chip select pin
#define DC_PIN 9    // Data/Command pin
#define RST_PIN 8   // Reset pin
#define BUSY_PIN 7  // Busy pin

// Initialize the ePaper display
GxIO_Class io(SPI, CS_PIN, DC_PIN, RST_PIN);
GxEPD_Class display(io, RST_PIN, BUSY_PIN);

void setup() {
  display.init();  // Initialize the display
  display.setRotation(1);  // Set display rotation (0-3)

  // Clear the display and set a message
  display.fillScreen(GxEPD_WHITE);  // Clear to white
  display.setTextColor(GxEPD_BLACK);  // Set text color to black
  display.setCursor(10, 50);  // Set cursor position
  display.setTextSize(2);  // Set text size
  display.print("Hello, ePaper!");  // Print message
  display.display();  // Refresh the display
}

void loop() {
  // No actions in the loop for this example
}

Troubleshooting and FAQs

Common Issues and Solutions

  1. Display Not Turning On:

    • Verify the power supply is 3.3V and connections are secure.
    • Check the wiring of the SPI pins and ensure they match the microcontroller's SPI configuration.
  2. Display Refresh is Slow:

    • This is a characteristic of ePaper technology. Avoid frequent updates to improve performance.
  3. Module Not Responding:

    • Ensure the RST pin is properly connected and the module is reset during initialization.
    • Check the BUSY pin to confirm the module is not in a busy state.
  4. Partial or Corrupted Display:

    • Verify the SPI communication speed is within the module's supported range.
    • Ensure the library being used is compatible with the MH-ET Live module.

FAQs

Q: Can I use the MH-ET Live module with a 5V microcontroller?
A: No, the module operates at 3.3V. Use a level shifter if your microcontroller operates at 5V.

Q: How do I reduce power consumption?
A: The ePaper module consumes power only during refresh. Minimize refresh frequency to save power.

Q: Can I display images on the module?
A: Yes, you can display monochrome images using libraries like GxEPD. Convert images to a compatible format before uploading.

Q: Is the module sunlight-readable?
A: Yes, ePaper displays are highly readable in direct sunlight due to their reflective technology.