A Basic Introduction to Nextion Arduino Library
Introduction Nextion Arduino library provides an easy-to-use way to manipulate Nextion displays series. Users can use the library freely, either for commercial projects or open-source projects,...
View ArticleNextion User Guide1:An Entry Application of Text Component and Button Component
So far, we have posts covering basic introduction to Nextion Display, Nextion Editor, Nextion Library, intelligent fish tank project. I am sure you have a comprehensive understanding to Nextion and...
View ArticleNextion User Guide2:An Entry Application of Progress Bar , Picture and Crop...
In this post we’ll introduce you 3 Nextion Editor components:progress bar Component, picture component and crop component, and how to apply them to your project. We will show you a very simple example...
View ArticleNextion User Guide3:An Entry Application of Hotspot, Gauge and Waveform...
In this post, another 3 components are to be introduced. They are respectively hotspot component, gauge component and waveform component. With explanation of each component property, followed by a...
View ArticleNextion User Guide4:An Entry Application of Slider Component and Timer Component
In this tutorial we’ll introduce slider component and timer component, and explain how to apply them to your project. As usual, we’ll show you an entry example for each component. Slider Component A...
View Article【Open Source】Nextion Intelligent Fish Tank Project
Our intelligent fish tank project has open source on github now. This post we’ll show you its effect demonstration. You can learn how to operate the interface and set the functions from our video....
View ArticleNextion Advanced Application 1: Use Timer, Variable and If to Implement GIF...
We have introduced the use of timer component in last post. There is still one component-variable left for us to learn. This post we’ll combine using multiple components to make a simple GIF...
View ArticleNextion Advanced Application 2: Use Global and Variable to Transmit Values...
This post we are going to make number inputting bars. Multiple components will be applied to this project, including text component, button component and variable component. The most important thing...
View ArticleNextion Advanced Application 3: Slide to Unlock and Battery Charging Progress...
Today we are going to create a practical project-slide to unlock and display battery charging state. It is a simple but cool project with just four components to be used. Our idea is to slide to...
View ArticleNextion Music Player Project
Hello! We have finished a cool Nextion project. It is very easy to create. Download the project file here: Nextion Music Player HMI Project File Download related codes of this project from this...
View ArticleHow to use Nextion to work with Raspberry Pi?
We have posted many articles about using Nextion to work with Arduino. But maybe you don’t know how to use it with Raspberry Pi. This post I’m going to teach you how to achieve it. There are just 5...
View ArticleNextion Multiple Control Project – Number Component and Dual-state Button
Our Nextion Editor has updated to the latest V0.30. A lot of new functions has added. You may also noticed that two new components has been added: number and dual-state button. So how to use these two...
View ArticleNextion Gradient Progress Bar Project
This post I`m going to teach you to build a gradient progress bar project. Gradient progress bar has been widely applied to many places like refresh page, buffer zone. For HMI designing, I think it is...
View ArticleNextion Keypad Project
Keypad is widely applied to all kinds of projects. This post I will show you a Nextion keypad project. Download the HMI project File: Nextion-Keypad-Project As you can watch the project demonstration...
View ArticleNextion Encrypted Password Full Screen Input Project
This post will show you an encrypted password input by full screen keyboard. This project is very timing consuming because it needs a lot of components to create. Download the HMI project file here...
View Article