MEMS LPS25H read always 0x1E
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2014-06-12 7:14 PM
use MCU SPI MODEL , I have used oscillometer test.
write @0x20=0x00read @0x20=0x1ewrite @0x20=0x84read @0x20=0x1eerror...- Labels:
-
Environmental Sensors
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2014-06-15 6:22 PM
Circuit Description:
1. VDD2. SCL3. GND4. SDI5. SDO6. GND7. NC or to MCU PIN8. GND9. GND10. VDD- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-02-03 2:13 AM
Hello, I have used LPS331AP in SPI and I2C mode for first test some months ago.
Due to LPS331AP limitation I wait the new LPS25H evb STEVAL-MKI142V1.I try to read WHO_I_AM register but I do not reply the expected value 0xBD, I read =0xFF in I2C and 0x00 in SPI.Source code are the same for LP331AP, what's wrong with LPS25H?Dear Cheng, have you solve your problem very similar to my?Thank you.- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-02-06 9:19 AM
Dear All, my problem is solved. It was STEVAL-MK142V1 with LPS25H damage.
This mean that if the SDA SCL driver is damage it reply with dummy value from WHO_I_AM register..Now second STEVAL it works on I2C bus.RegardsMaurizio- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-07-22 6:30 AM
Can you attach some example code that reads WhoAmI - I have been trying to do this, and I have not been successful. (Using STM32F4 Discovery Board and LPS25H)
Regards,Todd Anderson