Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Oled display not working, show Black Screen after-show dots

Hi.

I'm new on this form and also new on nrf dev board. I want to use OLED with nrf52832 using Twi / i2c. I grab some code on Github https://github.com/monpetit/nrf52-spi-i2c-master-ssd1306

which is running on my SDK 16.0. But the Oled now shows not any full response on this code just show some dots on the screen when I upload the code and after that, it's going dark Disappointed

I try using the TWI_scaner example which shows me the address 0X3C

as well but I don't have a logic analyzer to check the states of pins so if one knows the solution please let me know. 

thanks.

Parents
  • Hi!

    We could try to give you some guidance here. However, some mode details are needed. What is the part number for your display? Are you using an 128x64 OLED with the SSD1306 driver? Do you have any image of the display available? Which pins are you using? Which voltages have you set the project up with?

    Is your project relying on using specifically nRF5 SDK 16.0, or have you considered using the latest nRF5 SDK? Or have you considered moving to  nRF Connect SDK? The nRF Connect SDK has samples and drivers available for several displays.

    Also notable is that Jimmy Wong has set up the mentioned OLED displays with nRF 52 DK and nRF5 SDK v15.3. Perhaps you could try SDK v15.3 first to confirm this is working?

Reply
  • Hi!

    We could try to give you some guidance here. However, some mode details are needed. What is the part number for your display? Are you using an 128x64 OLED with the SSD1306 driver? Do you have any image of the display available? Which pins are you using? Which voltages have you set the project up with?

    Is your project relying on using specifically nRF5 SDK 16.0, or have you considered using the latest nRF5 SDK? Or have you considered moving to  nRF Connect SDK? The nRF Connect SDK has samples and drivers available for several displays.

    Also notable is that Jimmy Wong has set up the mentioned OLED displays with nRF 52 DK and nRF5 SDK v15.3. Perhaps you could try SDK v15.3 first to confirm this is working?

Children
Related