SEN0518 MAX30102 heart rate and oximeter
I have wired up the sensor to an Arduino Nano as per the tutorial associated with the product. It worked fine using the I2C communication. I decided to try the serial communication. After switching the onboard switch to UART, everything stopped working, even the LED for your finger is dead.
Any suggestion what when wrong and how I could rectify it would be appreciated.
DFRobot Beetle BLE module is not working properly (It is not sending the data through bluetooth all time). Sometimes it will send and sometimes not
Jayakrishnan.KAaThank you Yeez_B for your valuable feedback. I will try it and give feedback here.
RassieThanks for the reply. Yes I did switch off and on many times but no luck.
The fact that the measuring LED does not light up make me think that I might have a power supply issue. Will try to locate and measure the 3.3V regulator.
RassieI have a Fermion version of the MAX30102 sensor on hand.
It doesn't light up properly until after it reads heart rate data, so I assume the Gravity version is the same.
So i think you can try to set the Arduino code to UART mode as well, and note the pins of your Arduino nano that support soft-serial ports and whether the baud rate can be stabilized at 115200.
Did you try to power up and on after switching the on-board switch?
Protocol switching needs to be re-powered to take effect.
Yeez_B