User Activity

I am trying to communicate with a spectrometer sensor using SPI protocol. With SPI default settings, I am using both arduino and Stm32L476 nucleo boards. (8Bits, MSB First, CPOL Low, CPHA 1 Edge).I read multiple registers from the sensor using both a...
I have a VL53L3CX and stm32f407 discovery board. I'm unable to make it work. I have searched online, all the library/ code are directed towards nucleo board and VL53L0X expansion board
I'm using stm32 discovery board and connecting with as7262 sensor. The datasheet for as 7262 sensor is https://ams.com/en/as7262I am unable to retrieve the data using I2C communication. I have uploaded my code below.#define AS7262_ADD 0x93 #define ST...