Home » Archive

Articles tagged with: GSM

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, Featured, TiDiGino »

[15 Feb 2012 | No Comment | 2,555 views]
Software and firmware for TiDiGino (GSM remote controller with Arduino)

A lot of people who bought the TiDiGino ask me how to test it.
The Gsm Remote Control is provided with bootloader, so you have to insert the prefered sketch that you can find in code.google.
Daniele Denaro wrote a good sketch for TiDiGino, and I’m reporting his tutorial.
Ask me (and him) all do you need.
Author Daniele Denaro
Be careful, because you …

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);

Arduino »

[13 Jul 2011 | 7 Comments | 58,609 views]
TiDiGino Contest

 

 The Contest is close, visit the TiDiGino page
The project TiDiGino
We developed a new GSM remote control called TiDiGino. The name recalls the initials (TDGxx) of our previous GSM remote control and is also based on the Arduino project. All the details of this circuit can be found below, but no the sketch, because this is your assignment.

The contestYou have to write the firmware for this project.  The device must perform all the functions …

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 …

Arduino, Featured, senza categoria »

[21 Mar 2011 | 153 Comments | 75,221 views]
Arduino GSM shield

Download GSM_Shield_Library
New GSM/GPRS library
 
This is a very low cost and simple Arduino GSM and GPRS shield. We use the module SIMCom SIM900. It’s the cheaper module now avalaible in the market. The module is not simple to mount by an hobbyst, so we use the Breakboard TDGGSM_900 that we presented in this post.
You can buy the GSM module premounted from our cart.
To …

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 …