GSM Application Guide

From Flowcode Help
Revision as of 13:07, 1 September 2014 by LeighM (talk | contribs) (Created page with " == Introduction == These examples demonstrate the use of Flowcode and serial AT commands to control a GSM modem. In particular they make use of the EB066 E-blocks GSM boar...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Introduction

These examples demonstrate the use of Flowcode and serial AT commands to control a GSM modem.

In particular they make use of the EB066 E-blocks GSM board, connected to an EB006 E-blocks PICmicro multiprogrammer fitted with a 16F1937 microprocessor.

However, the examples are easily changed in Flowcode to support other microprocessors and platforms.

The Matrix TSL EB452SI6 Easy GSM bundle has all the items required for these sample applications and is an ideal introduction to GSM (Global System for Mobile) communication technology.


Setting up the project hardware

Connect the E-Blocks as indicated in the table below.

The GSM, Sensor and LCD E-Blocks all need to be powered via wire connections to the +V on the EB006.

In addition, the GSM board requires the Vpwr terminal connecting to the Vpwr (or +14V) terminal of the EB006.


Hardware Setup
EB006 PICmicro multiprogrammer
EB090 E-blocks Sensor Motherboard Port A
EB005 E-blocks LCD board Port B
EB066 E-blocks GSM board Port C
EB014 E-blocks Keypad board Port D


Example 1: Text message sending

FC6 Icon.png Text Message Sending Example

Example 1