07-07-2014 12:29 PM
It is possible to use an external reference voltage for an Arduino's analog to digital converter. See:
<http://arduino.cc/en/Reference/AnalogReference>
In your application using a 2.5 volt DC external reference would increase the resolution by a factor of 2.
I suggest yuu use LINX. LINX has the capability for reading multiple analog channels with one command. Search the LINX forum using the topic "Display Multiple Channels of Analog Data" for an example.
hrh1818
07-08-2014 04:59 AM
Thanks i went through that. but still can figure out how to change the "LIFA_Base" on the firmware in order to include this:analogReference(INTERNAL2V56). to activate the AREF pin. help please. thanks
07-08-2014 04:03 PM
I think you can just put it in the setup() function in LIFA_Base.ino
07-10-2014 07:07 AM
Yes indeed Thank!! Here Nathan i would love to get some guidelines for the following:
- i want to take let's say 10 samples reading, get the average and then read it back the value: for this I inserted a for loop and MeanptBypt.vi as you can see on my VI below. but i think that i'm not setting them well. Also i wonder is there anyway i could reback the time inbetween to measurement/ reading? in oder for me to know how fast is can arduino read.
please below is my VI for a quick look!
Kindest Regards.
07-10-2014 10:07 AM
You shouldn't be usinga point by point mean function. Simply wire the output of the Analog Read function to the for loop. This should give you an array. Use the mean function on that array.
07-14-2014 02:31 AM
Thanks Nathan. working well despite the fact i'm getting around 8% error difference between my input voltage and the output reading this is for any input voltage below 1.5V. Now could you please tell if Arduino + LIFA is capable of reading text command/instruction or characters like the FPGA does?? Thanks
07-14-2014 05:48 AM
Iassom95 wrote:
Now could you please tell if Arduino + LIFA is capable of reading text command/instruction or characters like the FPGA does?? Thanks
What does that mean? This doesn't sound anything like what an FPGA does.