Heart_Rate_and_Oximeter_Sensor_V2_SKU_SEN0344 with pico

userHead NewGuyInIoT 2024-03-11 02:08:19 140 Views3 Replies

Has anyone been using this oximeter with raspberry pi pico and have sources where can i get knowledge how to use it?

2024-03-12 18:38:42

I have further problems i checked pins and no I2C device is connected. In thonny when i used micropython i checked it actually is connected but i wanted to do the same in arduino ide there it doesnt work

 

userHeadPic NewGuyInIoT
2024-03-11 17:16:38

PICO uses the SEN0344 in the same way as Arduino if you are using the Arduino IDE.

 

Check the Pinout of the PICO and connect the SEN0344 to the PICO via I2C.
Install the appropriate library in the Arduino IDE.
Then open the sample code and upload it.

userHeadPic Yeez_B
NewGuyInIoT wrote:

Thank you very much i will try that :D

2024-03-11 19:52:42
1 Replies