Hi guys,
Have been busy lately, so here is this week's post. Sensing Breathe and Temperature.
I came across this conductive elastic chord which changes its resistance as it is stretched, so decided to use it as a respiratory sensor. 1m of the chord has a resistance about 10k and increases as elongated.
The setup:
The chord is without any insulation so I had to tape them on my t-shirt to avoid shorts.
Just a analog read program with increased delay and the Serial Plotter gave:
A expected output but too much of noise, tired replacing the jumpers, isolated power supply. Any suggestions or solutions are welcomed.
The temperature sensor is actually a MAX30205.
Its actually a clinical grade I2C sensor, you can find the library and Example code here.
Connection
3V3 -----> 3V3
GND ----> GND
SCL ----> SCL
SDA ----> SDA
I just Increased the delay to 1000ms
Cheers
Top Comments