19. STM32CubeIDE OLED Display. I2C with STM32F103C8T6

preview_player
Показать описание
STM32 Blue Pill for beginners
Рекомендации по теме
Комментарии
Автор

Hello sir, this video was uploaded 3 years ago from the moment this comment comes down so I don't know if I can convey this to you. I have spent so long trying to get my tzt0.42 to work with my stm32f401RCT6 blackpill and this was the video that finally got it to work. Thank you so very much!

edanc
Автор

Thumbs up for adding the source code to video description!

dragoscucu
Автор

Hi, thanks for the videos you are sharing. Kindly create a tutorial how to use the internal temperature sensors in the STM32 chips

OkwebaOscar
Автор

thank you man, very helpful content !

mertoguzhan
Автор

thank you so much, you teach me a lot of things, I really appreciate your efforts.😊

manofmesopotamia
Автор

You are made a great and easy tutorial? thank you indeed!

remontlive
Автор

Clear, easy to follow .. My best wishes for you

galalahmedfahmy
Автор

Hello Nizar. What display do you use in this video ? I see it's SSD1306 based display, but which model do you use exactly ? It's colors display. Thanks you very much for nice demonstrations!

marek_vanco
Автор

itoa function was not available. Got an error because of the function missing. Please let me know how to resolve this issue.

TamilMani-snvr
Автор

uint8_t sicaklik;
char dizi[5];

while(){
sprintf(array, "%d", temp);
SSD1306_GotoXY (53, 30);
SSD1306_Puts (array, &Font_11x18, 0);
SSD1306_UpdateScreen();
HAL_Delay (500);

}

I checked in the debugging environment, there is no issue with the conversions. When going from two-digit temperatures to three-digit ones, there is no problem. However, when the temperature drops below 100 degrees, instead of getting 99, 98, 97, I'm getting 990, 980, 970. What could be the reason for this?

erenakcay
Автор

While uploading the code each time, I'm getting an error :
Error in final launch sequence:

Failed to execute MI command:
target extended-remote localhost:3333

Error message from debugger back end:
localhost:3333: Connection timed out.
Failed to execute MI command:
target extended-remote localhost:3333

Error message from debugger back end:
localhost:3333: Connection timed out.
localhost:3333: Connection timed out.

Just after I use the run option or debugger run. Why so?

fwcmfoy
Автор

I did everything perfectly but the display still does not turrn on, what should i do ??

muhtasimrabib
Автор

Did you write the .c and .h files we created in Src and Inc? If you didn't, do you know where I can find a tutorial explaining how they were created? Thank you.

lucadebs
Автор

I just did what you did but it didn't work I don't understand the problem connection and code is right but screen is nothing show up.

farukdemirta
Автор

Excellent video and a huge thank you! Any idea if it's possible to rotate the screen 180 degrees? It looks ike it might be in SSD1306_Init somewhere.

miker
Автор

Hi. I am trying to add more fonts. But I did'nt find any program to output 32bit format font archive. Only 8 bit format! Could you tell me wich program did you use? Thanks a lot.

vibrex
Автор

i tried your code on stm32f030c8t6 it worked that time, now i am trying the same with stm32f103c8t6 but it is not working with and its new version display, though i studied its datasheet the address it says is 0x3C, i tried every address, its not working at all, even made pull up connection, the sda and sck lines both remains in high state, suggest me to fix it

nzjweny
Автор

can you plese give me the code for spi display with 7pins for stm32f103c8t6 (or please tell me the inilization process of spi communication in stm32cubeide

sarankumar
Автор

sir, what about the color of text? can i print multiple color text in this display or it has these color by default?

shihab
Автор

I had a problem with "itoa". Can you help me?

thaitoantran