Is it possible to send a non-character message to e-mail using Arduino Yun? I used the example code of Temboo for Yun and the TinyGPSPlus library for my GPS.
My intention is to send via e-mail the coordinates my GPS module reads.
I used displayInfo() to the message body, but it doesn't work. The error says:
exit status 1
invalid use of void expression
This is for my thesis prototype project. Thanks for helping!
If sending an email is not capable of sending the GPS data, what can you suggest to send the GPS data via net?