Using a MCU with 12-bit ADC to collect data from 24-bit sensor?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-11-02 7:33 AM
I want to use a STM32WB55CG with a 12-bit ACD to collect sensor data from ADS1292R (24-bit ECG sensor) and MAX86150 (19-bit PPG sensor).
Short question: Is this possible?
If so: Any suggestions on how to do so? Do need some external component?
- Labels:
-
ADC
-
STM32WB series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-11-02 8:14 AM
Yes, that should be possible.The two devices are connected via SPI and I2C respectively, which should not require any additional devices. However, TI sometimes has its own ideas about the format of the SPI transmission.
Regards
/Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-11-02 9:21 AM
MCU's ADC has nothing to do with those other devices, with which you communicate through SPI, I2C or other digital connections.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-11-02 9:38 AM
>> Any suggestions on how to do so? Do need some external component?
If the formats don't conform to the function/expectations of the on-board peripherals, you can presumably use the GPIO's to emulate interactions at some lower bandwidth.
Up vote any posts that you find helpful, it shows what's working..
