Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
8 years, 2 months ago.
Sending floating point number over UART from NUCLEO-F401RE to a Raspberry Pi
I am trying to send temperature sensor data(float) from NUCLEO-F401RE board to a Raspberry Pi 3 through UART. could someone suggest me the best way to do it. Initiallyfor checking purpose I connected the TX and RX in the nucleo board and tried sending and receiving a character, which works. But not able to figure out how to send floating point numbers.