Hello,
I have used Arduino in previous projects quite successfully. However, on this occasion, I would like to know the best way to interface an Analogue Front End (AFE) with Arduino.
I want to have a LCD interface to a project which is meant to display internal register values of the AFE to the LCD. I want to use an Arduino to interface both of these.
The AFE is Cirrus Logic CS5490, which is an energy measurement IC. CS5490 has Tx/Rx interface to R/W internal registers.Must I wire the Tx/Rx of CS5490 with those of the Arduino (pin 0 and1 on UNO) or could they be connected to other Digital pins as well?
Should I use Arduino UNO (with one serial port) or Leonardo (2 UARTS). I have identified this as LCD shield on this website.
I will make a small PCB with CS5490.
Regards.