10-19-2013 07:26 AM
I want to build a simple pulse oximeter shows result on labview. Also, I have ARM Cortex M3 (stm32f103). I think that use it to bring analog data from photodiode sensor convert to digital data and send to pc shows on labview.
I have a basic circuit in simple pulse oximeter and I don't know how to bring a data to labview.
Could anyone help me? Who has any idea or suggestion of this or ever build it same case of me? please help me or send example code to me in my E-mail address 'saichon_sriphan@hotmail.com'.
thanks a lot 🙂
10-21-2013 02:44 PM
What type of signal does your ARM board transmit?
If it's serial data all you need to do is connect the output terminals on the board to a serial port on your computer and read it with VISA.
If it's other protocols you can typically use an an existing library to communicate with it (CAN, SPI, I2C etc).