kishanmbhat

  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1

Activity overview

Latest activity by kishanmbhat
  • kishanmbhat commented,

    Hi Ted,Thanks for the example code. Let me test this and revert to you.regards,Kishan

  • kishanmbhat commented,

    Quote from: kishanmbhat on November 26, 2019, 05:29:48 AM Hi,I am currently working on NHD-1.1-9696G for my project, which communicates with a P-NUCLEO-WB55 evaluation board (based on STM32 MCU...

  • kishanmbhat commented,

    Below is my initialization sequence. Please let me know if I have to modify.      OLED_RESET_LOW();      OLEDStatus = OLED_RESET;      OLED_Delay(10);      OLED_RESET_HIGH();      OLED_Delay(10);  ...

  • kishanmbhat commented,

    Hi,I had not connected SDO pin (D2) as it was mentioned in the SEPS114 datasheet that in the SPI mode, it should not be connected. I took a risk and connected the SDO pin to MCU MISO and I am now a...

  • kishanmbhat created a post,

    NHD-1.1-9696G

    Hi,I am currently working on NHD-1.1-9696G for my project, which communicates with a P-NUCLEO-WB55 evaluation board (based on STM32 MCU) over 4-wire SPI protocol. The display circuit is as per the ...