BRLAB DOCS
HomeTutorialsHardware
Control Relays with the Nextion HMI and Arduino
Control Relays with the Nextion HMI and Arduino
  • Introduction
  • GETTING STARTED
    • What You Will Need
    • Wiring
  • HMI GUI
    • Nextion HMI Setup
    • GUI Design
    • HMI Code
    • Load Code on the HMI
  • NANO EVERY CODE
    • Task to Complete
    • Writing the Code
      • Comment Header
      • Define Global Variables
      • void setup()
      • void loop()
      • void serial_input()
    • Application Code
    • Files
Powered by GitBook
On this page
  1. HMI GUI

Nextion HMI Setup

PreviousWiringNextGUI Design

Last updated 2 years ago

The first thing we need to do when creating a new Nextion HMI project is to setup the Nextion Editor correctly so that we are developing for the right hardware.

Lets dive in!

Step 1: Creating A New Project

After opening the Nextion Editor and click on the menu button named "New". This will open up you file explorer so that you can give the project a directory to live in. I always recommend using a versioning software such as GitHub to version all of your software files. This makes it much easier to revert back to a later version if needed.

Step 2: Select Your Nextion Model

The next step will be to select the Nextion HMI model you are using. In this case I will select the Intelligent 4.3 inch model.

Step 3: Select Display Direction

In this step you will need to choose which orientation your HMI will be used in. For this tutorial I will be using the 180 (Horizontal) orientation.

This should then open you up to a blank canvas. Now its time to design and layout the interface.