LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Build a simple pulse oximeter on labview through Arm Cortex M3

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 🙂

0 Kudos
Message 1 of 2
(2,710 Views)

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).

Craig H. | CLA CTA CLED | Applications Engineer | NI Employee 2012-2023
0 Kudos
Message 2 of 2
(2,661 Views)