How does it work?
Load Cell 6 Click as its foundation uses the MAX11270, a pin programmable, ultra-low power 24-bit ΣΔ ADC that resolves a very high dynamic range from Analog Devices. The MAX11270 achieves excellent 130dB SNR while dissipating an ultra-low 10mW. It allows users to select a programmable gain amplifier with gain settings between 1x to 128x, unity-gain buffer, or connect signals directly to the delta-sigma sampling network. This ADC can resolve micro-volt level changes to the analog input, making it a good fit for seismic, instrumentation, and ATE applications.
The MAX11270 measures a pair of differential analog inputs (S+, S-) in buffered, direct connect, or PGA. The default configuration is directly connected, with PGA and input buffers powered down. These optional buffers isolate the signal inputs from the switched capacitor sampling network, which allows the MAX11270 to be used with high-impedance sources without compromising the available dynamic range. The ADC input range is programmable for unipolar (0 to VREF) ranges set by the reference voltage value obtained by the MAX6126, a 3V high-precision voltage reference, also routed to the E+ terminal.
Load Cell 6 Click communicates with MCU through a standard SPI interface that enables high clock speeds up to 5MHz. The MAX11270 is highly configurable via the internal registers, accessed via the SPI interface. It operates in two modes: Conversion mode or Register-Access mode selected by the command byte. Those registers include PGA gain selection, offset and gain calibration, and a scalable sample rate to optimize performance. It also offers software-selectable output data rates, up to 12.8ksps with no data latency and 64ksps continuous, to optimize data rate and noise.
In addition, it uses the Reset pin, routed to the RST pin of the mikroBUS™ socket, is used for a complete reset of all digital functions resulting in a Power-On reset default state, while the Data-Ready signal, labeled as RDY and routed to the INT pin of the mikroBUS™ socket, notifies the host MCU when the data is ready. The Sync Reset signal is also used, labeled as SYN, and routed to the PWM pin of the mikroBUS™ socket, which resets both the digital filter and modulator. It also has a GPIO header with two general-purpose pins from the MAX11270 which are user-configurable.
Even though this board uses both mikroBUS™ power rails, this Click board™ can only be operated with a 3.3V logic voltage level (5V is used only as a voltage reference power supply). The board must perform appropriate logic voltage level conversion before using MCUs with different logic levels. However, the Click board™ equipped comes equipped with a library containing functions and an example code that can be used, as a reference, for further development.
Specifications
Type
Force
Applications
Can be used for weight scale applications in various use cases
On-board modules
MAX11270 – pin programmable, ultra-low power 24-bit ΣΔ ADC that resolves a very high dynamic range from Analog Devices
Key Features
High-resolution for instrumentation applications that require a wide dynamic range, high accuracy for DC measurements, flexible high-performance filter architecture, and more
Interface
SPI
Feature
No ClickID
Compatibility
mikroBUS™
Click board size
L (57.15 x 25.4 mm)
Input Voltage
3.3V,5V
Pinout diagram
This table shows how the pinout on Load Cell 6 Click corresponds to the pinout on the mikroBUS™ socket (the latter shown in the two middle columns).
Onboard settings and indicators
Label | Name | Default | Description |
---|---|---|---|
LD1 | PWR | – | Power LED Indicator |
J1 | GPIO | Unpopulated | User-Configurable GPIO Header |
Load Cell 6 Click electrical specifications
Description | Min | Typ | Max | Unit |
---|---|---|---|---|
Supply Voltage | – | 3.3 | – | V |
Analog Input Voltage Range | 0 | – | 3 | V |
Resolution | – | 24 | – | bit |
Operating Temperature Range | -40 | +25 | +85 | °C |
Software Support
We provide a library for the Load Cell 6 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 Load Cell 6 Click driver.
Key functions
loadcell6_get_weight
Load Cell 6 get weight function.
loadcell6_calibration
Load Cell 6 calibration function.
loadcell6_tare
Load Cell 6 tare the scales function.
Example Description
This library contains API for the Load Cell 6 Click driver. The library initializes and defines the SPI bus drivers to read status and ADC data. The library also includes a function for tare, calibration and weight measurement.
void application_task ( void )
{
static float weight_g;
if ( LOADCELL6_OK == loadcell6_get_weight( &loadcell6, &cell_data, &weight_g ) )
{
log_printf(&logger, " Weight : %.2f grn", weight_g );
}
}
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.Barometer7
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. UART terminal is available in all MikroElektronika compilers.
mikroSDK
This Click board™ is supported with mikroSDK – MikroElektronika Software Development Kit. To ensure proper operation of mikroSDK compliant Click board™ demo applications, mikroSDK should be downloaded from the LibStock and installed for the compiler you are using.
For more information about mikroSDK, visit the official page.