Ads1115 interface with Stm32f446 nucleo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-09-27 8:40 PM - last edited on ‎2024-09-27 11:13 PM by Peter BENSCH
Hello everyone
- I want to interface ads115 Adc with stm32f446re nucleo.
- All the necessary connection between ads1115 and stm32 are made with I2c
- Can I get the example source code to read multiple channels.
- As I am not able to get values from adc
- Is any ads115 library has to be added to ide for working.
Thank you
Solved! Go to Solution.
- Labels:
-
I2C
-
STM32F4 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-09-30 2:26 AM
@harry123 wrote:
- Can I get the example source code to read multiple channels.
The ADS115 is not an ST product, so unlikely that ST will provide a specific example.
You should go to the manufacturer's Product Page; ie, TI:
https://www.ti.com/product/ADS1115
There is example code under 'Design & Development':
@harry123 wrote:
- As I am not able to get values from adc
So what testing/investigation/debugging have you done to find out what's going wrong?
There's some general Debugging hints in the Posting Tips:
A complex system designed from scratch never works and cannot be patched up to make it work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-09-30 2:26 AM
@harry123 wrote:
- Can I get the example source code to read multiple channels.
The ADS115 is not an ST product, so unlikely that ST will provide a specific example.
You should go to the manufacturer's Product Page; ie, TI:
https://www.ti.com/product/ADS1115
There is example code under 'Design & Development':
@harry123 wrote:
- As I am not able to get values from adc
So what testing/investigation/debugging have you done to find out what's going wrong?
There's some general Debugging hints in the Posting Tips:
A complex system designed from scratch never works and cannot be patched up to make it work.
