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
  • An Easy and Customizable Arduino powered Weather Station connected with Xively
    Arduino | Open Source Projects

    An Easy and Customizable Arduino powered Weather Station connected with Xively

    Byoeadmin July 3, 2014September 7, 2026

    Use Arduino as a Xively HTTP client and interact with the new shield for power management. We already talked about WiFi connectivity for Arduino in other posts, presenting the design of a high performance WiFi shield and explaining how to use it both as a web server, or a web client. The two modes of…

    Read More An Easy and Customizable Arduino powered Weather Station connected with XivelyContinue

  • Using GSM module to remotely control a green wall
    Guest Posts | IoT and Connectivity | Mods and Hacks

    Using GSM module to remotely control a green wall

    Byoeadmin April 8, 2013September 7, 2026

    [youtube id=”b18k8dLhr1w” width=”620″ height=”360″] We’re a Finnish start-up company which specializes in active green walls which can purify air 100x better than traditional green walls. Few years ago we were in a need for easy way to get our green walls use GSM network to communicate with our servers. In the very first prototype we…

    Read More Using GSM module to remotely control a green wallContinue

  • 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

  • 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 connect a weather station WS2355 (or WS2300) to Weather Underground with Arduino
    Arduino | Open Source Projects | Tutorials

    How to connect a weather station WS2355 (or WS2300) to Weather Underground with Arduino

    Byoeadmin November 30, 2011January 9, 2014

      There are several softwares that enable the publication of the weather data of a professional weather station, but they all work on PC, so we should connect the weather station to a computer and leave it on, the idea is not good because the computer takes up space and consumes a lot. At a…

    Read More How to connect a weather station WS2355 (or WS2300) to Weather Underground with ArduinoContinue

  • 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

  • Web thermostat with Arduino
    Arduino | Uncategorized

    Web thermostat with Arduino

    Byoeadmin May 4, 2011January 18, 2013

    [singlepic id=199 w=320 h=240 float=center] Equipped with Ethernet interface, Arduino controls a boiler to maintain the set temperature and publish environmental data via Internet on Pachube, and the web interface allows  setting the temperature  remotely via Internet. [singlepic id=201 w=320 h=240 float=center] The project is designed to control an heating system in order to keep…

    Read More Web thermostat with ArduinoContinue

  • GSM Remote Control – Temperature Control  Part 1 – Introduction
    IoT and Connectivity | Open Source Projects | Products

    GSM Remote Control – Temperature Control
    Part 1 – Introduction

    Byoeadmin January 10, 2011April 7, 2016

    Allows to remotely manage the heating or cooling of any room. It can also notify, via SMS or phone call, when the sensed temperature falls out the set limit value or the alarm input is active. In Summer As well as in Winter, it may be a good idea to install at home as well…

    Read More GSM Remote Control – Temperature Control Part 1 – IntroductionContinue

  • GSM Remote Control – Temperature Control  Part 2 – Schematic
    IoT and Connectivity | Open Source Projects | Products | Tools and Software

    GSM Remote Control – Temperature Control
    Part 2 – Schematic

    Byoeadmin January 9, 2011April 7, 2016

    The full GSM thermostat is managed by a Microchip PIC18F46K20-I/PT microcontroller, programmed with a firmware that controls the temperature and takes care of the communication with the GSM module which is the component named GSM; this is, in fact the small board hosting the cell, so the pins’ numbers refer to the used pin-strips’ contacts….

    Read More GSM Remote Control – Temperature Control Part 2 – SchematicContinue

  • GSM Remote Control – Temperature Control  Part 3 – Assembly
    IoT and Connectivity | Open Source Projects | Products

    GSM Remote Control – Temperature Control
    Part 3 – Assembly

    Byoeadmin January 8, 2011April 7, 2016

    For the GSM temperature controller we have provided a double-sided PCB with plated holes, made by photoengraving; once you have the board you can start the assembly with SMD components.
    The thermal probe can also be mounted out of the PCB, connecting it somewhere else by means of a three-conductor cable, at least 20 meters long.

    Read More GSM Remote Control – Temperature Control Part 3 – AssemblyContinue

  • GSM Remote Control – Temperature Control  Part 4 – SMS Command
    IoT and Connectivity | Open Source Projects | Products

    GSM Remote Control – Temperature Control
    Part 4 – SMS Command

    Byoeadmin January 5, 2011April 7, 2016

    Commands can be given in two different ways: the first one is to send the SMS according to required syntax and with the password (if required), needful to avoid strangers to operate the configuration; the second one is to introduce, through Easy Setup, the number of the mobile enabled to make the following settings via…

    Read More GSM Remote Control – Temperature Control Part 4 – SMS CommandContinue

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