Skip to main content
carlosdelfino
Senior
July 1, 2025
Question

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

  • July 1, 2025
  • 2 replies
  • 369 views

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.

2 replies

Andrew Neil
Super User
July 1, 2025

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
July 1, 2025

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

Thank you for your interest in helping.

Buy me a coffeeMy Portal about Analog ElectronicsMy Youtube Channel where I share my learning about Analog Electronic
carlosdelfino
Senior
July 1, 2025

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

Buy me a coffeeMy Portal about Analog ElectronicsMy Youtube Channel where I share my learning about Analog Electronic
Andrew Neil
Super User
July 1, 2025

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.