This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

OLED display not working fine in nrf52840 preview dk

Hi All,

I am working on a project where i need to use a SPI 128x32 OLED display and a SD card interfaced over SPI to nRF52840 along with BLE. Although, i tried this with nRF51422 and succeeded. Now i am trying to run the same code on nRF52840, and it is not happening. My BLE and SD card are working fine on this, but not the OLED display.

On Logic analyzer, my SD card and OLED Display are working fine on nRF51422, but when i am trying on nRF52840, the logic analyzer shows that there is an extra byte that is sent on MOSI line as compared to that from nRF51422, and my OLED display is showing garbage, probably because of this.

What could be the solution? Help please.

Thank you in advance.

Regards.

Related