User Activity

I have a B-L475E-IOT01A board where I am trying to read the Acceleration sensor values from and send them to the PC. I followed this example: file:///C:/Users/nrahardja/Downloads/en.STM32-Education_step4%20(2).pdf. However, the rate at which the data...
I have a STEVAL-STWINKT1 board and I want to create a ML algorithm for the board to conduct predictive maintenance. However, I want my ML algorithm to run on the microprocessor and not on the ISM330DHCLX sensor. This is because, I realized that the I...
I have a B-L475-IOT01A Discovery Board which I would like to get its accelerometer data from and transfer it to a Ublox EVB-ODIN-W2 board using the UART protocol. Is there a guide on how to do this?
Hi, I have a STWINKT1B board which I want to connect to my organization's 5ghz Wi-Fi to be able to send sensor logs to MQTT. To do this what additional hardware do I require (as the WIFI expansion pack for this board only supports 2.4ghz). And is th...
Hi, I currently have a STWINKT1B board flashed with the predictive maintenance sample application. This allows me to connect my board to the BLE sensor app through Bluetooth and it also allows me to log the ACCELLEROMETER sensor values to MQTT. Howev...