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
  • DIY WiFi RGB LED Mood Light with ESP8266 (Step by Step)
    Microcontrollers

    DIY WiFi RGB LED Mood Light with ESP8266 (Step by Step)

    Byoeadmin March 21, 2020September 7, 2026

    In this project, I’ll show you how you can build your own mood light. You’ll use an ESP8266 to remotely control the color of your light using your smartphone or any other device that has a browser. More info

    Read More DIY WiFi RGB LED Mood Light with ESP8266 (Step by Step)Continue

  • WiFi Controlled Audio Source Selector Switch (Wi-CASSS)
    Audio | Microcontrollers

    WiFi Controlled Audio Source Selector Switch (Wi-CASSS)

    Byoeadmin February 26, 2020September 7, 2026

    https://youtu.be/Sn2sbEnmoYk In this project I have designed a remote WiFi Controlled Audio Source Selector Switch (Wi-CASSS) with a ESP8266 board which enables the user switch between two connected input/output audio devices over internet. Hence this removes the difficulty of swapping in the audio cables every time one connects a new device. More info

    Read More WiFi Controlled Audio Source Selector Switch (Wi-CASSS)Continue

  • IoT Based Sensor & Climate Monitoring Using BoltIoT Platform
    Arduino | IoT and Connectivity | Microcontrollers | Tools and Software

    IoT Based Sensor & Climate Monitoring Using BoltIoT Platform

    Byoeadmin February 16, 2020December 16, 2019

    Often when designing Data acquisition systems, such as plant health monitoring in which case, the sensors are placed on-site, knowing the weather conditions may help in predicting the behaviour of other data and changes in physical requirements, if any. The project involves the design of an IoT based solution to monitor the data obtained from…

    Read More IoT Based Sensor & Climate Monitoring Using BoltIoT PlatformContinue

  • ESP32 with PIR Motion Sensor using Interrupts and Timers
    Microcontrollers

    ESP32 with PIR Motion Sensor using Interrupts and Timers

    Byoeadmin February 6, 2020September 7, 2026

    This tutorial shows how to detect motion with the ESP32 using a PIR motion sensor. In this example, when motion is detected (an interrupt is triggered), the ESP32 starts a timer and turns an LED on for a predefined number of seconds. When the timer finishes counting down, the LED is automatically turned off. More…

    Read More ESP32 with PIR Motion Sensor using Interrupts and TimersContinue

  • ESP32 Relay Module – Control AC Appliances (Web Server)
    Arduino | Home Automation | Microcontrollers | Tools and Software

    ESP32 Relay Module – Control AC Appliances (Web Server)

    Byoeadmin February 4, 2020January 14, 2020

      Using a relay with the ESP32 is a great way to control AC household appliances remotely. This tutorial explains how to control a relay module with the ESP32. We’ll take a look at how a relay module works, how to connect the relay to the ESP32 and build a web server to control a…

    Read More ESP32 Relay Module – Control AC Appliances (Web Server)Continue

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

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

    Byoeadmin February 2, 2020January 14, 2020

      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

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

  • M5StickC Cool Looking Watch With a Menu and Brightness Control
    Microcontrollers | Wearables

    M5StickC Cool Looking Watch With a Menu and Brightness Control

    Byoeadmin January 25, 2020September 7, 2026

    In this tutorial we will learn how to program ESP32 M5Stack StickC with Arduino IDE and Visuino to Display a time on the LCD and also set the time and the brightness using the menu and the StickC buttons. More info Try Fishino boards, our 100% Arduino compatible boards.

    Read More M5StickC Cool Looking Watch With a Menu and Brightness ControlContinue

  • Insight Into ESP32 Sleep Modes and Their Power Consumption
    Microcontrollers

    Insight Into ESP32 Sleep Modes and Their Power Consumption

    Byoeadmin January 25, 2020January 14, 2020

      There is no question that ESP32 is a worthy competitor to many WiFi/MCU SoCs out there, often beating it on both performance and price. But, depending on which state it’s in, the ESP32 can be a relatively power-hungry device. When your IoT project is powered by a plug in the wall, you tend not to care…

    Read More Insight Into ESP32 Sleep Modes and Their Power ConsumptionContinue

  • OneTouch (biometric Lock)
    Arduino | Microcontrollers

    OneTouch (biometric Lock)

    Byoeadmin January 24, 2020September 7, 2026

    To ensure the security and remote access we want to think of a new way to connect our door lock to our personal devices. Let’s think about our mobile phones, they have the capability to control our smart door locks through MQTT and available protocols. Then why don’t we add an additional biometric firewall to…

    Read More OneTouch (biometric Lock)Continue

  • Getting Date & Time From NTP Server With ESP8266 NodeMCU
    Arduino | Microcontrollers

    Getting Date & Time From NTP Server With ESP8266 NodeMCU

    Byoeadmin January 24, 2020January 14, 2020

        Every once in a while you’ll come across an idea where keeping time a prime concern. For example, imagine a relay that has to be activated at a certain time or a data logger that has to store values at precise intervals. The first thing that comes in your mind is to use…

    Read More Getting Date & Time From NTP Server With ESP8266 NodeMCUContinue

  • ESP8266 Over The Air (OTA) Programming In Arduino IDE
    Arduino | Microcontrollers

    ESP8266 Over The Air (OTA) Programming In Arduino IDE

    Byoeadmin January 21, 2020January 14, 2020

      A fantastic feature of any WiFi-enabled microcontroller like ESP8266 NodeMCU is the ability to update its firmware wirelessly. This is known as Over-The-Air (OTA) programming.   More info

    Read More ESP8266 Over The Air (OTA) Programming In Arduino IDEContinue

  • Basic Mobile Phone Using STM32F407
    IoT and Connectivity | Microcontrollers

    Basic Mobile Phone Using STM32F407

    Byoeadmin January 20, 2020September 7, 2026

    In this project, I will guide you on how to build a basic mobile phone using the STM32F407 Discovery Kit and GSM A6 module. This project contains 3 main modules : GSM A6 Module – This is module is responsible for Making/Receiving Calls and SMS. LCD 16×02 Display – To see the output Hex Keypad…

    Read More Basic Mobile Phone Using STM32F407Continue

Page navigation

Previous PagePrevious 1 … 7 8 9 10 11 … 23 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