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
  • GSM modem with USB
    IoT and Connectivity | Open Source Projects | Products

    GSM modem with USB

    Byoeadmin March 9, 2020September 7, 2026

      We make a device that allows GPRS connectivity via the USB port of any PC or USB host device. Internet connectivity via mobile phone network is now an extremely widespread reality and many of us use it in a transparent and unconscious way using common objects such as tablets and smartphones. However, this is…

    Read More GSM modem with USBContinue

  • SPECTROMETER ON PC
    Arduino | Open Source Projects | Products

    SPECTROMETER ON PC

    Byoeadmin July 11, 2019September 7, 2026

      We use the platform based on the AMS sensors in combination with the Personal Computer and thanks to an ad hoc software we trace on the screen the spectrum curves resulting from the analysis performed. In the analysis of materials, spectrometry has been used for a long time; this is a metrology technique based…

    Read More SPECTROMETER ON PCContinue

  • UNIVERSAL GSM SHIELD – The Sketches
    Arduino | IoT and Connectivity | Open Source Projects | Products | Raspberry Pi

    UNIVERSAL GSM SHIELD – The Sketches

    Byoeadmin April 30, 2019September 7, 2026

      In the previous episode, we have described the library and the functions made available by it. Now we will introduce a series of sketches through which you will see in practice how the library works and it’s potential. The sketches will implement functions such as receiving or sending SMS, voice calls, managing certain generic…

    Read More UNIVERSAL GSM SHIELD – The SketchesContinue

  • UNIVERSAL GSM SHIELD – The GSM library for Arduino
    Arduino | IoT and Connectivity | Open Source Projects | Products | Raspberry Pi

    UNIVERSAL GSM SHIELD – The GSM library for Arduino

    Byoeadmin April 17, 2019September 7, 2026

      Let’s discover a useful library to manage various low-cost GSM/GPRS modules, in order to provide cellular connectivity to our Arduino projects. Second part. In the previous episode, we introduced the shield hardware and exposed the technical features and possible applications, as well as mentioned the library for Arduino, here we complete the previous speech…

    Read More UNIVERSAL GSM SHIELD – The GSM library for ArduinoContinue

  • UNIVERSAL GSM SHIELD – The hardware
    Arduino | IoT and Connectivity | Open Source Projects | Products | Raspberry Pi

    UNIVERSAL GSM SHIELD – The hardware

    Byoeadmin April 9, 2019September 7, 2026

      It supports various low-cost GSM/GPRS modules in order to provide cellular connectivity to our Arduino projects. First part.   Given the growing demand for electronic equipment with connection to the GSM/GPRS network, we decided to develop a new GSM shield for the Arduino and Raspberry Pi 3 platforms, capable of supporting various modules on…

    Read More UNIVERSAL GSM SHIELD – The hardwareContinue

  • Antennino: The arduino with an antenna – Low Power and OTA programming
    Arduino | Open Source Projects | Products

    Antennino: The arduino with an antenna – Low Power and OTA programming

    Byoeadmin February 1, 2019September 7, 2026

      Let’s start using our IoT boards based on Arduino architecture. In our previous posts, we presented Antennino, a special Arduino board with connectivity functionalities, capable of operating in Peripheral or Gateway mode. We stopped at the hardware description and configuration, promising to return to the topic to show you an example of use applicable…

    Read More Antennino: The arduino with an antenna – Low Power and OTA programmingContinue

  • Antennino: the low-power Arduino with Antenna – The Bootloader
    Arduino | Open Source Projects | Products

    Antennino: the low-power Arduino with Antenna – The Bootloader

    Byoeadmin January 10, 2019September 7, 2026

      Let’s discover how to load the bootloader on our IoT board, so to prepare it for the usage.   You learned about Antennino when reading the first part of this article, in which we presented the project and described the hardware, in detail. Let’s resume the discussion from where we stopped, that is to…

    Read More Antennino: the low-power Arduino with Antenna – The BootloaderContinue

  • LET’S BUILD A SPECTROMETER
    Arduino | Open Source Projects | Products

    LET’S BUILD A SPECTROMETER

    Byoeadmin November 24, 2018September 7, 2026

      Make use of an ad hoc module by AMS in order to make a precious Arduino based tool. It will allow analysis of materials, including food and drink, through the spectrum obtained with a light stimulus and a sensor, and shown on the serial monitor. Spectrometry is an analysis technique that enables the identification…

    Read More LET’S BUILD A SPECTROMETERContinue

  • Antennino: the low-power Arduino with Antenna
    Arduino | Open Source Projects | Products

    Antennino: the low-power Arduino with Antenna

    Byoeadmin October 2, 2018September 7, 2026

    A multirole board, that stands out for its very low energy consumption and the possibility to be remotely programmed, emerges in the rich landscape of the IoT modules. When talking about IoT, we usually refer to devices that are powered by batteries and that are scattered in the environment, for the purpose of acquiring and…

    Read More Antennino: the low-power Arduino with AntennaContinue

  • How to build your Energy Load manager (part 2)
    Open Source Projects | Power and Energy | Products

    How to build your Energy Load manager (part 2)

    Byoeadmin September 3, 2018September 7, 2026

      When the instantaneous power consumption exceeds the set values, it selectively disconnects the users, in order to prevent the electric meter to cut the power to disconnect.    The management of the electricity users at home, intended as the possibility to define the operating priorities and to momentarily disconnect the ones that may be…

    Read More How to build your Energy Load manager (part 2)Continue

  • Energy meter: LOAD management
    Open Source Projects | Power and Energy | Products

    Energy meter: LOAD management

    Byoeadmin August 24, 2018September 7, 2026

      It enables a selective disconnection of a maximum of 7 users, once the maximum power set is exceeded, and by selecting the priorities, so to disconnect the less important ones first. Supervising the electricity, intended as both the monitoring and the management and even as a possible limitation and optimisation, is a topical issue…

    Read More Energy meter: LOAD managementContinue

  • Energy Meter module to analyze the electrical grid parameters and consumption: the software (part 2)
    Open Source Projects | Power and Energy | Products

    Energy Meter module to analyze the electrical grid parameters and consumption: the software (part 2)

    Byoeadmin July 25, 2018September 7, 2026

      In the first installment, you had the opportunity of learning about our energy meter, and of learning about its details, with special attention the technical ones. Our energy meter is based on the coupling – by means of two measuring transformers – to an integrated circuit, that enables the detection of the values as…

    Read More Energy Meter module to analyze the electrical grid parameters and consumption: the software (part 2)Continue

Page navigation

1 2 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