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
  • Roundy : Round LCD Board based on RP2040/ESP-12E
    Microcontrollers

    Roundy : Round LCD Board based on RP2040/ESP-12E

    Byoeadmin February 14, 2022

    RoundyPi is a round LCD display based on RP2040 along with compact and stylish 1.28-inch display module of 240×240 resolution, 65K RGB colors, clear and colorful displaying effect, expand its engagement with your project. RoundyPi comes with an embedded GC9A01 Driver and SPI Interface that minimize the required IO pins. RoundyFi is a round LCD…

    Read More Roundy : Round LCD Board based on RP2040/ESP-12EContinue

  • Arduino | Home Automation | Microcontrollers | Open Source Projects | Tools and Software

    Smart Air Cooler with ESP8266

    Byoeadmin January 11, 2022December 14, 2021

      I got the inspiration behind this project by reading internet switch tutorial posted by Talha a while ago on Hackster. It was super cool and I thought what could be more wild than controlling just an LED over the internet? Controlling a real appliance maybe! So I decided to build an ESP8266 based quick circuitry, and…

    Read More Smart Air Cooler with ESP8266Continue

  • A WiFi repeater with ESP8266 on battery
    Microcontrollers

    A WiFi repeater with ESP8266 on battery

    Byoeadmin September 16, 2021September 7, 2026

    An inexpensive WiFi repeater that you can easily build at home. A single 4800mAh battery’s expected run time is about three days. The WiFi module used is an ESP8266-01 powered with a 18650 battery. By modifying the module just mentioned with an antenna it is possible to expand the range up to 200 meters. More…

    Read More A WiFi repeater with ESP8266 on batteryContinue

  • Irrigation system with solar panels
    Microcontrollers

    Irrigation system with solar panels

    Byoeadmin September 1, 2021September 7, 2026

    In this project we see the development and construction process of a solar-powered irrigation station. This also collects atmospheric data and soil moisture and sends them in real time to the cloud for remote monitoring, also independently controlling irrigation via a drip irrigation system, in order to keep the plants happy and within an adequate…

    Read More Irrigation system with solar panelsContinue

  • Control your ESP8266 with Google Home and Alexa
    Arduino | Microcontrollers

    Control your ESP8266 with Google Home and Alexa

    Byoeadmin August 26, 2021September 7, 2026

    In this IoT project, we will see how to create an IoT module that allows you to turn on 4 lamps, or any other load, controllable by Google Assistant and Alexa. As you can see from the image above, the system is based on a NodeMCU that controls a 4 relay module. In the absence…

    Read More Control your ESP8266 with Google Home and AlexaContinue

  • WiFi telegraph with ESP8266
    IoT and Connectivity | Microcontrollers

    WiFi telegraph with ESP8266

    Byoeadmin August 22, 2021September 7, 2026

    In the age of Zoom, Messenger and Snapchat calls, communication around the world has become commonplace. But what if you could go back in time and painstakingly write the message one beep at a time? With this WiFi telegraph you can do it! Not many components are needed; essential is the ESP8266 module. We decided…

    Read More WiFi telegraph with ESP8266Continue

  • Digital scale with ESP8266
    Microcontrollers

    Digital scale with ESP8266

    Byoeadmin August 11, 2021September 7, 2026

    In this project we will see how to build a digital scale that uses the ESP8266 microcontroller with a load cell (and its HX711 converter). The scale is able to measure weight with gram accuracy, the sensor we are using is limited to 5Kg, but you can use one for smaller or larger weights. As…

    Read More Digital scale with ESP8266Continue

  • Dust monitoring system
    Arduino | Microcontrollers | Open Source Projects

    Dust monitoring system

    Byoeadmin August 9, 2021September 7, 2026

    In this project we see how to build an IOT-based dust monitoring system that can measure surrounding dust, send data over the Internet, and monitor the long-term value graphically. We use a Sharp gp2y1014au0f particle sensor which uses an IR LED and when the particle enters the sensor, the light bounces back to a photodetector….

    Read More Dust monitoring systemContinue

  • Solar powered WiFi weather station
    Arduino | Microcontrollers

    Solar powered WiFi weather station

    Byoeadmin August 3, 2021September 7, 2026

    With this project we will see how to make a solar powered wireless weather station using an ESP32 WiFi module and some common weather sensors. The weather station is fully solar powered, so you don’t need to worry about external power. It can be installed in a remote location without having to lay long cables…

    Read More Solar powered WiFi weather stationContinue

  • DIY Smart Home Ambilight
    Home Automation | Microcontrollers

    DIY Smart Home Ambilight

    Byoeadmin June 29, 2021September 7, 2026

    With this project you can customize your Computer station with DIY ambient lights, using a LED strip controlled by any ESP8266 based board. The color of the strip will be controllable from a smartphone and, like a home automation device, automations can be set to change color at certain times of the day or after…

    Read More DIY Smart Home AmbilightContinue

  • Turn Any Decorative Thing Into IoT Device
    Arduino | IoT and Connectivity | Microcontrollers

    Turn Any Decorative Thing Into IoT Device

    Byoeadmin June 21, 2021September 7, 2026

    In this project, we will see how to turn any decorative object into an IOT smart device. Specifically, a plant pot was chosen and it was transformed into a device that sends movement notifications. The heart of the project is an ESP-01 WiFi module for wireless communication and a PIR sensor to detect movement. An…

    Read More Turn Any Decorative Thing Into IoT DeviceContinue

  • AC Dimmer based on ESP8266
    Arduino | Microcontrollers

    AC Dimmer based on ESP8266

    Byoeadmin June 19, 2021September 7, 2026

    A dimmer is a device that allows you to modulate the alternating voltage to be given to a load. In this project, an ESP8266-based dimmer was created that can easily control AC loads such as motors and lights. It has the power to handle more than 1200 Watts and it is a project that can…

    Read More AC Dimmer based on ESP8266Continue

Page navigation

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