Code on RPi Pico #5
Replies: 9 comments 32 replies
-
Hi ebolisa! |
Beta Was this translation helpful? Give feedback.
-
Thanks for getting back to me. |
Beta Was this translation helpful? Give feedback.
-
Ok, Made progress. Had a crash course on Calc. |
Beta Was this translation helpful? Give feedback.
-
You're very welcome. So, as I could see in your link, this is a MAX30100, so I am not sure that this library will work. However, we can further investigate. Let's check something:
Let me know! |
Beta Was this translation helpful? Give feedback.
-
Nice to see that it works well! You have to do some math to obtain SpO2 and HR. I put some hints in the last lines of the readme, here. Please share your code if you manage to perform those computations locally, I am interested, too! |
Beta Was this translation helpful? Give feedback.
-
Sorry, I posted the wrong sensor's link so, I updated my post. |
Beta Was this translation helpful? Give feedback.
-
Will do. Thanks again. |
Beta Was this translation helpful? Give feedback.
-
Fine! Then, I'm going to close this issue. Please feel free to open a topic in the "Discussion" section if you want to look for help for implementing HR/SPO2 evaluation, or if you want to share some progresses. Bye, |
Beta Was this translation helpful? Give feedback.
-
Okay yes I've acquired all those now I'm getting an error in my program for line 5 in the main.py "m = max30102.MAX30102()" and line 55 in the init module saying "self.bus = smbus.SMBus(self.channel)". I'm now wondering what the problem could be my microcontroller is the raspberry pi zero which still has all necessary libraries in order for the MAX30102 to run. |
Beta Was this translation helpful? Give feedback.
-
Hi,
Testing the library code (no changes made) on a Pico board and getting pretty much a linear output.
What is possible wrong?
TIA
Beta Was this translation helpful? Give feedback.
All reactions