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
  • Art-Net node with Arduino
    Arduino

    Art-Net node with Arduino

    Byoeadmin March 23, 2020March 5, 2020

    First you have to decide you just want to make it work, for testing purposes, like on a breadboard, or make it as a final device. The difference is that if you want to use it on the go, I heavily suggest to include the isolated optocoupler and DC converter. If you wish to skip…

    Read More Art-Net node with ArduinoContinue

  • Network Time Digital Clock Using the ESP8266
    3D Printing | Arduino | Microcontrollers | Tools and Software

    Network Time Digital Clock Using the ESP8266

    Byoeadmin January 7, 2020September 7, 2026

    https://youtu.be/3LkKYtQqzKo   Sometimes clocks lose their time and you have to set up it again. If you don’t want to get bored any more make your own digital clock! It uses a wemos D1 board which gets data from an ntp(network time protocol) server and shows time on an OLED lcd. Don’t miss it!  …

    Read More Network Time Digital Clock Using the ESP8266Continue

  • IoT-Terrarium
    Arduino | IoT and Connectivity | Tools and Software

    IoT-Terrarium

    Byoeadmin January 6, 2020September 7, 2026

      Since I am a man of science and I like data to know if something is actually working, I wanted to put my knowledge of IoT and electronics to good use and create an IoT Terrarium monitor. The plan was to build a sensor based system that could monitor temperature, humidity, and soil moisture from a simple yet…

    Read More IoT-TerrariumContinue

  • Data Logging Zero to Hero with CircuitPython and MQTT
    Arduino | Raspberry Pi

    Data Logging Zero to Hero with CircuitPython and MQTT

    Byoeadmin January 5, 2020September 7, 2026

      Using Python and open source software we publish data from a sensor over MQTT, persist the data and visualise it in real-time. More info Buy Raspberry Pi and Fishino boards from our store!

    Read More Data Logging Zero to Hero with CircuitPython and MQTTContinue

  • WiFi Christmas Tree
    Arduino | IoT and Connectivity | Open Source Projects | Products

    WiFi Christmas Tree

    Byoeadmin December 13, 2019September 7, 2026

      Made of interlocking plexiglass, it is illuminated by a Neopixel strip operated by Fishino Guppy that we control with a smartphone via a Telegram bot. This year the Christmas tree lights are controlled with Telegram!   In this slogan, we could summarize the project described in these pages, which like every year is on a Christmas…

    Read More WiFi Christmas TreeContinue

  • An Arduino-powered fishing pole with automatic casting and reeling
    Arduino | IoT and Connectivity | Robotics and Drones | Tools and Software

    An Arduino-powered fishing pole with automatic casting and reeling

    Byoeadmin December 9, 2019September 7, 2026

      YouTuber MrTeslonian created an automatic fishing pole for someone with a serious disability. While this would seem like a daunting task, he was able to build one using a spring-loaded mechanism, a number of motors, and an Arduino board. His portable device takes commands over WiFi, allowing control from a smartphone or computer. When…

    Read More An Arduino-powered fishing pole with automatic casting and reelingContinue

  • Christmas Window Light Decoration With Arduino and WS2812 LED Strip
    Arduino | Microcontrollers

    Christmas Window Light Decoration With Arduino and WS2812 LED Strip

    Byoeadmin December 3, 2019September 7, 2026

      Every year at Christmas time the LED’s start to shine. Since I’m like a moth around flashy lights, I have been doing a version of this project every year since I got my first Arduino. This year it’s going to be an LED Strip frame for the front window. There are two versions, this…

    Read More Christmas Window Light Decoration With Arduino and WS2812 LED StripContinue

  • ESP32 LoRa Sensor Monitoring with Web Server (Long Range Communication)
    Arduino | IoT and Connectivity | Microcontrollers

    ESP32 LoRa Sensor Monitoring with Web Server (Long Range Communication)

    Byoeadmin November 22, 2019September 7, 2026

        In this project, you’ll build a sensor monitoring system using a TTGO LoRa32 SX1276 OLED board that sends temperature, humidity and pressure readings via LoRa radio to an ESP32 LoRa receiver. The receiver displays the latest sensor readings on a web server.   More info   Buy your TTGO from OpenStore   Did…

    Read More ESP32 LoRa Sensor Monitoring with Web Server (Long Range Communication)Continue

  • How to control Neopixel strip with WiFi
    Arduino | IoT and Connectivity | Microcontrollers | Open Source Projects | Products | Raspberry Pi

    How to control Neopixel strip with WiFi

    Byoeadmin November 11, 2019September 7, 2026

      We make a NeoPixel light installations using Fishino and NodeMCU, controlled via Wi-Fi from PC or Raspberry Pi through a Python library.  A few years ago, the American Adafruit Industries revolutionized the LED market by introducing its NeoPixels, whose main feature is to integrate, in a single package, an RGB LED and its controller….

    Read More How to control Neopixel strip with WiFiContinue

  • Fishmograph, your first seismograph
    Arduino | Open Source Projects | Products

    Fishmograph, your first seismograph

    Byoeadmin May 7, 2019September 7, 2026

      Fishmograph allows to precisely monitor earthquakes involving our house using the D7S sensor, sending us an email notification for every event detected, allowing us to take people and things to safety.   Italy is one of the Mediterranean countries with the highest seismic risk and this very unfavourable record is due to its geographic…

    Read More Fishmograph, your first seismographContinue

  • 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

Page navigation

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