Display for NRF5340

Hi, I am using NRF5340 and I want to connect it with a 128x64 oled display with the I2C protocol (Scl, Sda, Vcc, Gnd), I have been trying to connect it for more than a week but without getting anything, can you help me with this please. I also have Nokia 5110 lcd screen (SPI protocol) is there any possibility to connect it to the NRF5340 board?

Parents
  • What have you done to try to debug it?:

    • Did you check both display supply voltages?
    • Do you have an oscilloscope to verify there is activity on the I2C, and does it match what you are writing?
    • If you don't have an oscilloscope, are you able to talk to other devices using that I2C port?
    • What sequence of commands are you sending to initialize the display? Did you get that from an example?
  • I have used the example of display grove display, it seems to me it is the only example of screens in which I2C is used.
    I need to know the following:
    - Which displays are compatible with NRF5340
    - The example grove_display is valid for NRF5340?.
    - What are the necessary file configurations (.overlay, prj.conf Cmake, drivers...).
    - What commands do I need to build and flash.

    Regards,

Reply
  • I have used the example of display grove display, it seems to me it is the only example of screens in which I2C is used.
    I need to know the following:
    - Which displays are compatible with NRF5340
    - The example grove_display is valid for NRF5340?.
    - What are the necessary file configurations (.overlay, prj.conf Cmake, drivers...).
    - What commands do I need to build and flash.

    Regards,

Children
Related