TOP Contributors

  1. MIKROE (2649 codes)
  2. Alcides Ramos (350 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 (136492 times)
  2. FAT32 Library (69704 times)
  3. Network Ethernet Library (55813 times)
  4. USB Device Library (46150 times)
  5. Network WiFi Library (41791 times)
  6. FT800 Library (40971 times)
  7. GSM click (28918 times)
  8. PID Library (26377 times)
  9. mikroSDK (26260 times)
  10. microSD click (25290 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

PIXI click

Rating:

5

Author: MIKROE

Last Updated: 2018-01-19

Package Version: 1.0.0.0

mikroSDK Library: 1.0.0.0

Category: ADC-DAC

Downloaded: 5341 times

Not followed.

License: MIT license  

PIXI click is equipped with MAX11300 IC from Maxim Integrated, which features Maxim Integrated's versatile, proprietary PIXI technology - it is the industry's first configurable 20-channel mixed-signal data converter.

No Abuse Reported

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

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

Do you want to report abuse regarding "PIXI 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

PIXI click

PIXI click

Native view of the PIXI click board.

View full image
PIXI click

PIXI click

Front and back view of the PIXI click board.

View full image

Library Description

Key functions

void pixi_writeRegister(uint8_t registerAddress , uint16_t registerData) - Generic function for writing to registers.

uint16_t pixi_readRegister(uint8_t registerAddress)- Generic function for reading from registers.

Examples Description

Simple example of LED blinking off all PIXI™ click pins, ports are configured by writing messages to the appropriate registers via the SPI interface. The low-level communication is taken care of inside the MikroElektronika functions. Registers can be easily accessed with two simple functions:

pixi_writeRegister is the register writing function, which accepts two parameters. The first parameter of the function is the 8bit register that needs to be written, while the second parameter is the 16bit data that is written to the register provided with the first parameter. This function does not return any value

pixi_readRegister is used to read the content of a certain register, which is forwarded as an 8bit parameter. This function returns 16bit data which represents the contents of the register, forwarded as the parameter.

The simple application example periodically sets all the GPIO pins to 5V and then to 0V, with one second delay. More information about the registers and their functions can be found in the MAX11300 datasheet.

void applicationTask()
{
    pixi_writeRegister(0x0D, 0xFFFF); //setting all GPIO to 5V
    pixi_writeRegister(0x0E, 0x000F);
    Delay_ms(1000);
    pixi_writeRegister(0x0D, 0x0000); //setting all GPIO to 0V
    pixi_writeRegister(0x0E, 0x0000);
    Delay_ms(1000);
}

Other mikroE Libraries used in the example:

  • SPI

Additional notes and information

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

Piezo Driver click

0

Piezo Driver Click is a compact add-on board that allows you easy system configuration for driving a two-terminal or three-terminal piezo sounder with few external components. This board features the PAM8906, a piezo sounder driver with self-excitation mode from Diodes Incorporated.

[Learn More]

Slider click

0

Slider click features a mechanical slide action potentiometer - a slider, which gives a nice feeling when actuating, along with 16 SMD LEDs, that can be used for any kind of visual feedback. The onboard high-resolution 22-bit ADC can detect even the smallest move, faithfully capturing the smoothness of the slider movement, while digitizing its position. The 16 onboard SMD LEDs can give a nice visual feedback of the slider position, but those LEDs can also be used for other purposes since they are not hardwired to the slider.

[Learn More]

ccRF click

1

ccRF click is a low-power 2.4 GHz transceiver designed for the 2400- 2483.5 MHz ISM and SRD frequency bands. It features CC2500 Low-Power 2.4 GHz RF transceiver as well as PCB trace antenna. The CC2500 is integrated with a highly configurable baseband modem that supports various modulation formats and has data rate up to 500 kBaud.

[Learn More]