Wed. Sep 9th, 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
  • IKEA SMS lamp with GSM shield
    Arduino | IoT and Connectivity | Mods and Hacks

    IKEA SMS lamp with GSM shield

    Byoeadmin September 28, 2012September 7, 2026

         [iframe_loader src=”http://www.youtube.com/embed/jtB6e36J7w4?hl=it&fs=1″ height=”349″ width=”425″ ] We create a lamp controlled by SMS using a GSM shield, a RGB shield and a Arduino UNO. Due to the simplicity of these boards, simply plug one over the other and connect a strip led to have a lighting effect. Then sending normal text messages from any…

    Read More IKEA SMS lamp with GSM shieldContinue

  • GSM GPS shield for Arduino
    Arduino | IoT and Connectivity | Open Source Projects | Products | Tools and Software

    GSM GPS shield for Arduino

    Byoeadmin September 3, 2012September 8, 2026

    Shield for Arduino designed and based on the module GSM/GPRS SIM900 or the GSM/GPRS & GPS module SIM908, to make calls, voice and data connections via GPRS.     HARDWARE INNOVATIONS This new version (old Arduino GSM shield) has several new hardware features, that allow maximum customization and provide many configurations. We begin with the…

    Read More GSM GPS shield for ArduinoContinue

  • 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

  • GSM/GPRS & GPS modem with SIM900/SIM908 module
    IoT and Connectivity | Open Source Projects | Products

    GSM/GPRS & GPS modem with SIM900/SIM908 module

    Byoeadmin April 6, 2012September 7, 2026

    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…

    Read More GSM/GPRS & GPS modem with SIM900/SIM908 moduleContinue

  • Software and firmware for TiDiGino (GSM remote controller with Arduino)
    Arduino | IoT and Connectivity | Products | Tools and Software

    Software and firmware for TiDiGino (GSM remote controller with Arduino)

    Byoeadmin February 15, 2012September 7, 2026

    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…

    Read More Software and firmware for TiDiGino (GSM remote controller with Arduino)Continue

  • Arduino WiFi Shield
    Arduino | IoT and Connectivity | Products

    Arduino WiFi Shield

    Byoeadmin January 30, 2012January 18, 2013

      The shield most used in practice are those that expand the communication of the Arduino board and in particular those that allow to add a network connection to a TCP / IP. The first shield of this kind were those based on Ethernet technology, which helps the Arduino to connect to a LAN based…

    Read More Arduino WiFi ShieldContinue

  • TiDiGino, the Arduino-based GSM remote control
    Arduino | IoT and Connectivity | Open Source Projects | Products | Tools and Software

    TiDiGino, the Arduino-based GSM remote control

    Byoeadmin January 5, 2012September 7, 2026

      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…

    Read More TiDiGino, the Arduino-based GSM remote controlContinue

  • 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

  • Garden lights and antitheft control with Arduino via bluetooth
    Arduino | IoT and Connectivity | Open Source Projects

    Garden lights and antitheft control with Arduino via bluetooth

    Byoeadmin August 31, 2011June 17, 2013

    We present the candidature of Mr. Felice Pascarelli. I propose my candidature for TiDiGino contest with an automation project of gardens made with Arduino interfaced to a PC via Bluetooth communication 100m (Class 2). The idea was born a few days ago, I was a guest of a friend in his new villa with pool…

    Read More Garden lights and antitheft control with Arduino via bluetoothContinue

  • TiDiGino Contest
    Arduino | IoT and Connectivity

    TiDiGino Contest

    Byoeadmin July 13, 2011January 18, 2013

       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…

    Read More TiDiGino ContestContinue

  • 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

  • Small Breakout for SIM900 GSM Module
    IoT and Connectivity | Open Source Projects

    Small Breakout for SIM900 GSM Module

    Byoeadmin May 27, 2011September 7, 2026

    Some post ago we presented a PCB to mount the SIM900 module. The project 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…

    Read More Small Breakout for SIM900 GSM ModuleContinue

Page navigation

Previous PagePrevious 1 … 38 39 40 41 42 43 Next PageNext

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