Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
How to send an SMS
Set the number on line 84:
m_sim900_serial.printf("AT + CMGS = \"+61123456789\"\r\n"); recipient's mobile number, in international format
Set the message content on line 89:
m_sim900_serial.printf("Hello, world. This is a text message from an Arch GPRS V2.\r\n"); message to send