FAQ

hi. im interested with this project since it is somewhat similar to mine, can i directly connect my max30102 to the beetle and send to the pc for further processing? and do i need ...

userHead JaneYu 2023-01-15 22:35:45 183 Views9 Replies

hi. im interested with this project since it is somewhat similar to mine, can i directly connect my max30102 to the beetle and send to the pc for further processing? and do i need to purchase an USB ble link so that i can upload arduino code to the beetle microcontroller? because the arduino does not recognizing the beetle, it just shows red lights when it is plugged in. thank you so much for your help.

2024-03-04 22:31:09

I wired the sensor as described to an Arduino Uno as described in the tutorial. It worked fine using the I2C comms.
After I switched the switch on the sensor to UART mode, nothing seems to work anymore, not even the RED LED is lit.
Any idea what could be the matter ?

userHeadPic JaneYu
2023-11-07 14:58:51

can we read the data for heart rate and oxygen directly via UART using a PIC microcontroller? That would be a great thing.

userHeadPic JaneYu
JaneYu wrote:

As long as your PCI microcontroller has the TTL UART interface, than you could read the hart rate and oxygen data by using this sensor.
But unfortunately, we do not have the example of the PIC microcontroller, please refer to our Modbus protocol, which posted on the wiki to program on the PIC.

2023-11-09 11:12:59
1 Replies
2023-10-25 01:03:33

can i use this sensor on wrist

userHeadPic JaneYu
2023-05-19 14:24:32

pls check these I2C functions in the sensor library.
https://github.com/DFRobot/...
https://uploads.disquscdn.c...

userHeadPic JaneYu
2023-04-26 14:34:41

Hi,
Users could only get the Heart , Blood Oxygen and chip temperature data via our MODBus protocols.

userHeadPic JaneYu
2023-03-29 23:49:57

Hello DFRobot Support,
Currently I have bought a MAX30102 and I followed all the instruction of the https://wiki.dfrobot.com/SK.... But I still can not start read the parameter and always get the "init fail!". I use the ESP32, connect the VCC to 5V, GND to GND, C/R to D2, D/T to D3. I also tried the UNO but didn't work either. Please help me fix this issue. Thank you.

userHeadPic JaneYu
2023-03-09 16:57:46

Yes it could be used on the Beetle.
And from your description, we could tell your problem is more like on the Beetle side.
Could you try to swith another USB cable and USB port of your PC, to see if works?
You donot have to purchase the USB BLE link.

userHeadPic JaneYu
2023-01-03 15:09:00

Hi, The data manual is the data manual of MAX30102. There is also an MCU on the sensor for further data processing, so the instructions in the Arduino library file are different from the data manual. As shown below, 0x14 is sent to V8520 rather than communicating directly with MAX30102:
https://uploads.disquscdn.c...

userHeadPic JaneYu