TOP Contributors

  1. MIKROE (2663 codes)
  2. Alcides Ramos (358 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 (137081 times)
  2. FAT32 Library (70222 times)
  3. Network Ethernet Library (56094 times)
  4. USB Device Library (46411 times)
  5. Network WiFi Library (42029 times)
  6. FT800 Library (41375 times)
  7. GSM click (29109 times)
  8. mikroSDK (26555 times)
  9. PID Library (26487 times)
  10. microSD click (25483 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

Adapter click

Rating:

5

Author: MIKROE

Last Updated: 2019-03-21

Package Version: 1.0.0.0

mikroSDK Library: 1.0.0.0

Category: Adapter

Downloaded: 2802 times

Not followed.

License: MIT license  

Adapter Click is a breakout board which simplifies connection of add-on boards with IDC10 headers to mikroBUS socket.

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "Adapter click" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "Adapter click" changes.

Do you want to report abuse regarding "Adapter click".

  • mikroSDK Library 2.0.0.0
  • Comments (0)
DOWNLOAD LINK RELATED COMPILER CONTAINS
mikroBasic PRO for ARM
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroBasic PRO for AVR
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroBasic PRO for dsPIC30/33 & PIC24
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroBasic PRO for FT90x
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroBasic PRO for PIC
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroBasic PRO for PIC32
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroC PRO for ARM
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroC PRO for AVR
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroC PRO for dsPIC30/33 & PIC24
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroC PRO for FT90x
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroC PRO for PIC
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroC PRO for PIC32
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroPascal PRO for ARM
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroPascal PRO for AVR
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroPascal PRO for dsPIC30/33 & PIC24
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroPascal PRO for FT90x
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroPascal PRO for PIC
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroPascal PRO for PIC32
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

mikroSDK Library Blog

Library Description

The library initializes and defines both the I2C and SPI bus driver and offeres drivers that offer a choice for writing and reading one byte into registers. It also alows to user to set state on CS, PWM, TX and RX pins and to check the state of INT pin.

Key functions:

  • void adapter_writeData( uint8_t regAddress, uint8_t wrData ); -  Function is used to write the 8-bit data into chosen register.
  • uint8_t adapter_readData( uint8_t regAddress );-   Function read the 8-bit data from the chosen register.

Example Description

The application is composed of three sections:

  • System Initialization - Initializes GPIO, I2C/SPI and LOG structures, sets INT pin as input, and  CS, PWM , RX and TX pins as output.
  • Application Initialization -  Initalizes I2C/SPI driver and makes an initial log.
  • Application Task - (code snippet) This are examples that shows the use of the Adapter click board. In I2C example we are reading ID registrer from another device and in SPI example we are writing into shift register.
// I2C example

void applicationTask()
{
    uint8_t rdValue;
    uint8_t logTxt[ 50 ];
    
    rdValue = adapter_readData( 0xFD );
    IntToStr( rdValue, logTxt );
    Ltrim( logTxt );
    mikrobus_logWrite( " Read data :  ", _LOG_LINE );
    mikrobus_logWrite( logTxt, _LOG_LINE );
    mikrobus_logWrite( "-----------------", _LOG_LINE );
    Delay_ms( 2000 );
}

// SPI example

void applicationTask()
{
    adapter_turnPwmOn();
    adapter_writeData( 0x00, 0x79 );
}  

Other mikroE Libraries used in the example:

  • I2C
  • SPI

Additional notes and informations

Depending on the development board you are using, you may need USB UART clickUSB 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

MAC Address click

0

MAC Address click provides a unique node address for your application. It also has 1Kbit of writable EEPROM memory.

[Learn More]

Temp-Log 2 click

0

Temp-Log 2 click is a precise ambient temperature measurement device, equipped with the additional non-volatile (EEPROM) memory that can be used to permanently store system configuration, and 64 bits of general-purpose EEPROM, used for logging application specific or user preference data. This click covers a range of temperatures from -55°C to +125°C with the highest accuracy of ±0.2°C.

[Learn More]

DC Motor 12 click

0

DC Motor 12 Click is a compact add-on board with a brushed DC motor driver. This board features the TB9054FTG, a PWM-type, dual-channel, H-bridge, brushed DC motor driver from Toshiba Semiconductor. The TB9054FTG is rated for an operating voltage range from 4.5V to 28V, with the motor controlled directly through a PWM signal or SPI serial interface. In addition, this driver allows a dual configuration with two motors with 5A current ratings per channel or one 10A channel drive in a Parallel mode of operation. It also has complete diagnostic and protection capabilities supporting robust and reliable operation.

[Learn More]