stickCplus Bluetooth initialized conflict with max30100 initialized
-
Using StickC Plus to develop a MAX30100-based system for collecting heart rate and blood oxygen data and sending it via Bluetooth, if the MAX30100 is initialized first and Bluetooth is initialized afterward, the MAX30100 data will always be 0. However, if Bluetooth is initialized first and then the MAX30100, the MAX30100 works normally and collects data correctly. It is suspected that the issue might be related to a clock or interrupt conflict.
-
@avernue
which develop platform are you using?