I bought the ARGOS Satellite Transceiver Shield recently. I connected the board to arduino UNO. I tested Example18_TransmitARGOS3Example from Arduino 1.1.1 library. As a result, I cannot transmit any data to the Argos.
Please be careful. The older Arduino Uno boards had 5V I/O pins. You must use 3.3V I/O signals with the ARTIC R2. You may damage the ARTIC if you connect it to 5V signals.
We learned recently that some ARTIC R2 boards had been incorrectly programmed with the wrong Platform ID. Each board has two IDs: a decimal one which you use to access your data on ArgosWeb; and a hexadecimal one which is embedded in each satellite uplink message. These boards had been incorrectly programmed with the decimal ID instead of the hexadecimal one. You can tell if your board is affected by calling readPlatformID(). If the true hexadecimal ID is returned, all is well. If the value is the decimal ID - expressed in hexadecimal - then your board requires reprogramming as your messages will not be delivered. Please return your board ( https://www.sparkfun.com/returns ). We will reprogram it and return it to you quickly. If your project is time-critical, please contact us again here and we will provide a software work-around. We apologise for the error and the inconvenience.