kishanmbhat

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

Comments

Recent activity by kishanmbhat Recent activity Votes
  • Hi Ted,Thanks for the example code. Let me test this and revert to you.regards,Kishan

  • 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...

  • 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);  ...

  • 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...