Tue. Sep 8th, 2026
Skip to content
Open Electronics

Open Electronics

  • 3Drag 3d printer
  • About
  • Advertise with Open Electronics
  • Cart
  • Checkout
Sign in 0 €0.00
Open Electronics
Open Electronics

Topics

  • 3D Printing697
  • Arduino1217
  • Artificial Intelligence103
  • Audio78
  • Crowdfunding505
  • Displays and Interfaces3
  • Gadgets1
  • Guest Posts11
  • Health and Medical Devices1
  • Home Automation61
  • Interviews40
  • IoT and Connectivity510
  • Meet the Founders15
  • Microcontrollers272
  • Mods and Hacks25
  • News768
  • Open Source Projects493
  • Opinions62
  • PCB and CAD1
  • Power and Energy100
  • Products549
  • Programming1
  • Projects4
  • Promotions16
  • Raspberry Pi693
  • Robotics and Drones401
  • Tools and Software272
  • Tutorials39
  • Wearables74
Arduino News 3D Printing Raspberry Pi Products IoT and Connectivity Go to the shop
  • Localizer with SIM908 module
    IoT and Connectivity | Open Source Projects | Products

    Localizer with SIM908 module

    Byoeadmin June 6, 2012July 26, 2018

    The device is based on a GSM/GPRS module with included GPS. Its main function is to detect and communicate its own geographical position using, on the choice, the cellular phone reference system or the GPS. Its small dimensions are due to the use, for the first time, of a GSM/GPRS module integrating the GPS receiver….

    Read More Localizer with SIM908 moduleContinue

  • How to find the location with GSM cells
    IoT and Connectivity | Open Source Projects

    How to find the location with GSM cells

    Byoeadmin September 18, 2011January 18, 2013

    Discover how to find the coordinate from the GSM cells!! [iframe_loader src=”https://oe2.open-electronics.org/celltrack/” height=”2150″ width=”100%”]   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);…

    Read More How to find the location with GSM cellsContinue

  • How it works
    IoT and Connectivity | Open Source Projects | Tools and Software

    Mini GSM localizer without GPS

    Byoeadmin June 13, 2011January 18, 2013

    It’s no the first time that we present a localizer without GPS. We remake the old device with the cheaper SimCom module SIM900. In the previous post we present the GSM section and now we can present the complete localizator. Introduction This system allows for localization without directly using GPS technology; we are able to…

    Read More Mini GSM localizer without GPSContinue

  • GSM localizer without GPS – Part 1 Introduction
    IoT and Connectivity | Open Source Projects

    GSM localizer without GPS – Part 1
    Introduction

    Byoeadmin December 20, 2010January 18, 2013

    Download the article         Do you still think you need GPS to know where a person or vehicle is? Well, here is some news for you: by using cellular network data and properly querying Google, even a simple GSM module is able to determine one’s position, with a fairly acceptable error margin. Although…

    Read More GSM localizer without GPS – Part 1 IntroductionContinue

  • GSM localizer without GPS – Part 2 Our Project
    IoT and Connectivity | Open Source Projects

    GSM localizer without GPS – Part 2
    Our Project

    Byoeadmin December 19, 2010January 18, 2013

    Regardless of how Google has compiled its database, once we discovered how cell phones using Google Maps Mobile send their requests, we immediately thought of employing that functionality to build a specific remote localizer, which, unlike those that have been proposed so far, relies solely on GSM/GPRS for its radio connection, rather than use a…

    Read More GSM localizer without GPS – Part 2 Our ProjectContinue

  • GSM localizer without GPS – Part 3 GSM/GPRS Module
    IoT and Connectivity | Open Source Projects

    GSM localizer without GPS – Part 3
    GSM/GPRS Module

    Byoeadmin December 18, 2010January 18, 2013

    The module used in our localizer is the Enabler IIIG GSM0308 by Enfora, one of the smallest yet best performing modules of this type currently available. The device, which utilizes a chipset made by Texas Instruments, is but 1.06 x 1.10 inches, is a quad-band that works both in Europe and the US, and has…

    Read More GSM localizer without GPS – Part 3 GSM/GPRS ModuleContinue

  • GSM localizer without GPS – Part 4 Connecting to Google
    IoT and Connectivity | Open Source Projects

    GSM localizer without GPS – Part 4
    Connecting to Google

    Byoeadmin December 17, 2010January 18, 2013

    In order to be able to associate a GSM cell with its geographic coordinates, we utilize a Google Maps Mobile function, which is not documented, though. Before doing this, however, we need to know which cell the remote GSM device is connected to, that is, we need information regarding MCC, MNC, LAC, and CID. To…

    Read More GSM localizer without GPS – Part 4 Connecting to GoogleContinue

  • IoT and Connectivity | Open Source Projects

    GSM localizer without GPS – Part 5
    Schematic

    Byoeadmin December 16, 2010March 15, 2011

    The circuit our localizer is based on consists only of a quad-band GSM/GPRS module interfaced with a a microchip microcontroller which, after initializing the I/Os and UARTs it has at its disposal, puts the main program in a loop waiting for some event, which could be the arrival of an SMS or someone pressing the…

    Read More GSM localizer without GPS – Part 5 SchematicContinue

  • IoT and Connectivity | Open Source Projects

    GSM localizer without GPS – Part 6
    Assembly

    Byoeadmin December 14, 2010December 17, 2010

    Our localizer is definitely simple, yet it must be built with care, as all of its components are SMD. Once the two-sided board is ready, be sure you have a very fine-pointed welder of up to 20 watts and a 0.02-inch-diametered (possibly, even smaller) welding thread. First of all, take care of the microcontroller; solder…

    Read More GSM localizer without GPS – Part 6 AssemblyContinue

  • IoT and Connectivity | Open Source Projects

    GSM localizer without GPS – Part 7
    Settings and Commands

    Byoeadmin December 13, 2010August 14, 2026

    All configurations can be set remotely using any cell phone; what follows is a description of how settings and commands work. Let us start with the list of numbers that can be used to request location data: there can be up to eight numbers –the same numbers to which the localizer sends SMS messages containing…

    Read More GSM localizer without GPS – Part 7 Settings and CommandsContinue

About us

Open-Electronics.org is the brainchild of a world leader in hobby electronics Futura Group srl. Open-Electronics.org is devoted to support development, hacking and playing with electronics: we share exciting open projects and create amazing products!

Open-Electronics.org is not just a container of ideas: it is also a web site lead by a team of engineers and geeks who will take part in the discussions and give support.

Our mission is to become a reference Open Source hacking site with ideas and feedback aimed to enrich the community.

Read

  • News
  • Open Source Projects
  • Tutorials
  • Interviews
  • Opinions

Shop

  • All products
  • Cart
  • My account

© 2026 Open Electronics - WordPress Theme by Kadence WP

  • 3Drag 3d printer
  • About
  • Advertise with Open Electronics
  • Cart
  • Checkout