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
  • A Great I/O expansion Shield for RaspberryPi based on I2C
    Open Source Projects | Products | Raspberry Pi

    A Great I/O expansion Shield for RaspberryPi based on I2C

    Byoeadmin June 19, 2014September 7, 2026

    Today we introduce a I/O expansion shield for Raspberry Pi which allows you to extend the number of digital inputs and outputs available for our applications. [See also our previous I/O expander for Arduino] After having published the LCD display and GSM expansion shield we add to the collection a new shield, based on the…

    Read More A Great I/O expansion Shield for RaspberryPi based on I2CContinue

  • Single and Double Channel Automatic and Open Receivers
    Open Source Projects

    Single and Double Channel Automatic and Open Receivers

    Byoeadmin June 6, 2014

      Single and double channel 433.92 MHz Receivers able to be matched to a maximum of 10 transmitter each. Monostable or bistable. Specifications – Number of outputs: 1-2 – Output Mode: Monostable, Bistable – Power supply: 12 V DC – Power consumption: 40 mA max. – Memory: 10 codes per channel – Encryption: MM53200/HT-12  …

    Read More Single and Double Channel Automatic and Open ReceiversContinue

  • Adding telemetry to OpenWheels and feel like a PRO
    Arduino | Open Source Projects

    Adding telemetry to OpenWheels and feel like a PRO

    Byoeadmin May 29, 2014

    The series of posts devoted to the OpenWheels platform continues with the description of the processes related to the verification and management of the data collected from the sensors through a dedicated telemetry software .   At this point in the project, OpenWheels board is widely tested and ready to work with its firmware. It…

    Read More Adding telemetry to OpenWheels and feel like a PROContinue

  • An I²C Bus powered Arduino IO Expander Board controlled via Bluetooth and Android
    Arduino | IoT and Connectivity | Open Source Projects | Products

    An I²C Bus powered Arduino IO Expander Board controlled via Bluetooth and Android

    Byoeadmin May 23, 2014September 7, 2026

    Today we’ll expand Arduino’s digital resources thanks to an I2C bus equipped shield and we’ll allow the management of the board via a bluetooth connection RN-42 through an Android systems. All Arduino boards feature a number of digital I/Os. For the simplest projects, such resources are usually more than sufficient, but in those where they…

    Read More An I²C Bus powered Arduino IO Expander Board controlled via Bluetooth and AndroidContinue

  • Learn More about OpenWheels Firmware
    Arduino | Open Source Projects

    Learn More about OpenWheels Firmware

    Byoeadmin May 13, 2014

    During the months spent developing OpenWheels, we worked hard to achieve a firmware that was both functional and fast. We used float type variables only when it was strictly necessary and we implemented a system interrupt to manage, with the right timing, the stabilization operations. We did not skimp on protection systems and diagnostic messaging…

    Read More Learn More about OpenWheels FirmwareContinue

  • Discover OpenWheels Electronics and Test It!
    Arduino | Open Source Projects

    Discover OpenWheels Electronics and Test It!

    Byoeadmin May 7, 2014May 12, 2014

    Here comes the third post regarding our amazing OpenWheels: the Segway inspired open source and DIY two-wheels vehicle. For those who stumble upon this post for the first time, please check the launch here and the whole list here: https://oe2.open-electronics.org/tag/openwheels/ With this post we get more into the specifics of Openwheels and we’ll talk extensively about the electronics…

    Read More Discover OpenWheels Electronics and Test It!Continue

  • Openwheels: Put the mechanical pieces togheter
    Arduino | Open Source Projects

    Openwheels: Put the mechanical pieces togheter

    Byoeadmin April 30, 2014May 3, 2014

     [youtube id=”WMfVr5Jlt_E” width=”620″ height=”360″] Openwheels is fun! See me (Boris Landoni) happily driving the OpenWheels at Rome Maker Faire 2013   Here comes the second post regarding our amazing OpenWheels: the Segway inspired open source and DIY two-wheels vehicle. For those who stumble upon this post for the first time, please check the launch post here….

    Read More Openwheels: Put the mechanical pieces togheterContinue

  • Welcome OpenWheels the Open Source personal vehicle inspired by the Segway
    Arduino | Open Source Projects | Tutorials

    Welcome OpenWheels the Open Source personal vehicle inspired by the Segway

    Byoeadmin April 24, 2014May 22, 2014

      (This is the second post of the OpenWheels series. See all the posts by clicking here) As you may know, the invention of the SegWay is due to Mr. Dean Kamen who, noting the difficulties faced by a man in a wheelchair in just climbing a sidewalk, spotted the possibility of a vehicle that…

    Read More Welcome OpenWheels the Open Source personal vehicle inspired by the SegwayContinue

  • UDOO: a Linux/Arduino compatible board on Steroids
    Arduino | Open Source Projects

    UDOO: a Linux/Arduino compatible board on Steroids

    Byoeadmin April 16, 2014April 16, 2014

    In the past months we presented the Arduino Yun and Arduino Galileo boards. Today we present you a new board, quite more powerful, but still Arduino compatible and powered with GNU/Linux. It’s an all Italian board called UDOO. Indeed, now almost every month we see the birth of a new platform that integrates processors capable…

    Read More UDOO: a Linux/Arduino compatible board on SteroidsContinue

  • Interact and remotely control Arduino YUN with Ajax
    Arduino | Open Source Projects

    Interact and remotely control Arduino YUN with Ajax

    Byoeadmin March 27, 2014

    Once experimented with REST technology and with the “Bridge” communication mode, we can introduce a project that achieves something difficult so far with an Arduino board: writing a web page, to be run by Linino’s internal web server uHttpd, to manage the pins of Arduino with REST, but via a web page. We will show…

    Read More Interact and remotely control Arduino YUN with AjaxContinue

  • Using REST with Arduino Yun
    Arduino | Open Source Projects

    Using REST with Arduino Yun

    Byoeadmin March 14, 2014September 7, 2026

    With this short guide we release today, we will explain you how to use your Arduino Yun to do something that was never accomplished before with a board of such family. We’ll  face a real embedded project, with its set of sensors and management and control applications. Thanks to our experiment shield (more info),  you’ll manage…

    Read More Using REST with Arduino YunContinue

  • Add functions to your Dotklok: Remote Control
    Open Source Projects

    Add functions to your Dotklok: Remote Control

    Byoeadmin March 4, 2014September 7, 2026

    [youtube id=”5H85RDA5HEw” width=”620″ height=”360″] Today we present a mod of Dotklok, the product that we presented few months ago , with new features such as reading ambient temperature and controlling display brightness based on the ambient light. The whole thing can be controlled remotely via a standard TV remote control. Open firmware and hardware have…

    Read More Add functions to your Dotklok: Remote ControlContinue

Page navigation

Previous PagePrevious 1 … 30 31 32 33 34 … 42 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