Stepper duonext: Difference between revisions

From lechacal
Jump to navigation Jump to search
Line 12: Line 12:


==Technical Specifications==
==Technical Specifications==
[[File:IMG_0640_small.png | 300px]][[File:IMG_0641_small.png| 300px]]


* Input power: 12Vdc
* Input power: 12Vdc
Line 23: Line 25:
* 6 Digital I/O for sensors/relays etc.
* 6 Digital I/O for sensors/relays etc.
* 2 Analog Inputs.
* 2 Analog Inputs.


==Nextion Display==
==Nextion Display==

Revision as of 15:04, 1 April 2021

Overview

The Stepper Duonext is a dual stepper motor controller combining a touch screen Nextion display with and Arduino microcontroller.

This is an excellent unit for controlling stepper motors where human-machine interaction is involved. Nextion displays uses a really intuitive software to build your own application.

Note this unit does not support G code and Gerbl. This product focuses mainly on human interface via the touch screen display.

Touch screen display and motor drivers are sold separately.

Technical Specifications

  • Input power: 12Vdc
  • Motors: 2
  • Supported drivers: A4988 or similar / Generic
  • On/Off switch
  • USB port for both programming and serial communications.
  • Serial port for connection with Nextion display.
  • Supported Nextion display: Any 3.2" can be mounted. NX4024T032 / NX4024K032
  • I2c Port
  • 6 Digital I/O for sensors/relays etc.
  • 2 Analog Inputs.

Nextion Display

The 3.2" display are compatible. These are models NX4024T032 and NX4024K032.

The display application is build using the Nextion software. If you are new to this this is something worth learning as the potential is great.

The Nextion application file is loaded on the display using SD card.

Arduino

Edit your own sketch and upload it directly to the Duonext using the USB connection.

Motors - Motors are easily programmed using the StepperUNO library. Feel free to download it and look at the examples.

Interaction with Nextion - For this we recommend the NeoNextion library from this Github page.