Question
Need help in reading data from a pressure sensor
Hi!
I'm new to embedded programming and I'm trying to write a minimal program using I2C to read data from a pressure sensor.
I'm using the STM32F429 board and the Sen-16476 Sparkfun pressure sensor.
I'm unsure about which pins I need to connect between the sensor and the board, and how I should read the data in my cpp program. I've tried all combinations of connections and read addresses and nothing seems to work.
I'd appreciate any help/code snippets to just get the basic reading of the sensor. Thank you!
