Heart_Rate_and_Oximeter_Sensor_V2_SKU_SEN0344 with pico
Has anyone been using this oximeter with raspberry pi pico and have sources where can i get knowledge how to use it?
2024-03-13 02: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
NewGuyInIoT
2024-03-12 01: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.
NewGuyInIoT
wrote:
2024-03-12 03:52:42 1 Replies
Thank you very much i will try that :D