Okay, So I should start this off by telling you all I'm a massive noob at this arduino stuff. I was only introduced to it about a month ago for a university project.
Anyway, for this project I decided to make a heart beat monitor that connects to an app which I have to make for your android phone. The app would connect to the board via the HC-05 bluetooth sensor.
here is the wire layout for the heart beat sensor:
Purple wire: A0
Ground: ground
Power: 5v
The layout for the bluetooth module goes as follows:
Power: 3.3V (Although on the below diagram it says 5v, already taken by the other sensor)
Ground: Ground
RXD: RX0
TXD: TX1 (I believe the RX and TX connects are incorrect on the below diagram)
Once I load the code onto the arduino board, I seem to get some interference caused by the HC-05 module. When I run the heart rate monitor without the bluetooth module I get correct outputs and the heart beat is displayed correctly. However, whenever I run the 2 modules together, the heart rate sensor seems to pick up a false pulse without any human interaction with it.
Has anyone encountered this problem before / anyone got any ideas on how to fix this issue?
I reached out on reddit and a kind user got back to me and they suggested that the heart beat sensor and the BT module together were sourcing too much current from the arduino? is this likely to be the issue?
Thank you for your time
A noob