User Activity

Hello ST Community,I use two UARTs at the same time, 1 to communicate with a sensor and the other to communicate with the BlueNGR-M2SP BLE module.The UART2 is configured with DMA IDLE because the length of the frame I receive varies and the UART1 has...
I try to read the data from BlueNRG-M2SP on an android application. For that with my STM32 I send to the UART a "u". On the application, I scan the services and Characteristic and I only find a write Characteristic but no read Characteristic, and I c...
I designed a PCB with an STM32L412RBT6 and a BlueNRG-M2SP, and I checked the connection and I can't read data from the bluetooth module and I can't send data from the STM32.I made the following code:stm32l4xx_it.cvoid USART2_IRQHandler(void) { /* U...
I have a sensor that can communicate via UART, I send a command and the sensor answers me with a hexadecimal frame.I can have distance, angle, velocity values.  I know how to store the frame in a buffer but I don't know how to store it in hexa to kee...
Hello ST Community.I have to controle a LED strip with DMX drivers LED, but i dont know how to select the chanel and the value.i already have the RS485 module to transmite the USART signal but i dont how and what to send to controle the strip and mak...