Hello,
I am using AFE4400SPO2EVM board with AFE44x0SPO2EVM GUI version 2.0 and upgraded the firmware version1.3.
After these changes I verified the EVM kit working with GUI2 version and the captured the signals with continuous which then were showing better plots of IR,Red,Ambient red,Ambient IR
I am now trying to get continuous data from EVM using this as said in the message communication protocol version3 pdf
For continuous data, PC sends 0 as the number of the packets.
Example: to capture continuous data, PC sends: “0x01 0x2A 0x00 0x00 0x00 0x00 0x0D”
I am sending the above data from Labview using these baudrates of 9600,115200,230400 which resulted in these
1)The received data is following the format as it should be but the IR,Red are being constant as 1FFF19(after rearrranging them in order of LSB and MSB) but whereas the others are changing.
2) I don’t know why the LED1 (Green) and LED2 (Blue) are constantly in ON state on the EVM hardware.
Another observation: When I used the same setup and sent the message as “0x01 0x2A 0xFF 0xFF 0xFF 0xFF 0x0D” (this is for the before version of message communication protocol).Only LED1 is constantly ON in this case with the IR,RED in the received data still the same.
Can someone explain me reasons for these and is the baud rate is set to 230400(as Praveen answered this here http://e2e.ti.com/support/applications/high_reliability/f/30/t/351691.aspx )
in the microcontroller with firmware version3 and should I same in the labview as well.