Pico using I2C with pressure sensor
Posted: Tue Jul 12, 2022 9:07 pm
Hi,
I'm rather new to MicroPython and the raspberry Pico, and I have been tasked with using I2C to read in data from the Honeywell
HSCDANN015PA2A3 pressure sensor.
I've successfully scanned for the device and received the correct device address (0x28) using Thonny. I've attempted to use a couple of different functions consisting of commands including: readfrom_mem() and bytearray, but have had no luck.
Any help/example code is greatly appreciated,
Brandon
I'm rather new to MicroPython and the raspberry Pico, and I have been tasked with using I2C to read in data from the Honeywell
HSCDANN015PA2A3 pressure sensor.
I've successfully scanned for the device and received the correct device address (0x28) using Thonny. I've attempted to use a couple of different functions consisting of commands including: readfrom_mem() and bytearray, but have had no luck.
Any help/example code is greatly appreciated,
Brandon