User Activity

I'm using servo and driving it with servo motor. I want to print the servo degree via UART to serial. But im getting unknown characters. My code is;/* USER CODE BEGIN 0 */ uint32_t potadc; uint32_t servopot; /* USER CODE END 0 */   /* USER CODE BEGI...
I want to control servo movement with potentiometer. I'm using ADC and getting the pot value. But i don't know how to control the pwm with this value. What should i use?Thanks in advance.
I'm getting value from LM35 sensor and i am converting it to celcius. Then I am trying to send it to serial port via UART but i couldn't do it. What codes should i use to convert data to bits. Thanks.