2025-07-01 7:35 AM - last edited on 2025-07-01 9:06 AM by Andrew Neil
I'm working on a second project using AI and I came across the ToF sensor that can be used to detect hand gestures. It is possible to use the AEK-LCD-DT028V1 LCD together with the Nucleo-F401RE board and the X-NUCLEO-53L8A1 sensor.
2025-07-01 8:06 AM
What does the display datasheet tell you ?
The Product Page says that it's an SPI display - so any microcontroller could drive that.
2025-07-01 8:15 AM
The issue is not the display itself, but the use of the board together.
Thank you for your interest in helping.
2025-07-01 8:17 AM
I just remembered that I will have to use Bluetooth, so I wonder if there will be a possibility of using the stm32wb board
2025-07-01 9:03 AM
Again, look at the datasheets.
It looks like it gives a choice of I2C or SPI:
both of which are buses - ie, can be shared by multiple devices.
2025-07-01 9:03 AM
Sure, the stm32wb can do I2C and SPI.