2021-10-27 10:44 AM
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?
2021-10-27 10:55 AM
>>Is there a guide on how to do this?
Probably not, do you work with a SW Engineer?
The STM32 side UART doesn't depend on what's attached. Perhaps go find some UART examples you can copy or modify. Look at the ODIN expectations, whether in needs to us AT commands, how you'd construct packets and where you'd send them. Look at the schematics and examples that uBlox provides for the board, or for Arduino platforms.