Sensor float variable convert to SPI char buffer

Sorry I was not reading the ascii table correctly and I will have a look at the dtostrf again.

So should I be able to a

char tmp_buf[50];

dtostrf(temp, 1, 2, tmp_buf);

tmp_buf[0] // is the first char?