Leap forward in stepper motor control technology, combining high power and advanced features for smooth and silent operation
A
A
Hardware Overview
How does it work?
Silent Step 3 Click is based on the TMC2660, a highly integrated bipolar step motor power driver from Analog Devices. As mentioned, this device has many different features, allowing the driver to be used almost autonomously. Two control interfaces exist: the SPI serial interface and the STEP/DIR interface. The SPI interface writes control information to the chip and returns status information. This interface must be used to initialize the parameters and modes necessary to enable driving the motor. The motion of the motor can be controlled by using the STEP and DIR signals or through the SPI interface alone. Technologies, such as stallGuard2™, spreadCycle™, coolStep™, spreadCycle™, and microPlayer™, help to achieve high autonomy and smooth motion of the driven motor, even by using the STEP and DIR input pins to set the direction and step propagation. The internal micro step table maps the sine function from 0° to 90°. Symmetries allow mapping of the sine and cosine functions from 0° to 360° with this table. The TMC2660 supports two motor driver control modes: STEP/DIR and SPI modes. STEP/DIR mode is also referred to as the legacy mode. The device is operated similarly to other pin-driven step motor controllers/drivers – the step propagation is controlled by pulses on the STEP
input, and the DIR pin determines the direction. In SPI mode, the user can directly access the motor's current sign and magnitude by setting the parameters in the DRVCTRL Register. All working parameters can be configured and controlled via the SPI interface in both modes. Also, the power and thermal data can be returned to the MCU for further analysis and optimization. In STEP/DIR mode, the microPlyer STEP pulse interpolator brings the smooth motor operation of high-resolution micro-stepping to applications originally designed for coarser stepping and reduces pulse bandwidth. MicroPlyer produces 16 micro steps at 256x resolution for each active edge on the STP pin of the Silent Step 3 Click. The currents through both motor coils are controlled using choppers, which work independently of each other. Two chopper modes are available: a new high-performance chopper algorithm called spreadCycle and a proven constant off-time chopper mode. The constant off-time mode cycles through three phases: on, fast decay, and slow decay. The spreadCycle mode cycles through four phases: on, slow decay, fast decay, and a second slow decay. The current through the motor coils has to be measured to achieve all the previously mentioned features. Because of the high power output of the
TMC2660, external shunt resistors are required. Therefore, the Silent Step 3 Click has onboard carefully selected, low-inductance type 0.1 Ohm shunt resistors. This minimizes measurement imperfections caused by the switching spikes from the MOSFET bridges, for example, and maximizes the efficiency of the TMC2660. The STEP, DIR, and ENN pins of the TMC2660 are directly routed to the mikroBUS™ pins PWM, INT, and AN and marked as STP, DIR, and EN, respectively. The digital I/O pins' logic levels are easily adjustable by setting the desired voltage to the VCC_IO pin. Therefore, the interface logic level on the Silent Step 3 click can be easily configured for 3.3 V or 5 V logic by moving the VSEL jumper to the respective voltage, which allows both 3.3V and 5V MCUs to be interfaced with this Click board™. The power supply for the bipolar stepper motor can be connected to the terminal's VM and GND inputs. The connected voltage should stay within the range between 9V and 29V. The rest of the terminals allow bipolar stepper motor coils to be connected: A1 and A2 terminal inputs connect the first coil, while the B1 and B2 inputs connect the second motor coil.
Features overview
Development board
PIC18F57Q43 Curiosity Nano evaluation kit is a cutting-edge hardware platform designed to evaluate microcontrollers within the PIC18-Q43 family. Central to its design is the inclusion of the powerful PIC18F57Q43 microcontroller (MCU), offering advanced functionalities and robust performance. Key features of this evaluation kit include a yellow user LED and a responsive
mechanical user switch, providing seamless interaction and testing. The provision for a 32.768kHz crystal footprint ensures precision timing capabilities. With an onboard debugger boasting a green power and status LED, programming and debugging become intuitive and efficient. Further enhancing its utility is the Virtual serial port (CDC) and a debug GPIO channel (DGI
GPIO), offering extensive connectivity options. Powered via USB, this kit boasts an adjustable target voltage feature facilitated by the MIC5353 LDO regulator, ensuring stable operation with an output voltage ranging from 1.8V to 5.1V, with a maximum output current of 500mA, subject to ambient temperature and voltage constraints.
Microcontroller Overview
MCU Card / MCU

Architecture
PIC
MCU Memory (KB)
128
Silicon Vendor
Microchip
Pin count
48
RAM (Bytes)
8196
You complete me!
Accessories
Curiosity Nano Base for Click boards is a versatile hardware extension platform created to streamline the integration between Curiosity Nano kits and extension boards, tailored explicitly for the mikroBUS™-standardized Click boards and Xplained Pro extension boards. This innovative base board (shield) offers seamless connectivity and expansion possibilities, simplifying experimentation and development. Key features include USB power compatibility from the Curiosity Nano kit, alongside an alternative external power input option for enhanced flexibility. The onboard Li-Ion/LiPo charger and management circuit ensure smooth operation for battery-powered applications, simplifying usage and management. Moreover, the base incorporates a fixed 3.3V PSU dedicated to target and mikroBUS™ power rails, alongside a fixed 5.0V boost converter catering to 5V power rails of mikroBUS™ sockets, providing stable power delivery for various connected devices.
The 28BYJ-48 is an adaptable 5VDC stepper motor with a compact design, ideal for various applications. It features four phases, a speed variation ratio of 1/64, and a stride angle of 5.625°/64 steps, allowing precise control. The motor operates at a frequency of 100Hz and has a DC resistance of 50Ω ±7% at 25°C. It boasts an idle in-traction frequency greater than 600Hz and an idle out-traction frequency exceeding 1000Hz, ensuring reliability in different scenarios. With a self-positioning torque and in-traction torque both exceeding 34.3mN.m at 120Hz, the 28BYJ-48 offers robust performance. Its friction torque ranges from 600 to 1200 gf.cm, while the pull-in torque is 300 gf.cm. This motor makes a reliable and efficient choice for your stepper motor needs.
Used MCU Pins
mikroBUS™ mapper
Take a closer look
Click board™ Schematic

Step by step
Project assembly
Track your results in real time
Application Output
1. Application Output - In Debug mode, the 'Application Output' window enables real-time data monitoring, offering direct insight into execution results. Ensure proper data display by configuring the environment correctly using the provided tutorial.

2. UART Terminal - Use the UART Terminal to monitor data transmission via a USB to UART converter, allowing direct communication between the Click board™ and your development system. Configure the baud rate and other serial settings according to your project's requirements to ensure proper functionality. For step-by-step setup instructions, refer to the provided tutorial.

3. Plot Output - The Plot feature offers a powerful way to visualize real-time sensor data, enabling trend analysis, debugging, and comparison of multiple data points. To set it up correctly, follow the provided tutorial, which includes a step-by-step example of using the Plot feature to display Click board™ readings. To use the Plot feature in your code, use the function: plot(*insert_graph_name*, variable_name);. This is a general format, and it is up to the user to replace 'insert_graph_name' with the actual graph name and 'variable_name' with the parameter to be displayed.

Software Support
Library Description
This library contains API for Silent Step 3 Click driver.
Key functions:
silentstep3_set_step_mode
- This function sets the microstep resolution bits in DRVCTRL registersilentstep3_set_direction
- This function sets the motor direction by setting the DIR pin logic statesilentstep3_drive_motor
- This function drives the motor for the specific number of steps at the selected speed
Open Source
Code example
The complete application code and a ready-to-use project are available through the NECTO Studio Package Manager for direct installation in the NECTO Studio. The application code can also be found on the MIKROE GitHub account.
/*!
* @file main.c
* @brief Silent Step 3 Click example
*
* # Description
* This example demonstrates the use of the Silent Step 3 Click board by driving the
* motor in both directions for a desired number of steps.
*
* The demo application is composed of two sections :
*
* ## Application Init
* Initializes the driver and performs the Click default configuration.
*
* ## Application Task
* Drives the motor clockwise for 200 full steps and then counter-clockiwse for 200 half
* steps and 400 quarter steps with 2 seconds delay on driving mode change. All data is
* being logged on the USB UART where you can track the program flow.
*
* @author Stefan Filipovic
*
*/
#include "board.h"
#include "log.h"
#include "silentstep3.h"
static silentstep3_t silentstep3;
static log_t logger;
void application_init ( void )
{
log_cfg_t log_cfg; /**< Logger config object. */
silentstep3_cfg_t silentstep3_cfg; /**< Click config object. */
/**
* Logger initialization.
* Default baud rate: 115200
* Default log level: LOG_LEVEL_DEBUG
* @note If USB_UART_RX and USB_UART_TX
* are defined as HAL_PIN_NC, you will
* need to define them manually for log to work.
* See @b LOG_MAP_USB_UART macro definition for detailed explanation.
*/
LOG_MAP_USB_UART( log_cfg );
log_init( &logger, &log_cfg );
log_info( &logger, " Application Init " );
// Click initialization.
silentstep3_cfg_setup( &silentstep3_cfg );
SILENTSTEP3_MAP_MIKROBUS( silentstep3_cfg, MIKROBUS_1 );
if ( SPI_MASTER_ERROR == silentstep3_init( &silentstep3, &silentstep3_cfg ) )
{
log_error( &logger, " Communication init." );
for ( ; ; );
}
if ( SILENTSTEP3_ERROR == silentstep3_default_cfg ( &silentstep3 ) )
{
log_error( &logger, " Default configuration." );
for ( ; ; );
}
log_info( &logger, " Application Task " );
}
void application_task ( void )
{
log_printf ( &logger, " Move 200 full steps clockwise, speed: slow\r\n\n" );
silentstep3_set_direction ( &silentstep3, SILENTSTEP3_DIR_CW );
silentstep3_set_step_mode ( &silentstep3, SILENTSTEP3_MODE_FULL_STEP );
silentstep3_drive_motor ( &silentstep3, 200, SILENTSTEP3_SPEED_SLOW );
Delay_ms ( 1000 );
Delay_ms ( 1000 );
log_printf ( &logger, " Move 200 half steps counter-clockwise, speed: medium\r\n\n" );
silentstep3_set_direction ( &silentstep3, SILENTSTEP3_DIR_CCW );
silentstep3_set_step_mode ( &silentstep3, SILENTSTEP3_MODE_HALF_STEP );
silentstep3_drive_motor ( &silentstep3, 200, SILENTSTEP3_SPEED_MEDIUM );
Delay_ms ( 1000 );
Delay_ms ( 1000 );
log_printf ( &logger, " Move 400 quarter steps counter-clockwise, speed: fast\r\n\n" );
silentstep3_set_direction ( &silentstep3, SILENTSTEP3_DIR_CCW );
silentstep3_set_step_mode ( &silentstep3, SILENTSTEP3_MODE_QUARTER_STEP );
silentstep3_drive_motor ( &silentstep3, 400, SILENTSTEP3_SPEED_FAST );
Delay_ms ( 1000 );
Delay_ms ( 1000 );
}
int main ( void )
{
/* Do not remove this line or clock might not be set correctly. */
#ifdef PREINIT_SUPPORTED
preinit();
#endif
application_init( );
for ( ; ; )
{
application_task( );
}
return 0;
}
// ------------------------------------------------------------------------ END