TOP Contributors

  1. MIKROE (2662 codes)
  2. Alcides Ramos (357 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (112 codes)
  5. Chisanga Mumba (90 codes)
  6. S P (73 codes)
  7. dany (71 codes)
  8. MikroBUS.NET Team (35 codes)
  9. NART SCHINACKOW (34 codes)
  10. Armstrong Subero (27 codes)

Most Downloaded

  1. Timer Calculator (137035 times)
  2. FAT32 Library (70167 times)
  3. Network Ethernet Library (56037 times)
  4. USB Device Library (46360 times)
  5. Network WiFi Library (41973 times)
  6. FT800 Library (41304 times)
  7. GSM click (29079 times)
  8. mikroSDK (26519 times)
  9. PID Library (26452 times)
  10. microSD click (25449 times)
Libstock prefers package manager

Package Manager

We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]

< Back
mikroSDK Library

DIGI POT 8 click

Rating:

0

Author: MIKROE

Last Updated: 2024-04-03

Package Version: 2.1.0.12

mikroSDK Library: 2.0.0.0

Category: Digital potentiometer

Downloaded: 98 times

Not followed.

License: MIT license  

DIGI POT 8 Click is a compact add-on board used as a digitally controlled potentiometer. This board features the AD5206, 6-channel 256-position digitally controlled variable resistor device from Analog Devices.

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "DIGI POT 8 click" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "DIGI POT 8 click" changes.

Do you want to report abuse regarding "DIGI POT 8 click".

  • Information
  • Comments (0)

mikroSDK Library Blog


DIGI POT 8 click

DIGI POT 8 Click is a compact add-on board used as a digitally controlled potentiometer. This board features the AD5206, 6-channel 256-position digitally controlled variable resistor device from Analog Devices.

digi_pot_8_click.png

click Product page


Click library

  • Author : Stefan Filipovic
  • Date : Feb 2021.
  • Type : SPI type

Software Support

We provide a library for the DIGIPOT8 Click as well as a demo application (example), developed using MikroElektronika compilers. The demo can run on all the main MikroElektronika development boards.

Package can be downloaded/installed directly from NECTO Studio Package Manager(recommended way), downloaded from our LibStock™ or found on mikroE github account.

Library Description

This library contains API for DIGIPOT8 Click driver.

Standard key functions :

  • digipot8_cfg_setup Config Object Initialization function.

    void digipot8_cfg_setup ( digipot8_cfg_t *cfg );
  • digipot8_init Initialization function.

    DIGIPOT8_RETVAL digipot8_init ( digipot8_t *ctx, digipot8_cfg_t *cfg );

Example key functions :

  • digipot8_write_data DIGI POT 8 write data function.

    err_t digipot8_write_data ( digipot8_t *ctx, uint8_t reg, uint8_t data_in )
  • digipot8_set_wiper_1 DIGI POT 8 set wiper 2 function.

    err_t digipot8_set_wiper_1 ( digipot8_t *ctx, uint8_t data_in );
  • digipot8_set_wiper_2 DIGI POT 8 set wiper 3 function.

    err_t digipot8_set_wiper_2 ( digipot8_t *ctx, uint8_t data_in );

Example Description

This example demonstrates the use of DIGI POT 8 Click board.

The demo application is composed of two sections :

Application Init

Initializes the driver and makes an initial log.


void application_init ( void )
{
    log_cfg_t log_cfg;  /**< Logger config object. */
    digipot8_cfg_t digipot8_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.

    digipot8_cfg_setup( &digipot8_cfg );
    DIGIPOT8_MAP_MIKROBUS( digipot8_cfg, MIKROBUS_1 );
    err_t init_flag  = digipot8_init( &digipot8, &digipot8_cfg );
    if ( init_flag == SPI_MASTER_ERROR ) {
        log_error( &logger, " Application Init Error. " );
        log_info( &logger, " Please, run program again... " );

        for ( ; ; );
    }

    log_info( &logger, " Application Task " );
}

Application Task

Iterates through the entire wiper range and sets all wipers to the iterator value each second. The current wiper position will be displayed on USB UART.


void application_task ( void )
{
    for ( uint8_t cnt = DIGIPOT8_WIPER_POSITION_MIN; cnt < DIGIPOT8_WIPER_POSITION_MAX; cnt += 5 )
    {
        digipot8_set_wiper_1 ( &digipot8, cnt );
        digipot8_set_wiper_2 ( &digipot8, cnt );
        digipot8_set_wiper_3 ( &digipot8, cnt );
        digipot8_set_wiper_4 ( &digipot8, cnt );
        digipot8_set_wiper_5 ( &digipot8, cnt );
        digipot8_set_wiper_6 ( &digipot8, cnt );
        log_printf( &logger, " * All wipers position set to %d *\r\n", ( uint16_t ) cnt );

        Delay_ms ( 1000 );
    }
}

The full application code, and ready to use projects can be installed directly from NECTO Studio Package Manager(recommended way), downloaded from our LibStock™ or found on mikroE github account.

Other mikroE Libraries used in the example:

  • MikroSDK.Board
  • MikroSDK.Log
  • Click.DIGIPOT8

Additional notes and informations

Depending on the development board you are using, you may need USB UART click, USB UART 2 Click or RS232 Click to connect to your PC, for development systems with no UART to USB interface available on the board. The terminal available in all Mikroelektronika compilers, or any other terminal application of your choice, can be used to read the message.


ALSO FROM THIS AUTHOR

mikroTFT - Example

0

This is a sample program which demonstrates the use of mikroTFT board.

[Learn More]

ECG 4 click

0

ECG 4 Click is a complete solution for the development of ECG and Heart-Rate (HR) applications, based on the BMD101, a specialized bio-signal sensing System-on-Chip (SoC).

[Learn More]

mikromedia + for PIC32MX7

0

Set of examples for mikromedia + for PIC32MX7. Provided examples demonstrate working with mikromedia's various features and modules: Accelerometer, MMC SD card, MP3, TFT, Buzzer, nRF, Touch Panel, Ethernet, RTCC

[Learn More]