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
  • RFID based Attendance system using Arduino and External EEPROM
    Arduino | Tools and Software

    RFID based Attendance system using Arduino and External EEPROM

    Byoeadmin June 4, 2021June 3, 2021

      In this post we are going to learn how to build a RFID based attendance system using Arduino development board, RC522 RFID reader module and external EEPROM. We will take a brief look at RC522 RFID module, external EEPROM and other circuit modules that makes this proposed RFID attendance system work. RFID card based…

    Read More RFID based Attendance system using Arduino and External EEPROMContinue

  • ESP32 Neopixel Status Indicator and Sensor PCB Shield with Wi-Fi Manager
    IoT and Connectivity | Microcontrollers | Tools and Software

    ESP32 Neopixel Status Indicator and Sensor PCB Shield with Wi-Fi Manager

    Byoeadmin June 3, 2021

      In this project, we’ll create a status indicator PCB shield for the ESP32 featuring two rows of addressable RGB neopixel LEDs, a BME280 sensor, and a pushbutton. We’ll program the board to display a web server with the BME280 sensor readings and show the temperature and humidity range on the LEDs (like two progress…

    Read More ESP32 Neopixel Status Indicator and Sensor PCB Shield with Wi-Fi ManagerContinue

  • ESP32-CAM with Telegram: Take Photos Control Outputs Sensor Readings and Motion Notifications
    Arduino | Microcontrollers | Open Source Projects | Tools and Software

    ESP32-CAM with Telegram: Take Photos Control Outputs Sensor Readings and Motion Notifications

    Byoeadmin May 22, 2021May 11, 2021

      In this project we’ll create a PCB shield for the ESP32-CAM AI-Thinker board with a PIR motion sensor, a BME280 temperature, humidity and pressure sensor and some additional exposed pins. We’ll create a Telegram bot for the ESP32-CAM that allows you to control your board from anywhere to request a photo, sensor readings or…

    Read More ESP32-CAM with Telegram: Take Photos Control Outputs Sensor Readings and Motion NotificationsContinue

  • Hands-free Tokens
    Arduino | Tools and Software

    Hands-free Tokens

    Byoeadmin May 21, 2021May 11, 2021

      Hey Geeks, Now I am studying in +2 which is equivalent to 12th Grade. I am very interested in computer science and also my main subject is that. I spent a lot of time in developing Embedded projects. I have around 3 years of experience in the embedded field. I always focus on innovative…

    Read More Hands-free TokensContinue

  • Hacking an Audi TT dashboard with Arduino Nano
    Arduino | Tools and Software

    Hacking an Audi TT dashboard with Arduino Nano

    Byoeadmin May 17, 2021September 7, 2026

    Most cars use the CAN (Controller Area Network) communication protocol to enable communication between different devices. The goal of this project is to replace data from the radio with others from Arduino Nano, in order to visualize other data on the display. To do this, a custom PCB based on Arduino Nano, a TJA1055 and…

    Read More Hacking an Audi TT dashboard with Arduino NanoContinue

  • DIY RACING GAME SIMULATOR || F1 SIMULATOR
    Arduino | Tools and Software

    DIY RACING GAME SIMULATOR || F1 SIMULATOR

    Byoeadmin May 8, 2021September 7, 2026

    Today I am going to show you, how I build a “Racing Game Simulator” with the help of Arduino UNO. The working is very simple Arduino is use as a HID device that can communicate between computer and external componentdevices More info

    Read More DIY RACING GAME SIMULATOR || F1 SIMULATORContinue

  • Accurate clock just using an Arduino
    Arduino | Tools and Software

    Accurate clock just using an Arduino

    Byoeadmin April 19, 2021

      I started this as an academic exercise, but ended up with a very accurate clock. After running for 5 days, it had not lost or gained any time. The main issue with using just an Arduino is that its internal clock speed is not 100% accurate. Hence if you just rely on this then…

    Read More Accurate clock just using an ArduinoContinue

  • Contactless Thermometer using Arduino with SD card temperature logger
    Arduino | Tools and Software

    Contactless Thermometer using Arduino with SD card temperature logger

    Byoeadmin March 27, 2021March 26, 2021

      In this project we are going to learn how to build an infrared based non-contact thermometer which can be utilized for screening people at schools, offices, shopping malls etc. for abnormal body temperature which could be a sign of contagious diseases. The proposed non-contact thermometer can measure body temperature of a person at forehead…

    Read More Contactless Thermometer using Arduino with SD card temperature loggerContinue

  • Cheap USB to UART Converter using Microchip MCP2200
    Arduino | Tools and Software

    Cheap USB to UART Converter using Microchip MCP2200

    Byoeadmin March 26, 2021March 26, 2021

    https://youtu.be/2FcOQE6c_SA   Nowadays USB port is used widely for data transactions between electronic devices and computers. In many scenarios, there is no need to communicate with the USB port directly, therefore electronic designers use USB to UART (RS232-Serial) converter chips, so the USB port is converted to a virtual COM port on the computer. The…

    Read More Cheap USB to UART Converter using Microchip MCP2200Continue

  • A compact Raspberry Pi CM4 carrier — Piunora
    Tools and Software

    A compact Raspberry Pi CM4 carrier — Piunora

    Byoeadmin March 26, 2021

      What is Piunora? Piunora is a development board complete with IO headers, USB ports, and HDMI output. It has an M.2 connector, some built-in LEDs, a camera connector, and a few other features. It also opens up some new functions, such as the ability to run the Pi as a USB gadget rather than…

    Read More A compact Raspberry Pi CM4 carrier — PiunoraContinue

  • Please welcome the Arduino IDE 2.0 (with debugger)
    Arduino | Tools and Software

    Please welcome the Arduino IDE 2.0 (with debugger)

    Byoeadmin March 2, 2021

    While the Arduino IDE provides a simple and clear interface that is ideal for novice users, the more advanced users often report that the editing capabilities are a bit limited compared to modern editors. This includes features like code indentation, block folding, auto-closing brackets, regular expression search and replace, comment toggling. In addition to this, many…

    Read More Please welcome the Arduino IDE 2.0 (with debugger)Continue

  • 6 Challenges For PCBs Used In Medical Robots
    Guest Posts | Robotics and Drones | Tools and Software

    6 Challenges For PCBs Used In Medical Robots

    Byoeadmin January 26, 2021January 26, 2021

    Technology is becoming a crucial part of every industry and is spreading its wings in the world. With the technical advancements, the robotics industry is also providing its services in several forms. Medical Robots are there in the medical industries that help several organizations manage patients and their data efficiently. But still, there are multiple…

    Read More 6 Challenges For PCBs Used In Medical RobotsContinue

Page navigation

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