Home » Archive

Articles tagged with: GSM/GPRS

Embedded devices, Featured, GSM module, GSM/GPRS & GPS »

[6 Apr 2012 | 5 Comments | 8,350 views]
GSM/GPRS & GPS modem with SIM900/SIM908 module

Allows you to create data connections on the GSM network through a standard USB interface.
The cellular modems, particularly USB-stick ones, are now at very affordable prices, however they’re limited: they are explicitly designed for Internet connections, so you cannot use it as a normal modem and so implement, for example, a point to point data communications with them. The GSM modems …

Arduino, Embedded devices, Featured, GSM DTMF Remote Control, GSM Gate Remote Control, GSM Remote Control 2IN 2OUT, GSM Thermostat Remote Control, TiDiGino »

[5 Jan 2012 | 7 Comments | 13,288 views]
TiDiGino, the Arduino-based GSM remote control

 
Using an ATmega 2560 and therefore the heart of Arduino, we have developed a universal remote control with GSM. This allows  to control 2IN/2OUT, DTMF key, gate control and GSM thermostat activated remotely.

We have already presented several remote control with different functions.
But now we want to present the best remote control ever made with Arduino.
The remote control is easier, thanks …

Cell track, Featured, GSM Localizer without GPS »

[18 Sep 2011 | 6 Comments | 10,391 views]
How to find the location with GSM cells

Discover how to find the coordinate from the GSM cells!!
 
The PHP code to find the coordinates from GSM cells
 
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title>Tracking cell by Boris Landoni Example</title>

<?php

function geturl()
{

if ($_REQUEST["myl"] != "") {
$temp = split(":", $_REQUEST["myl"]);
$mcc = substr("00000000".($temp[0]),-8);
$mnc = substr("00000000".($temp[1]),-8);
$lac = substr("00000000".($temp[2]),-8);

GSM module »

[27 May 2011 | 27 Comments | 15,351 views]
Small Breakout for SIM900 GSM Module

Some post ago we presented a PCB to mount the SIM900 module. The projects is used in our GSM remote control and the Arduino GSM Shield.
The dimensions aren’t big (1.75×1.95 inches) but in some cases they are too important for a projects, so….

..we have developed a small PCB GSM module to build device like localizators (coming soon… ), bugs or other …

Featured, GSM module, Headline »

[4 Jan 2011 | 7 Comments | 14,349 views]
GSM Remote Control – GSM Module

This GSM Mobile is used for our Remote Control (for example Gate Control, Temperature Control….). We use the word ‘module’ because, unlike what we did in our remote control projects, this time around the mobile phone is not mounted on a printed board, but rather on a small auxiliary board which is then inserted in a connector specifically created on the …

Featured, GSM module, Headline »

[4 Jan 2011 | No Comment | 3,844 views]
GSM Module – M10

This module produced by Quectel, too, is GSM/GPRS (GSM Phase 2/2+) compatible and is a Quad-band type; the radio section works at a frequency of GSM 850 MHz, GSM 900 MHz, DCS 1800 MHz,  and PCS 1900 MHz. GPRS compatibility occurs in class-12 multi-slot modality, schemes CS-1, CS-2, CS-3 e CS-4. The GPRS connection supports TCP/UDP, FTP e HTTP protocols. …

Featured, GSM module, Headline »

[4 Jan 2011 | One Comment | 7,778 views]
GSM Module – SIM900

This is a GSM/GPRS-compatible Quad-band cell phone, which works on a frequency of 850/900/1800/1900MHz and which can be used not only to access the Internet, but also for oral communication (provided that it is connected to a microphone and a small loud speaker) and for SMSs. Externally, it looks like a big package (0.94 inches x 0.94 inches x 0.12 …