User Activity

Hi,I am looking for a MCU with BLE5 and audio. If BLE5 is not available with audio, then I will get compromised with Classic bluetooth. If such an MCU has signal processing capability then it will be an added advantage for me, so that I will not use ...
Hi,I am using STM32L072 LoRa discovery kit and enabled UART with DMA. Some times my code gets stuck in HAL_UART_Receive_DMA( ....) function at the line SET_BIT(huart->Instance->CR3, USART_CR3_EIE);This is called at the begining of the code. It wont r...
Hi,I am using STM32L072 LoRa discovery kit and enabled UART with DMA. Some times my code gets stuck in HAL_UART_Receive_DMA( ....) function at the line SET_BIT(huart->Instance->CR3, USART_CR3_EIE);This is called at the begining of the code. It wont r...
Hi Team,We are using STM32L072 Discovery kit LoRa module for reading CCS811 sensor over I2C peropheral. The Hardware Id (Deivce id) of the sensor is not able to read as the data line does not contain ACK signal at the end. We are using HAL_I2C_Master...
Posted on March 22, 2018 at 11:09At present the Pin-pong code polls for the data received on Radio(RF), can we use Radio Receive interrupt in place of Radio.Rx() function?#radio-receive-interrupt
Kudos given to