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.
9 years, 7 months ago.
sending sensor values on GSM using SMS
I am working on a project which involves sending sensor reading on GSM network using SMS. I am able to send normal text messages.
I am limited to const char* variable type. sensor reading from temperature sensor LM75B (temp sensor on application board) is a float variable. Is there a way to convert variable type?
using Vodafone Modem K3772, mbed LPC 1768
1 Answer
9 years, 7 months ago.
a basic C or C++ programming question! I use often a sprintf http://www.cplusplus.com/reference/cstdio/sprintf/