cancel
Showing results for 
Search instead for 
Did you mean: 

possible to use AEK-LCD-DT028V1 LCD + X-NUCLEO-53L8A1 sensor with Nucleo-F401RE?

carlosdelfino
Senior

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.

5 REPLIES 5
Andrew Neil
Super User

What does the display datasheet tell you ?

The Product Page says that it's an SPI display - so any microcontroller could drive that.

 

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.
carlosdelfino
Senior

The issue is not the display itself, but the use of the board together.

Thank you for your interest in helping.

I just remembered that I will have to use Bluetooth, so I wonder if there will be a possibility of using the stm32wb board

Again, look at the datasheets.

It looks like it gives a choice of I2C or SPI:

AndrewNeil_0-1751385725067.png

both of which are buses - ie, can be shared by multiple devices.

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.

Sure, the stm32wb can do I2C and SPI.

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.