|
LCDDriver_NXP_Arduino 0.7.6
Analog Front-End (AFE) device operation sample code for Arduino
|
Analog Front End device operation sample code for Arduino
An Arduino library for NXP Analog Front End device with sample code.
This library provides simple API to get analog input channels.
Include device name header file (NAFE1338.h) to use those class libraries.
With AFE_NXP_Arduino library, characters can be shown by next sample code.
Note
Current version of NAFE13388_UIM class and its sample code is supporting Arduino UNO R3 only.
NAFE13388-UIM 8 Channels Universal Input AFE Evaluation Board with Arduino UNO R3
NAFExx388-EVB 8 Channels Universal Input AFE Evaluation Board with Arduino UNO R3
Analog-Front-End chip: NAFE13388
| Type# | Features | Interface |
|---|---|---|
| NAFE13388 | Highly Configurable 8 Channel ±25 V Universal Input Low Power Analog Front-End | SPI (mode1) |
| Name | Header file | Features | Interface | Evaluation board |
|---|---|---|---|---|
| NAFExx388-EVB | NAFE13388.h | General purpose evaluation board for NAFE13388 | SPI (mode1) | NAFE13388-UIM 8-Channel Universal Input AFE Arduino® Shield Board |
| NAFE13388_UIM | NAFE13388_UIM.h | AFE Arduino shield type evaluation board | SPI (mode1) | NAFE13388-UIM 8-Channel Universal Input AFE Arduino® Shield Board |
How to setup? --> https://youtu.be/UEOFC0TwA6c

Examples are provided as scketch files.
After library install, Choose menu on Arduino-IDE: File→Examples→AFE_NXP_Arduino→ sketch for your try
| Sketch | Target | Feature |
|---|---|---|
| NAFE13388_simple | NAFE13388-FVB | Simple sample for just showing 2ch outputs in micro-volt value |
| NAFE13388_UIM_simple | NAFE13388-UIM | Simple sample for just showing 2ch outputs in micro-volt value |
For details of the library, please find descriptions in this document.