User Activity

Hi, I am using stm32f103 and IAR for codes.I am trying to use a character LCD 16x2 for my project. It turns on with 5 volt that I connect but not showing any character. I changed the potentiometer and still no sign of characters.I was wondering what ...
Hi,I am using stm32f1 and HUT21D sensor (Temperature and humidity sensor). The sensor use i2c for communication. I am using IAR and cubeMX.For cube: I used default setting for i2c.For IAR: I shared the main.c below.Can anyone help on why only get 0.#...
Hi, I wanted to know is it possible to use QT designer for GUI instead of TouchGFX.In TouchGFX, I can't use function "setGraphRangeX" for float values.And I wanted to switch to QT since I didn't find any solution for that. Any help would be appreciat...
Hi, I want to set a float value for my x axis but there are no functions that works. something like this , ex: setGraphRangeX(0,18.5);Is it possible to do that or maybe implement a new function.Thanks for help in advance,
Hi,I have a problem with Dynamic graph on the LCD that when I upload the code, the graph on the screen start to flicker but it's not the in the simulation. I shared the video below.I want to Update 680 data points on the Graph every tick in "handleT...