cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a display to be connected on nucleo 64

jan siroky
Associate

Hi good people. I would love to try a display connected to my stm32F411RE. But I cant find any product. Do you know any? thx a lot. Greetings. Jan

4 REPLIES 4

STM32F411 doesn't come with a native LCD interface like LTDC, so you'll have to use an LCD with its own controller and a serial interface, most commonly it will be SPI.

As Nucleo-64 has Arduino compatible connectors you can use any Arduino UNO compatible Serial LCD you can find in your favourite Chinese online-store.

The I2C OLED 128x32 and 128x64 type displays work quite well off NUCLEO boards.

0690X000006CA9iQAG.jpg

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..
T J
Lead

SPI gives you heaps of choices: but not sure if this shield will fit;

this is just about the most expensive choice you can make,, $65

10.1"TFT LCD Display Shield RA8876 for Due

https://www.buydisplay.com/default/serial-spi-arduino-10-1-tft-lcd-display-shield-ra8876-for-due

this one has Touch, it just needs the SPI port

https://www.buydisplay.com/default/serial-spi-i2c-10-1-inch-tft-lcd-module-dislay-w-ra8876-optl-touch-panel

but using SPI, you can access many different sizes on that site.

jan siroky
Associate