Browse
STMicroelectronics Community
FAQs
Sign In
Product forums
STM32 MCUs
STM32 MCUs Products
STM32 MCUs Boards and hardware tools
STM32 MCUs Software development tools
STM32 MCUs Embedded software
STM32 MCUs TouchGFX and GUI
STM32 MCUs Motor control
STM32 MCUs Security
STM32 MCUs Wireless
STM32 MPUs
STM32 MPUs Products
STM32 MPUs Boards and hardware tools
STM32 MPUs Embedded software and solutions
STM32 MPUs Software development tools
MEMS and sensors
MEMS (sensors)
Imaging (sensors)
Automotive and Transportation
Automotive MCUs
AutoDevKit Ecosystem
GNSS positioning
Edge AI
Analog and audio
Interface and connectivity ICs
Power management
ST25 NFC/RFID tags and readers
STM8 MCUs
Other: hardware
Other: software
Knowledge base
STM32 MCUs
STM32 MPUs
MEMS and sensors
Analog and audio
EMI filtering and signal conditioning
Interface and connectivity ICs
Power management
Quality & reliability
Academy
About
Community guidelines
Feedback forum
Community blog
Developer news
hande
Associate II
since
2018-11-04
2023-06-14
User statistics
7
Posts
0
Solutions
0
Kudos given
0
Kudos received
STMicroelectronics Community
About hande
Options
Report User
User Activity
Posts
Replies
has anyone ever made a STM32 project with an infrared sensor by using PWM on the transmitter pin. the result of my sensor isn't running
2018-11-07
how to convert uint8_t to string
2018-11-07
how to convert uint8_t to string and show in SSD1306_Putsi try like this.uint8_t check;SSD1306_Puts("choose dreep"+String(uint8_t), &Font_7x10, 1);
is there a way to make a button click and double click?
2018-11-04
I tried to make it use timers and counters but it didn't work well. please help
Re: how to convert uint8_t to string
2018-11-07
Okay thank you very much AvaTar.
Re: how to convert uint8_t to string
2018-11-07
is it written like this. please help SSD1306_Puts((uint8_t*)check, &Font_11x18, 0);
Re: is there a way to make a button click and double click?
2018-11-04
thank you, maybe there are video suggestions or tutorial blogs that are like this case
Re: is there a way to make a button click and double click?
2018-11-04
sorry, I still don't understand. i use stm32cubemx, true studio and hal library.