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
  • A new Wi-Fi Shield to connect your Arduino to the Internet
    Arduino | IoT and Connectivity | Open Source Projects

    A new Wi-Fi Shield to connect your Arduino to the Internet

    Byoeadmin February 11, 2014September 7, 2026

    Since now on, it will be easy to provide your Arduino with Internet connectivity by using this shield. The shield sports a TCP/IP stack manager, in order to free up the Arduino from some basic tasks. It’s also essential to equip the board with a library, that communicates with the TCP/IP manager and makes it…

    Read More A new Wi-Fi Shield to connect your Arduino to the InternetContinue

  • LEWE: the biometric wristband
    Arduino | Open Source Projects | Wearables

    LEWE: the biometric wristband

    Byoeadmin February 4, 2014September 7, 2026

    The Lewe project aims to collect and use available technologies to make a low cost idea that is applicable to all sectors using sensors for data collection. This project goal is the development of a communication protocol, named Jack, able to transport data reliably making communication between multiple devices easier and real-time. All this could…

    Read More LEWE: the biometric wristbandContinue

  • An Arduino powered, easily extendable GPS Datalogger
    Arduino | IoT and Connectivity | Open Source Projects | Products

    An Arduino powered, easily extendable GPS Datalogger

    Byoeadmin December 30, 2013September 7, 2026

    By coupling a standard NMEA GPS receiver and an Arduino board we created a super simple and effective Arduino GPS logger. This device allows you to trace the route taken by a person or vehicle (or any other moving object) by simply doing a periodic caching of location points coming from the GPS unit. As…

    Read More An Arduino powered, easily extendable GPS DataloggerContinue

  • Light up your XMAS from your Smartphone
    Arduino | IoT and Connectivity | Open Source Projects | Products

    Light up your XMAS from your Smartphone

    Byoeadmin December 10, 2013September 7, 2026

      This post is about a light animation game that can light up your Christmas. There’s Bluetooth, Android and audio files: a perfect festive mashup. A spectrum analyzer will help us color the winter festivities. Every year at Christmas we always want to try something new for lighting up our decorations: everyone wants to impression…

    Read More Light up your XMAS from your SmartphoneContinue

  • Bluetooth shield for Arduino
    Arduino | IoT and Connectivity | Open Source Projects

    Bluetooth shield for Arduino

    Byoeadmin October 1, 2013September 7, 2026

    Here’s an application to control the brightness of an RGB LED strip wirelessly (via Bluetooth) using a smartphone. The whole project is presented in a dedicated Bluetooth  shield for Arduino and a RGB shield.   The Bluetooth Module You’ll know already that the market is full of different Bluetooth modules: these modules are all based on…

    Read More Bluetooth shield for ArduinoContinue

  • A Video Overlay Shield for Arduino
    Arduino | Open Source Projects | Products

    A Video Overlay Shield for Arduino

    Byoeadmin September 3, 2013September 7, 2026

      In this post we will deal with an interesting solution to overlat text on a video signal. This solution, which uses the LM1881 integrated, has a lot of use cases accompanied by variable software challenges. For this reason this post is a kind of tutorial, presenting no vertical solution, but instead providing an overview…

    Read More A Video Overlay Shield for ArduinoContinue

  • How to create an intelligent, web enabled, Power Meter with Arduino
    Arduino | Open Source Projects

    How to create an intelligent, web enabled, Power Meter with Arduino

    Byoeadmin August 21, 2013September 7, 2026

      Electricity costs are rising, and just in case this is not enough, if you exaggerate with consumption your house circuit often stops working in the very moment of your greatest need. This project allows you to keep an eye on your electricity instant consumption even remotely. [iframe_loader src=”http://emoncms.org/boris&id=2505 ” ] The acquisition of current consumption…

    Read More How to create an intelligent, web enabled, Power Meter with ArduinoContinue

  • How to use GPS functions with GSM/GPRS & GPS shield
    Arduino | IoT and Connectivity | Open Source Projects | Products

    How to use GPS functions with GSM/GPRS & GPS shield

    Byoeadmin August 13, 2013September 7, 2026

    Once again we have prepared some examples related to the GSM/GPRS & GPS shield. In previous posts we have seen how to handle SMS, make calls and use the GPRS connection to send email  or download data from Internet pages. The shield has been developed to accommodate both forms of SIMComs: SIM900 and SIM908: the…

    Read More How to use GPS functions with GSM/GPRS & GPS shieldContinue

  • Expansion Shield for RaspberryPi compatible with Arduino
    Arduino | Open Source Projects | Raspberry Pi

    Expansion Shield for RaspberryPi compatible with Arduino

    Byoeadmin June 24, 2013September 7, 2026

    Let’s expand RaspberryPi functionalities with a shield that is compatible with the Arduino pinout and with an onboard analog to digital converter with 16-bit resolution. Further expansions that we will present in the future will allow you to add a DAC, a number of additional digital I/Os and the ability to connect also with non…

    Read More Expansion Shield for RaspberryPi compatible with ArduinoContinue

  • The GSM/GPRS & GPS Shield: some Http connections examples
    Arduino | IoT and Connectivity | Open Source Projects

    The GSM/GPRS & GPS Shield: some Http connections examples

    Byoeadmin June 11, 2013September 7, 2026

    After having shown several examples regarding the use the  GSM/GPRS & GPS shield with calls and text messages we are now going to present some applications that involve GPRS data. Thanks to the inet.h class the shield can indeed connect to the internet and its various applications. We ‘ll see how to use the Arduino as…

    Read More The GSM/GPRS & GPS Shield: some Http connections examplesContinue

  • How to send and receive SMS with GSM/GPRS & GPS shield
    Arduino | IoT and Connectivity | Open Source Projects

    How to send and receive SMS with GSM/GPRS & GPS shield

    Byoeadmin May 30, 2013September 7, 2026

      This post is one in a series showing you the main features of the GSM /GPRS/GPS shield and of its related library. The examples are great to have inspiration and reuse the material to create your own solutions. We already talked about how to use the shield to make calls, send DTMF tones and…

    Read More How to send and receive SMS with GSM/GPRS & GPS shieldContinue

  • Using the GSM/GPRS & GPS Shield: call examples
    Arduino | IoT and Connectivity | Open Source Projects

    Using the GSM/GPRS & GPS Shield: call examples

    Byoeadmin May 23, 2013September 7, 2026

    A few months ago, we presented a powerful shield that can enable devices from the Arduino family (Uno and Mega) to interface with the SIMCOM modules SIM900 and SIM908. Such modules provide integration with the world of GSM, GPRS and GPS and all is achieved through very simple Arduino commands thanks to the open-source dedicated…

    Read More Using the GSM/GPRS & GPS Shield: call examplesContinue

Page navigation

Previous PagePrevious 1 2 3 4 5 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