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. NANO EVERY CODE

Files

PreviousApplication Code

Last updated 2 years ago

Nextion HMI File

Arduino Code Files

Arduino Custom Function FIle

Store both Arduino files in the same folder and it will open the custom function file in a tab. It is a nice way to keep your code tidy and clean.

13MB
Control_Relays_With_Nextion_4.3_Intellegent_NanoEvery.HMI
1KB
Control_Relays_With_Nextion_4.3_Intellegent_NanoEvery.ino
979B
serial_input.ino