Arch GPRS

Introduction


Arch GPRS is an mbed enabled development board that houses a cellular networking module along with a microcontroller. It is similar to the Seeeduino Arch in that it also uses the LPC11U24 Microcontroller. With the Arch GPRS, you can use the mbed C/C++ SDK, libraries and optimizing online development tools to rapidly build your prototype. The cellular networking module on the Arch GPRS is based on the EG-10 GPRS modem. With this, data collection functions can be performed easily using the 2G GSM based cellular network.

Arch GPRS has a standard Arduino interface as well as Grove connectors on board. It’s convenient to connect existing Shields and Grove products to Arch GPRS. You can even connect a solar panel directly to the board to allow for the battery to charge from it. A low-power design guarantees easy charging and long hour operations when outdoors.

Features

  • mbed enabled

  • online development tools

  • easy to use C/C++ SDK

  • lots of published libraries, projects

  • NXP LPC11U24 Controller

  • Low power ARM Cortex-M0 Core

  • 32KB Flash, 8KB RAM, 4KB EEPROM

  • USB Device, 2xSPI, UART, I2C

  • EG-10 Module

  • Support wireless upgrade EG-10 firmware

  • Support external SIM card:1.8V/3.3V

  • Compatible standard AT Command

  • Equip with RTC function

  • Select automatically USB5V or Solar panel to charge a battery

Specifications

Item Specification
Microcontroller LPC11U24
Supply Mode USB or Solar Panel
Charge Current Solar panel 100 mA
USB 5V 400 mA
Work Frequency 850/900/1800/1900 MHz
Interface Type USB Micro B
SIM Card Class B(3V) and Class C(1.8V)
GPRS Characteristics GPRS data transmission downlink85.6kbps(Max);uplink 42.8kbps(Max)
Codes format CS-1,CS-2,CS-3,CS-4
Function Support Support for Data, Voice, SMS, and Fax
EEPROM Capacity 256 KB

Interfaces

Yellow Area is very similar in fashion to an Arduino board, and in fact it is used as such with our Shield board. Its pin destribution is almost the same as Seeeduino Arch(D11 and D13 are swaped), so you can click here to observe each pin.

The above picture is the front view of Arch GPRS, Microcontroller LPC11U24 in back has not been marked out.

Getting Started

Insert a SIM card into SIM Socket of Arch GPRS, you can dial a phone number or send messages. Now let’s get started.

Step one: Sign up a mbed account

  • open https://mbed.org, click Login or signup. If you have already registered, please click login directly.

Step two: Import Program

  • When the program has been imported into your account, you can see it in online development tool.

Step three Edit code

  • open and change the main.cpp file from Arch GPRS program. Let’s take calling up for example, you need to change “#define CALL_UP_TEST 0” into “#define CALL_UP_TEST 1”, and change the paremeter of the function “gprsTest.callUp(“133xxxx5949”);”.

Step four: Add a device

  • Click ”No device selected” in the right top corner, then click ”Add a device” in buttom left after you see the below picture.

  • Pop up a page as shown below. Arch GPRS is compatible with mbed LPC11U24 and Seeeduino Arch, so you can select either ”mbed LPC11U24” or Seeeduino Arch. Here we take selecting Seeeduino Arch for example.

  • Enter Seeeduino Arch page and click ”Add to mbed Compiler”, Now you complete successfully adding Seeeduino Arch. Return to mbed compiler and click ”No device selected”. The belowing picture appears after you click Seeeduino Arch in buttom left corner:

  • You can see your selected board in mbed online compiler after clicking ”Select Platform”.

Step five: Compile、download

  • Click”Compile”, A “Success!” appears while mbed IDE generates a bin. You need to save bin file to your PC.

Step six: Updata firmware

  • Connect Arch GPRS’s USB port to your computer using a USB Micro B cable and long press the botton, Arch GPRS will appear as a USB storage named CRP DISABLD.

  • Go to the CRP DISABLD. Now you need add the bin file you have gotten to CRP DISABLD device. If bin file has exists in USB device, you need to delect it and add the new bin file.

Quick press Arch GPRS’s button and wait a moment, you will hear Arch GPRS calling you.

ARCH GPRS With Xively

Xively is an on-line database service allowing developers to connect sensor-derived data (e.g. energy and environment data from objects, devices & buildings) to the Web and to build their own applications based on that data. By using ARCH GPRS we can easily realize this.

Step one: Sign up a Xively account

  • open https://xively.com/, click Login or signup. If you have already registered, please click login directly.

Step two: Add your own device and Channels

Step three: Import program

Step four: Add your own information

  • replace the FEED_ID & SENSOR_ID & XIVELY_KEY with yours,and connect your ARCH GPRS with sensor, then compile and updata firmware.

Step five: check your sensor value

  • if successful, you will see your uploaded data in your channel graph.

Note:

If you use Seeeduino Arch on MAC or Linux, please read the application note — USB ISP programming.

Programming Seeeduino Arch on Windows, Linux or Mac

Seeeduino Arch doesn’t have an mbed interface. It uses USB In-System-Programming(ISP) to upgrade the firmware.

To enter the USB ISP mode, connect the Arch with your computer and long press its button, and then a disk named “CRP DISABLD” will appear.

  • on windows

    1.delete firmware.bin in the “CRP DISABLD” disk.

    2.copy a new firmware into the disk.

  • on linux

    1.if the disk is not mounted, mount the disk at {mnt_dir}

    2.dd if={new_firmware.bin} of={mnt_dir}/firmware.bin conv=notrunc

  • on mac you’ll need to use Terminal to run the following script to copy you’re .bin file to your Arch

    1.dd if={new_firmare.bin} of=/Volumes/CRP\ DISABLD/firmware.bin conv=notrunc**

If you’re so inclined, you can also create an Automator application to support drag-and-drop of the file to your board. Just create a “Run Shell Script” with the following command:

dd if=$* of=/Volumes/CRP\ DISABLD/firmware.bin conv=notrunc

Quick press the button to run the new firmware.

See Also

Notes

Arch GPRS doesn’t come with an mbed interface. To output debug messages, please try USBSerial.

Resources

Help us make it better

Welcome to the new documentation system of Seeed Studio. We have made a lot of progress comparing to the old wiki system and will continue to improve it to make it more user friendly and helpful. The improvement can't be done without your kindly feedback. If you have any suggestions or findings, you are most welcome to submit the amended version as our contributor via Github or give us suggestions in the survey below, it would be more appreciated if you could leave your email so that we can reply to you. Happy Hacking!