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
  • OpenAstroTracker is a tracking and GoTo mount for DSLR astrophotography
    Arduino | Tools and Software

    OpenAstroTracker is a tracking and GoTo mount for DSLR astrophotography

    Byoeadmin August 5, 2020July 21, 2020

      Stars appear to stand still, but wait a few minutes and they won’t be in quite the same place. This means that if you want to take a long-exposure image of the sky with your DSLR you’ll have to either embrace the streaks, or use tracking hardware to compensate for this movement. Naturally, this specialized equipment…

    Read More OpenAstroTracker is a tracking and GoTo mount for DSLR astrophotographyContinue

  • AAScan is an open source, Arduino-powered 3D scanner that uses your phone
    3D Printing | Arduino | Tools and Software

    AAScan is an open source, Arduino-powered 3D scanner that uses your phone

    Byoeadmin August 4, 2020August 3, 2020

      3D scanners are amazing tools that literally let you turn everyday things into three-dimensional computer models. As seen on Reddit, if you want to make one yourself — using little more than a spare Android phone, Arduino, stepper motor, and 3D-printed parts — the AAScan by QLRO could be an excellent option. More info

    Read More AAScan is an open source, Arduino-powered 3D scanner that uses your phoneContinue

  • Creating an online robot fighting game using Arduino MKR1000 WiFi
    Arduino | IoT and Connectivity | Power and Energy | Tools and Software

    Creating an online robot fighting game using Arduino MKR1000 WiFi

    Byoeadmin August 3, 2020July 21, 2020

      We introduced this concept last year, and have launched three games so far. Our final game of 2019 was SumoBots Battle Royale — where players from anywhere in the world can fight real robots in a battle royale-style arena. The aim of the project was to have the game run semi-autonomously, meaning that the…

    Read More Creating an online robot fighting game using Arduino MKR1000 WiFiContinue

  • The Lightwaves is a participatory audio-visual installation
    Arduino | Tools and Software

    The Lightwaves is a participatory audio-visual installation

    Byoeadmin August 2, 2020July 21, 2020

      Music and synchronized lighting can be a beautiful combination, evident by panGenerator’s recent installation that was commissioned by the Meskie Granie concert tour in Poland. The interactive sculpture was comprised of 15 drums that trigger waves of light traveling toward a huge helium-filled sphere floating above the area, appearing to charge it with sound and light…

    Read More The Lightwaves is a participatory audio-visual installationContinue

  • Control the volume of programs running on your Windows PC like a DJ
    Arduino | Tools and Software

    Control the volume of programs running on your Windows PC like a DJ

    Byoeadmin July 31, 2020July 21, 2020

      If you have multiple applications open in Windows, you may want one to be louder than the other, but what if you want to adjust levels with physical sliders like an actual DJ? If that sounds interesting, check out this controller by “Aithorn.” The device uses an Arduino Nano to read signals from each slider and pass this…

    Read More Control the volume of programs running on your Windows PC like a DJContinue

  • An Arduino Tetris console inside of an NES controller
    Arduino | Tools and Software

    An Arduino Tetris console inside of an NES controller

    Byoeadmin July 30, 2020July 21, 2020

      Tetris was as a perfect complement to Nintendo’s original Game Boy when it came out in 1989, and now “Copper Dragon” has been able to fit an entire system for it — sans monitor or speakers — inside of a faux NES controller. Impressively, this feat was accomplished with an Arduino Nano and a few passive components,…

    Read More An Arduino Tetris console inside of an NES controllerContinue

  • Build a Nano-based binary Nixie clock with 18 IN-2 tubes
    Arduino | Tools and Software

    Build a Nano-based binary Nixie clock with 18 IN-2 tubes

    Byoeadmin July 29, 2020July 21, 2020

      Nixie tubes are, of course, an elegant display method from a more civilized age, but actually powering and controlling them can be a challenge. This can mean a great project and learning opportunity, but if you’d rather just skip ahead to programming these amazing lights, then Marcin Saj’s IN-2 binary Nixie clock is definitely…

    Read More Build a Nano-based binary Nixie clock with 18 IN-2 tubesContinue

  • A wireless monitoring solution for solar power systems in remote locations
    Arduino | Power and Energy | Tools and Software

    A wireless monitoring solution for solar power systems in remote locations

    Byoeadmin July 28, 2020July 21, 2020

    Researchers in Thailand have developed a ZigBee-based wireless monitoring solution for off-grid PV installations capable of tracking the sun across the sky, tilting the panel hourly. The elevation for the setup is adjusted manually once per month for optimum energy collection. The prototype is controlled by a local Arduino Uno board, along an H-bridge motor driver to…

    Read More A wireless monitoring solution for solar power systems in remote locationsContinue

  • Preview the Debugger feature for the Arduino Pro IDE
    Arduino | Tools and Software

    Preview the Debugger feature for the Arduino Pro IDE

    Byoeadmin July 26, 2020July 21, 2020

      Key features include the ability to: Execute your Arduino sketch step-by-step while it’s running on your Arduino board! Pause your sketch execution placing breakpoints. Inspect variables values during execution. Initially supporting SAM D21 boards, the Arduino Pro IDE Debugger is available for Windows, Mac OS X and Linux64. You can try the Arduino Debugger…

    Read More Preview the Debugger feature for the Arduino Pro IDEContinue

  • An Arduino-enabled observatory dome door opener
    Arduino | Tools and Software

    An Arduino-enabled observatory dome door opener

    Byoeadmin July 25, 2020July 21, 2020

      The South Florida Science Center recently commissioned a beautiful new 10” aperture refactor telescope. Its dome, however, was opened by hand; so in an effort to modernize this part of the setup, Andres Paris and his brother added a windshield wiper-style DC motor to automate the process. More info

    Read More An Arduino-enabled observatory dome door openerContinue

  • Visualize sorting algorithms with Arduino and LED strip
    Arduino | Tools and Software

    Visualize sorting algorithms with Arduino and LED strip

    Byoeadmin June 20, 2020June 3, 2020

    Sorting algorithms are the basic algorithms for beginners who want to learn computer science or programming. But sometimes you will get confused about how these algorithms work. Thus, there are plenty of visualizations of these sorting algorithms for beginners. But there are no visualization methods based on LEDs. Then I decided to implement one with…

    Read More Visualize sorting algorithms with Arduino and LED stripContinue

  • Artificial Intelligence (AI) Based line Following robot
    Arduino | Artificial Intelligence | Robotics and Drones | Tools and Software

    Artificial Intelligence (AI) Based line Following robot

    Byoeadmin June 17, 2020June 3, 2020

    After developing the Arduino based Pick & Place Robot the idea was to develop an Artificial Intelligent AI-based line following robot. Developing a simple line following robot was good for the beginner just what it needed to add some sort of infrared sensors instead of servo motors in my recent project. “The idea was to…

    Read More Artificial Intelligence (AI) Based line Following robotContinue

Page navigation

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