element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
    About the element14 Community
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Japan
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      •  Vietnam
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Arduino
  • Products
  • More
Arduino
Blog
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Arduino to participate - click to join for free!

Blog

  • Tags
  • Subscribe by email
  • More
  • Cancel
  • Simple Arduino DC Motor Control with Encoder, Part 2

    fmilburn
    fmilburn
    I would like to have accurate motor control in the robot I am planning.  Accordingly, I have been experimenting with encoders attached to the motors that provide feedback to a Proportional Integral controller.  This post is a demonstration ...
    • 6 Jan 2020
  • Simple Arduino DC Motor Control with Encoder, Part 1

    fmilburn
    fmilburn
    Updated 2 Jan 2020:  Embedded 2nd video I am starting to plan ahead for a robot that will have image recognition using a Raspberry Pi.  Image recognition being computationally intensive, the plan is to offload the Pi with microcontroll...
    • 2 Jan 2020
  • Creating Multi-Purpose I2C Devices with Arduino for use with a Raspberry Pi

    fmilburn
    fmilburn
    In a previous post the sending of a single byte using I2C between a Raspberry Pi (master) running a Python 3.7 script and a microcontroller using Arduino libraries was described.  In this post a more useful template with multiple byte transfer i...
    • 19 Dec 2019
  • Raspberry Pi and Arduino I2C Communication

    fmilburn
    fmilburn
    This post demonstrates simple sending and receiving of data from a Raspberry Pi using Python 3.7 to a microcontroller using the Arduino libraries.  There is a follow-up post here that demonstrates multi-byte transfer and control of GPIO, ADC, PW...
    • 11 Dec 2019
  • UNO, Blue Man and the Neon Light

    jc2048
    jc2048
     WARNING: This blog involves high voltages around sensitive low-voltage devices. Take great care if you decide to try this for yourself. Recently, I received a swag pack that included an UNO and a Blue Man so I thought I'd do a very sh...
    • 8 Dec 2019
  • The Bridge Troll

    fmilburn
    fmilburn
    Introduction The first project I posted on element14, and one of the first electronics projects I did after retirement were Halloween themed.  In fact, the avatar I use is based on a Halloween airplane costume I made for my grandson about 5...
    • 29 Oct 2019
  • Halloween bathroom prank

    natat_t
    natat_t
    I hosted a Halloween party last Saturday and I placed this simple prank in the bathroom. I used stuff I had at home, I mean at home we have boards, wires, tools, it is more like a small maker space.I wanted the prank to involve sound and lights but I...
    • 29 Oct 2019
  • MKR-Vidor-4000 Arduino

    clem57
    clem57
    Has anyone seen/program this https://store.arduino.cc/usa/mkr-vidor-4000 ? I am wondering if this works well as FPGA programming.
    • 26 Sep 2019
  • SpaceTrash on Arduino Nano

    kk99
    kk99
    The U8g2 library for monochrome LCDs contains nice example with game called: SpaceTrash. Below there is source code of this example:/* SpaceTrash.ino Universal 8bit Graphics Library (https://github.com/olikraus/u8g2/) Copyright (c) 2016, oli...
    • 13 Sep 2019
  • NS017S LEDs don't have any troubles At 24 MHz

    jeffmichael1234
    jeffmichael1234
      NS107S LEDs don't any trouble at 24 MHz.  According to Paul Stoffregen's Articles on December 6, 2017December 7, 2017, we know the APA102 LEDs strips have the problem at 24 MHz, usually after 150 to 250 LEDs.  But why?  Here’s h...
    • 9 Sep 2019
  • Arduino MKR CAN Shield Review - part 2: Interrupt and Filter

    Jan Cumps
    Jan Cumps
    A follow up project with the Arduino MKR CAN Shield.In this post, I try to offload as much effort as possible to the CAN IC, and reduce the load on the Arduino microcontroller. CAN Receive with Interrupts The CAN controller, the Microchip M...
    • 26 Jun 2019
  • Arduino MKR CAN Shield Review - part 1: Log BUS Traffic

    Jan Cumps
    Jan Cumps
    I'm trying out CAN communication with the Arduino MKR CAN Shield. I have a CAN bus test setup in the lab, with two DIY CAN drivers.If all is OK, I should be able to write firmware and plug the Arduino CAN shield onto that BUS.It can then snoop t...
    • 18 Jun 2019
  • TinkerCad Tutorial #1 Simple Arduino LED Blink

    meera_hussien
    meera_hussien
    TinkerCad Tutorial #1 Simple Arduino LED Blink               Hi. Today, we shall another simulation tool which we can use to simulate our Arduino project. The best thing about this sof...
    • 13 May 2019
  • Working with the Arduino IDE.. with a more traditional Arduino Theme

    shabaz
    shabaz
    If (like me) you’re a relative newcomer to Arduino's integrated development environment (IDE) but not to programming, then the icons might surprise you! The icons are targeted for beginners, but I cannot tell that the up-arrow means open, and th...
    • 28 Apr 2019
  • cpu monitor panel - part 3

    Former Member
    Former Member
    The LCD arrived so I got to work on writing an Arduino sketch, I decided to lay the LCD screen out similar to the Python test screen and this is what I ended up with: The Arduino side of things is complete, It sends out a command over the seria...
    • 19 Apr 2019
  • Arduino | 3 New MKR Shields for Your "IoT: In the Cloud" Projects: Arduino MKR RGB, MKR ENV, and MKR THERM!

    tariq.ahmad
    tariq.ahmad
    Arduino HomeAn Open-Source platform to create digital devices and interactive objects that sense and control physical devices.Arduino TutorialsArduino Projects In the comments below:  Let Us Know How You Would Use the MKR RGB, MKR ENV, and ...
    • 18 Apr 2019
  • Arduino to C/C++ for LED Cube

    dzuz
    dzuz
    Does anyone know how to convert arduino code to c/c++? I have made a 4x4x4 LED cube, but I need to have the code in c/c++, not just arduino code. If anyone knows of a converter or can link a site to easily learn c/c++ on an arduino, that wo...
    • 17 Apr 2019
  • cpu monitor panel - part 2

    Former Member
    Former Member
    In the first part, I tested out Python to see if it was possible to gather some system information which worked very well. While waiting for the LCD screen to arrive I thought I'd try to see how straight forward it was to get that information out...
    • 14 Apr 2019
  • cpu monitor panel

    Former Member
    Former Member
    There seems to be plenty of LCD screen that fit onto the front of a desktop pc which display time, sometimes temperatures and fan speeds. I'm looking to expand on this and create an LCD screen that can be used to monitor the system performance s...
    • 12 Apr 2019
  • Wall mounting touchscreen for Arduino MKR family

    hwhardsoft
    hwhardsoft
    Hi,I want to introduce our ArduiTouch MKR touch screen set for the Arduino MKR family. This kit enables you to mount an Arduino MKR board + optional MKR shield together with an resistive touch screen on a wall. here are some pictures: 
    • 9 Apr 2019
  • DIN rail enclosure for different Arduinos

    hwhardsoft
    hwhardsoft
    Hi, some years ago I've posted some picture of our Arduibox DIN rail enclosure for Ardunino UNO. Meanwhile we have changed this enclosure and the protoboard pcb inside. It's possible now to use the new version not only with the UNO but a...
    • 22 Feb 2019
  • Arduino-based Smart Watering of Plants

    madhugovindarajan
    madhugovindarajan
    I found this example really detailed and thorough.  https://www.mathworks.com/help/supportpkg/arduino/examples/arduino-based-smart-watering-of-plants.html  Any thoughts on what other sensors can come in handy when one uses smart techniques ...
    • 28 Jan 2019
  • Mario Castle featuring Princess Peach

    fmilburn
    fmilburn
    Every year I am called upon to make Halloween costumes and accessories for my grandchildren.  Not scary stuff but things that they are into at the time.  Well, maybe a little bit scary...The kids originally asked for Legend of Zelda but cha...
    • 28 Oct 2018
  • Smart Little/Special Child Safety Watch

    mahmood.hassan
    mahmood.hassan
    ProblemWe all have little kids in our homes and every parent want to make sure that their kids are safe whenever they go outside of their homes. At the same time we also have little kids in our homes or around us how are special or little enough so t...
    • 24 Oct 2018
  • Oink, the Game Controlled by a Pig

    8bitsandabyte
    8bitsandabyte
    www.youtube.com/watch Project details:https://www.hackster.io/8bitsandabyte/oink-the-game-controlled-by-a-pig-90d2cd
    • 25 Sep 2018
<>
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2026 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube