62 lines
1.5 KiB
ReStructuredText
62 lines
1.5 KiB
ReStructuredText
.. _mikroe_adc_click_shield:
|
|
|
|
MikroElektronika ADC Click
|
|
##########################
|
|
|
|
Overview
|
|
********
|
|
|
|
The MikroElektronika ADC Click carries the `MCP3204`_ 12-bit
|
|
Analog-to-Digital converter in a `mikroBUS`_ |trade| form factor.
|
|
|
|
.. figure:: ./adc-click.jpg
|
|
:width: 528px
|
|
:align: center
|
|
:alt: MikroElektronika ADC Click
|
|
|
|
MikroElektronika ADC Click (Credit: MikroElektronika)
|
|
|
|
Requirements
|
|
************
|
|
|
|
This shield can only be used with a development board that provides a
|
|
configuration for Arduino connectors and defines a node alias for the
|
|
SPI interface (see :ref:`shields` for more details).
|
|
|
|
The mikroBUS connector pins on the ADC Click can either be connected
|
|
to the Arduino headers of the development board using jumper wires or
|
|
by using an `Arduino UNO Click Shield`_.
|
|
|
|
For more information about interfacing the MCP3204 and the ADC Click,
|
|
see the following documentation:
|
|
|
|
- `MCP3204 Datasheet`_
|
|
- `ADC Click`_
|
|
|
|
Programming
|
|
***********
|
|
|
|
Set ``-DSHIELD=mikro_adc_click`` when you invoke ``west build``. For
|
|
example:
|
|
|
|
.. zephyr-app-commands::
|
|
:zephyr-app: test/boards/board_shell
|
|
:board: frdm_k64f
|
|
:shield: mikroe_adc_click
|
|
:goals: build
|
|
|
|
.. _MCP3204:
|
|
https://www.microchip.com/wwwproducts/en/en010533
|
|
|
|
.. _mikroBUS:
|
|
https://www.mikroe.com/mikrobus
|
|
|
|
.. _MCP3204 Datasheet:
|
|
http://ww1.microchip.com/downloads/en/DeviceDoc/21298e.pdf
|
|
|
|
.. _ADC Click:
|
|
https://www.mikroe.com/adc-click
|
|
|
|
.. _Arduino UNO Click Shield:
|
|
https://www.mikroe.com/arduino-uno-click-shield
|