Hello all, I'm new to STM32, I have been given a project to display the time and date on either an 16x2 lcd or an oled display using the internal RTC of my board. I have the STM32 Nucleo f401re.Can somebody help me?Thanks and Regards
Hello once again, @SofLit,The oled is working usually, using the example code, of displaying garbage value on it of humidity sesnor.I have connected SCL of the display to the PB6 (I2C1_SCL) pin of the board, the SDA to PB7 (I2C1_SDA), VCC to the +3V3...
Hi @Andrew Neil, Thanks for replying.Yes, I do have some experience with arduino board and esp boards, but only upto arduino IDE.Thanks for the videos of the introductions.But if you do have any content for using oled with the board and displaying th...
Hi @SofLit Thank you so much for responding.I did try to see some git hub repository, https://github.com/guiguitz/RTC-OLED-Application like this. I downloaded the zip file and from there headed to project file and ran it.SSD1306 STM32Fxxx DESCRIPTION...