Loading...
Pages: [1]   Go Down
Author Topic: How to connect a finger probe sensor (SPO2 sensor)to an arduino board?  (Read 502 times)
0 Members and 1 Guest are viewing this topic.
Offline Offline
Newbie
*
Karma: 0
Posts: 14
View Profile
 Bigger Bigger  Smaller Smaller  Reset Reset

Hi,

I am trying to connect a finger probe sensor to the arduino uno r3 board. The sensor i am looking at and have researched for in the last couple of days is a nellcor ds-100 which has an RS 232 interface (DB9 connector). Now there are two problems i face.

(Problem 1) How can i connect it to the board?

Explanation: I came across http://www.beepbee.com/rs232-serial-port-to-ttl-converter-communication-module-for-arduino-p-32150.html#.UUIVZzeyLbd
and this seems like a possible solution.

But do how do i connect the 6 pins to the board. According to my understanding VCC, GND and SIGNAL pin should be enough for a sensor to give the output.

(Problem 2) Am i supposed to process the output?

Explanation: Do i feed the output from the ttl module directly into my board or do some processing before that? I am thinking about feeding the output to a software oscilloscope like Xocillio <Link http://code.google.com/p/xoscillo/>

Please help (Alternate solutions would be appreciated too).
--
Priyankar
Logged

Holland
Offline Offline
Newbie
*
Karma: 0
Posts: 12
View Profile
 Bigger Bigger  Smaller Smaller  Reset Reset

For question 1: just use the Rx and Tx pins, they are the UART pins. It's all serial, so use Serial.print or read for communication. You have to set the baudrate to a known speed, e.g 9600.

BUT: are you sure it's serial communication? I think they just use the DB9 connector because it has 9 pins, not for serial communication.
See: http://pinouts.ru/forum/index.php?topic=4679.0
Logged

Pages: [1]   Go Up
Print
 
Jump to: