User Activity

I have a sensor (SPI slave) that follows this process:Master sends configurationMaster sends start commandEvery millisecond (or according to configuration):The slave signals that data is ready by pulling a pin lowThe master pulls CS lowThe master sen...
Hey folks,I've fabricated a little PCB to glue an LSM9DS1 to an ESP32-S3. As far as I can see, the ESP32 is sending the correct signals but the LSM9DS1 isn't returning anything useful. Here's what I get when I try to read 0x0F, the WHOAMI register, f...