Open Source Projects Archives - Open Electronics https://www.open-electronics.org/category/opensourceprojects/ Open source electronic projects Mon, 08 Jan 2024 08:33:03 +0000 en-US hourly 1 https://wordpress.org/?v=6.6.1 https://www.open-electronics.org/wp-content/uploads/2015/08/cropped-logo-32x32.jpeg Open Source Projects Archives - Open Electronics https://www.open-electronics.org/category/opensourceprojects/ 32 32 32754084 Building a 3D Digital Clock with Arduino https://www.open-electronics.org/building-a-3d-digital-clock-with-arduino/ https://www.open-electronics.org/building-a-3d-digital-clock-with-arduino/#comments Mon, 08 Jan 2024 08:33:03 +0000 https://www.open-electronics.org/?p=36507     Project to create a digital clock consisting of 24 3D-printed analog clocks. The clock displays the time in digital format and shows animations between each hour. The clock is composed of 3D-printed parts, 25 Arduino Nano boards, and 48 stepper motors, and each dial uses a custom-designed PCB created with Eagle. The clock […]

The post Building a 3D Digital Clock with Arduino appeared first on Open Electronics. The author is Boris Landoni

]]>
https://www.open-electronics.org/building-a-3d-digital-clock-with-arduino/feed/ 1 36507
Creating a controller for Minecraft with realistic body movements using Arduino https://www.open-electronics.org/creating-a-controller-for-minecraft-with-realistic-body-movements-using-arduino/ https://www.open-electronics.org/creating-a-controller-for-minecraft-with-realistic-body-movements-using-arduino/#respond Wed, 20 Dec 2023 17:13:57 +0000 https://www.open-electronics.org/?p=36526   Project of a controller that maps body movements and reproduces them in the game Minecraft to achieve a low-cost augmented reality-like experience. Unlike many other controllers of this type, this device also reproduces realistic walking in the game, where every meter walked in real life corresponds to a meter walked in Minecraft. The device […]

The post Creating a controller for Minecraft with realistic body movements using Arduino appeared first on Open Electronics. The author is Boris Landoni

]]>
https://www.open-electronics.org/creating-a-controller-for-minecraft-with-realistic-body-movements-using-arduino/feed/ 0 36526
Snowflake with Arduino https://www.open-electronics.org/snowflake-with-arduino/ https://www.open-electronics.org/snowflake-with-arduino/#comments Thu, 14 Dec 2023 08:13:11 +0000 https://www.open-electronics.org/?p=36559 With Christmas just a few hours away and no snow in sight, we present to you this scenic snowflake created using LEDs and controlled by Arduino. The application itself is quite simple, but the construction method makes this snowflake truly unique.  

The post Snowflake with Arduino appeared first on Open Electronics. The author is Boris Landoni

]]>
https://www.open-electronics.org/snowflake-with-arduino/feed/ 1 36559
Holographic Christmas Tree https://www.open-electronics.org/holographic-christmas-tree/ https://www.open-electronics.org/holographic-christmas-tree/#respond Mon, 04 Dec 2023 16:00:56 +0000 https://www.open-electronics.org/?p=36562   Beautiful project to create a Persistence of Vision (POV) Christmas Tree There are several fascinating gadgets and POV clocks available, and we have featured some of them on this blog as well. They fall into the category of holographic projectors that can display 3D projections. However, for those who want to embark on a […]

The post Holographic Christmas Tree appeared first on Open Electronics. The author is Boris Landoni

]]>
https://www.open-electronics.org/holographic-christmas-tree/feed/ 0 36562
Segstick: Build Your Own Self-Balancing Vehicle in Just 2 Days with Arduino https://www.open-electronics.org/segstick-build-your-own-self-balancing-vehicle-in-just-2-days-with-arduino/ https://www.open-electronics.org/segstick-build-your-own-self-balancing-vehicle-in-just-2-days-with-arduino/#comments Mon, 20 Nov 2023 08:20:47 +0000 https://www.open-electronics.org/?p=36529 The Segstick project is a do-it-yourself construction of a self-balancing vehicle based on Arduino. It uses an inertial measurement unit (IMU) and two motor drivers. The project was created using a broomstick and two cordless DeWalt drills. It may not be the best self-balancing DIY vehicle ever made, but it was built in just two […]

The post Segstick: Build Your Own Self-Balancing Vehicle in Just 2 Days with Arduino appeared first on Open Electronics. The author is Boris Landoni

]]>
https://www.open-electronics.org/segstick-build-your-own-self-balancing-vehicle-in-just-2-days-with-arduino/feed/ 1 36529
ZSWatch: An Open-Source Smartwatch Project Based on the Zephyr Operating System https://www.open-electronics.org/zswatch-an-open-source-smartwatch-project-based-on-the-zephyr-operating-system/ https://www.open-electronics.org/zswatch-an-open-source-smartwatch-project-based-on-the-zephyr-operating-system/#respond Mon, 30 Oct 2023 09:04:32 +0000 https://www.open-electronics.org/?p=36522 Jakob Krantz has created an open-source smartwatch called ZSWatch, which utilizes the Zephyr Real-Time Operating System (RTOS).         The four-layer PCB measures 36mm and contains a u-blox ANNA-B402 module with a Nordic nRF52833 BLE SoC, a sensor package with an accelerometer, a pulse oximeter, and a heart rate monitor, a vibrating motor, […]

The post ZSWatch: An Open-Source Smartwatch Project Based on the Zephyr Operating System appeared first on Open Electronics. The author is Boris Landoni

]]>
https://www.open-electronics.org/zswatch-an-open-source-smartwatch-project-based-on-the-zephyr-operating-system/feed/ 0 36522
Make your curtains smart https://www.open-electronics.org/make-your-curtains-smart/ https://www.open-electronics.org/make-your-curtains-smart/#comments Mon, 02 Oct 2023 09:09:03 +0000 https://www.open-electronics.org/?p=36510 The home automation project for curtains is an innovative idea to make daily life more convenient and comfortable. By using stepper motors and the Tasmota software, it becomes easy to control the opening and closing of curtains without the need to get up from the couch. Pre-packaged solutions for automating curtains can be expensive or […]

The post Make your curtains smart appeared first on Open Electronics. The author is Boris Landoni

]]>
https://www.open-electronics.org/make-your-curtains-smart/feed/ 1 36510
Configuring an ESP8266 for Battery Power https://www.open-electronics.org/configuring-an-esp8266-for-battery-power/ https://www.open-electronics.org/configuring-an-esp8266-for-battery-power/#respond Fri, 29 Sep 2023 07:19:50 +0000 https://www.open-electronics.org/?p=36547     There are numerous ESP8266 modules available, and they are often used in battery-powered IoT applications that, with the correct configuration, can run for months. In this guide, you will learn how to power an ESP8266 using lithium-ion batteries and how to configure it correctly. You will also be able to simulate battery life […]

The post Configuring an ESP8266 for Battery Power appeared first on Open Electronics. The author is Boris Landoni

]]>
https://www.open-electronics.org/configuring-an-esp8266-for-battery-power/feed/ 0 36547
Creating a Telegram Bot for ESP32 https://www.open-electronics.org/creating-a-telegram-bot-for-esp32/ https://www.open-electronics.org/creating-a-telegram-bot-for-esp32/#respond Thu, 28 Sep 2023 07:07:21 +0000 https://www.open-electronics.org/?p=36538 In some of the ESP32 projects featured in the magazine Elettronica In, a Telegram bot is used to receive alarm notifications, event alerts, and even control the module’s outputs. In these detailed videos, Dario Ciceri (the tutor for the ESP32 course) explains how to configure a Telegram bot using the Arduino IDE. If you’re interested […]

The post Creating a Telegram Bot for ESP32 appeared first on Open Electronics. The author is Boris Landoni

]]>
https://www.open-electronics.org/creating-a-telegram-bot-for-esp32/feed/ 0 36538
Creating a Unique Electronic Musical Instrument: The Sound Wall https://www.open-electronics.org/creating-a-unique-electronic-musical-instrument-the-sound-wall/ https://www.open-electronics.org/creating-a-unique-electronic-musical-instrument-the-sound-wall/#comments Mon, 25 Sep 2023 07:49:18 +0000 https://www.open-electronics.org/?p=36178   We place metal foil notes on a panel and play our music by touching them, creating a melody from a truly original instrument. Those who know a little about music or have good memories of the “music education” hours at secondary school (or secondary school, to put it in a modern way), will certainly […]

The post Creating a Unique Electronic Musical Instrument: The Sound Wall appeared first on Open Electronics. The author is Boris Landoni

]]>
https://www.open-electronics.org/creating-a-unique-electronic-musical-instrument-the-sound-wall/feed/ 1 36178
Building a Laser Microscope https://www.open-electronics.org/building-a-laser-microscope/ https://www.open-electronics.org/building-a-laser-microscope/#respond Mon, 25 Sep 2023 07:21:22 +0000 https://www.open-electronics.org/?p=36544 If your Blu-ray player has gone from being the centerpiece of your home theater to a dust-collecting ornament, here’s a project for you. Doctor Volt recently published a post explaining how to transform a Samsung BD-J5900 Blu-ray player into a laser scanning microscope. One of the main advantages of a laser scanning microscope over optical […]

The post Building a Laser Microscope appeared first on Open Electronics. The author is Boris Landoni

]]>
https://www.open-electronics.org/building-a-laser-microscope/feed/ 0 36544
Grand Piano Keys with Arduino https://www.open-electronics.org/grand-piano-keys-with-arduino/ https://www.open-electronics.org/grand-piano-keys-with-arduino/#respond Fri, 22 Sep 2023 07:43:25 +0000 https://www.open-electronics.org/?p=36541 Arcade games have captivated entire generations. Tasty Cakes is among those who have spent hours and hours playing these games. The passion was so great that they decided to replicate the Arcade Grand Piano Keys using an LED matrix and an Arduino Micro. The author has made all the code and 3D files available for […]

The post Grand Piano Keys with Arduino appeared first on Open Electronics. The author is Boris Landoni

]]>
https://www.open-electronics.org/grand-piano-keys-with-arduino/feed/ 0 36541