Posts

Showing posts with the label STM32CubeIde

128X64 OLED via I2C using STM32F103C8Tx microcontroller.

Image
  STM32F103C8Tx <-> I2C <-> OLED 128X64   Documentation By: Nachiketh V Boin   -Hardware Components and PC Requirements >STM32F103C8Tx Board. > OLED 128X64 I2C SSD1306. >PC with STM32CubeIde ( CubeIDE Link ) , Bread Board and connectors.   -Hardware Connections > 5V PIN of STM32 > VCC PIN of 128X64 OLED SSD1306 > G PIN of STM32 > GND PIN of 128X64 OLED SSD1306 > PB8 PIN of STM32 > SCL PIN of 128X64 OLED SSD1306 > PB9 PIN of STM32 > SDA PIN of 128X64 OLED SSD1306   -Pinout and Configuration > A_>Z   ·         RCC > Mode > High Speed Clock (HSE) > Crystal/Ceramic Resonator (clock from external crystal). >Low Speed Clock (LSE) > Disable.   ·         I2C1 > Mode > I2C > I2C (Note: Pin PB6 > I2C SCL, Pin PB7 > I2C SDA)   ·     ...