Cool uses for Arduino

There are very many cool Arduino projects and project sites in Internet (make Google search to see). Here are some interesting links to check out:
Arduino Projects at indestructables

Arduino user projects

Arduino Project Ideas

Top 40 Arduino Projects of the Web

Arduino Rising: 10 Amazing Projects People Are Doing With The Tiny Microcontroller

Electronics For The Everyman: 25 Kick Ass Arduino-Powered Projects

10 Simple-But-Fun Projects to Make With Arduino

DuinoForProjects

Codeduino projects

Internet of Thing with Arduino

11 Arduino projects that require major hacking skills—or a bit of insanity

I will be posting more links to more interesting projects as comments to this post, like I did in my Cool uses for the Raspberry Pi posting. Some of the most interesting that spend some more time at can get their entire own postings this blog in Arduino section.

2,952 Comments

  1. Tomi Engdahl says:

    Create a sound meter using the Nicla Vision’s onboard microphone: https://docs.arduino.cc/tutorials/nicla-vision/microphone-sensor

    Reply
  2. Tomi Engdahl says:

    Bosch.IO’s new tutorial walks you through connecting your Arduino board and its sensors to the Bosch IoT Suite: https://docs.bosch-iot-suite.com/device-management/Physical-device-connection—Arduino.html

    Reply
  3. Tomi Engdahl says:

    It’s no secret that we love science… and we also think it can save the world!

    Check out our article that explores the problems science has solved and why it will continue to do so: https://www.arduino.cc/education/how-science-will-save-the-world

    Reply
  4. Tomi Engdahl says:

    MCUVoltage measures the voltage supply (Vcc) of Arduino without extra components
    https://github.com/cygig/MCUVoltage

    Reply
  5. Tomi Engdahl says:

    David Johnson-Davies’ Tiny TFT Graphics Library Gains an Odd New Ability: Reading From Displays
    Tweak is built to offer graphics-handling features like screenshotting, mirroring, and collision detection with a minimal memory footprint.
    https://www.hackster.io/news/david-johnson-davies-tiny-tft-graphics-library-gains-an-odd-new-ability-reading-from-displays-4efded9f2157

    Reply
  6. Tomi Engdahl says:

    Turn An Arduino Into A USB MIDI Device
    https://www.youtube.com/watch?v=tmFtMAZOGZo

    Building a MIDI Controller Using Arduino
    https://www.youtube.com/watch?v=JZ5yPdoPooU

    Reply
  7. Tomi Engdahl says:

    Arduino Multiplexor – MUX INPUTS & OUTPUTS – ANALOG and PWM
    https://www.youtube.com/watch?v=Dco6jo9xgAo

    Multiplexers and demultiplexers are devices that allow us to control a greater number of devices with a smaller number of inputs or outputs. We can use these devices to expand the number of inputs and outputs of a processor like Ardunio.

    Reply
  8. Tomi Engdahl says:

    Davide D’Alessandro designed an Arduino-driven desk device that allows users to enjoy a moment of study, work, relaxation, and leisure without the invasiveness of notifications.

    Iris
    https://create.arduino.cc/projecthub/d333/iris-6b229f

    Desk device for more convenient communication that mitigates the invasiveness of notifications and reduces user interactions with the phone.

    Reply
  9. Tomi Engdahl says:

    YouTuber Mr Innovative has created a simple wire harness wrapping machine that takes tape and quickly spins it around a bundle of cable.

    This wrapping machine makes wire harness creation a breeze
    https://blog.arduino.cc/2022/09/05/this-wrapping-machine-makes-wire-harness-creation-a-breeze/

    Many products require the use of wire harnesses, which are essentially bundles of cabling that connect one subsystem to another, such as a car engine’s sensors to the ECU. DIY projects can also find themselves needing one, but having to manage the wiring without tangles or unwanted bends can be a challenge.

    YouTuber Mr. Innovative has created a simple wire harness wrapping machine

    https://m.youtube.com/watch?v=s923C0_tkjw&feature=emb_logo

    Reply
  10. Tomi Engdahl says:

    Arduino Soundlab
    https://create.arduino.cc/projecthub/john-bradnam/arduino-soundlab-bf8593

    A 3D printed Arduino Nano based synthesizer that produces a wide range of amazing sounds generated using the FM synthesis technique.

    Reply
  11. Tomi Engdahl says:

    Bald Corder MK1 © MIT
    Remember the Tricorder from Star Trek? Here is a functional device I built for a contest that makes real measurements.
    https://create.arduino.cc/projecthub/baldengineer/bald-corder-mk1-a5f664

    Reply
  12. Tomi Engdahl says:

    This library lets your Arduino act as a voice synthesis processor.

    Talkie Library Makes Your Arduino Speak Like It’s 1985
    https://embeddedcomputing.com/technology/open-source/talkie-library-makes-your-arduino-speak-like-its-1985

    Perhaps you remember the early voice synthesizers of the 1980s, which “spoke” in a muffled, marginally intelligible tone. Audio data storage was based on a linear predictive coding (LPC) format, and played back with a voice synthesis processor (VSP).

    Texas Instruments’ Speak & Spell educational toy was perhaps the most iconic device that used this sort of technology, and if you’re nostalgic for this “soothing” voice, you can generate this type of speech using an Arduino and the Talkie library.

    This library, which was first published in 2012 by Peter Knight, appears to now be updated and maintained by Armin Joachimsmeyer, linked here by Arduino. It takes LPC sound files, and uses an Arduino to act as the VSP.

    https://www.arduino.cc/reference/en/libraries/talkie/

    Reply
  13. Tomi Engdahl says:

    Arduino UNO Guitar Pedal © CC BY-NC
    https://create.arduino.cc/projecthub/electrosmash/arduino-uno-guitar-pedal-b2ba96

    pedalSHIELD UNO is an Arduino UNO programmable guitar pedal. You can create your own effects and digital sounds.

    https://www.electrosmash.com/pedalshield-uno

    Specifications.

    Based on Arduino / Genuino UNO (16MHz, 2KB RAM).
    Analog stages using TL972 rail-to-rail operational amplifier.
    ADC: 10bits.
    Output Stage: 16 bits (2x8bits PWMs running in parallel)
    Interface:
    2 Configurable push buttons.
    1 Configurable switch.
    1 programmable blue led.
    True Bypass Foot-switch
    Connectors:
    Input Jack, 1/4 inch unbalanced, Zin=0.5MΩ.
    Output Jack, 1/4 inch unbalanced, Zout=0.1Ω.
    Power supply: power taken from the Arduino UNO board.

    The idea is to make it as easy as possible, the shield is programmed in C/C++ using the standard Arduino functions and software platform (Linux/Windows/Mac). All tools and programs are free/open source.

    The complete project is Open Source Hardware, the design was done using KiCad, an open-source GNU free of charge electronic design CAD tool. All the project files, schematics, and bill of materials are public. The circuit can be broken down into 5 simpler blocks: Power Supply, Input Stage, Output Stage, User Interface and Arduino Connectors

    https://www.electrosmash.com/forum/pedalshield-uno/114-how-to-start-programming-pedalshield-uno?lang=en

    Reply
  14. Tomi Engdahl says:

    pedalShield Uno: An Arduino Guitar Pedal
    https://www.youtube.com/watch?v=FkaQD5KyJzw

    pedalSHIELD UNO is a lo-fi Arduino Open Source guitar pedal made for guitarists, hackers and programmers. You can program your own effects in C/C++ or download them from the ElectroSmash forum.

    pedalSHIELD UNO Arduino Guitar Pedal
    https://www.youtube.com/watch?v=vECPNuPytuw

    pedalSHIELD UNO is a lo-fi Arduino Open Source guitar pedal made for guitarists, hackers and programmers. You can program your own effects in C/C++ or download them from the ElectroSmash forum.

    Reply
  15. Tomi Engdahl says:

    Arduino FFT Spectrum analyzer with pedalSHIELD MEGA
    https://www.youtube.com/watch?v=_GI7QWVvzas

    Reply
  16. Tomi Engdahl says:

    pedalSHIELD Theremin – Arduino DUE
    https://www.youtube.com/watch?v=YoPlwfurViw

    Arduino DUE based guitar pedal can be used as a theremin, creating a sinewave generator with a frequency modulated by a Sharp GP2Y0A21YK distance detector.
    All the info about the project is:
    http://www.electrosmash.com/pedalshield

    Reply
  17. Tomi Engdahl says:

    Arduino DUE Guitar Pedal – Distortion Effect
    https://www.youtube.com/watch?v=rcjRLFU9Nwc

    This is an explanatory video of how the Asymmetric Distortion guitar pedal works. You can adjust the clipping on the positive or negative semi-cycle of the waveform and also flip it upside down and adjust the Volume.

    More info here:
    http://www.electrosmash.com/forum/software-pedalshield/343-example-asymmetric-distortion-video-and-code

    The pedalSHIELD DUE project here:
    https://www.electrosmash.com/pedalshield

    Reply
  18. Tomi Engdahl says:

    Arduino Guitar Pedal
    https://www.instructables.com/Arduino-Guitar-Pedal/

    The Arduino Guitar Pedal is a digital multi-effect pedal based upon the Lo-Fi Arduino Guitar Pedal originally posted by Kyle McDonald. I made a few modifications to his original design. The most noticeable changes are the built-in preamp, and the active mixer stage which lets you combine the clean signal with the effects signal. I also added a sturdier case, foot switch, and rotary switch to have 6 discreet steps between the different effects.

    The cool thing about this pedal is that it can be endlessly customized. If you don’t like one of the effects, simply program another one. In this way, this pedal’s potential is largely dependent upon your skills and imagination as a programmer.

    Reply
  19. Tomi Engdahl says:

    Build an Arduino Guitar Pedal Stompbox
    https://makezine.com/projects/arduino-guitar-pedal/

    Construct a guitar pedal with easy-to-find parts and have fun creating your own sounds immediately — you don’t need deep knowledge in digital signal programming or electronics.

    This entire project is open source and open hardware; all the schematics and files are free. The design was created using KiCAD, an open source ECAD for Win-Linux-Mac so everybody can contribute. Learn more at our website. Here’s how to build your own

    https://www.electrosmash.com/forum/pedalshield-uno/114

    Reply

Leave a Comment

Your email address will not be published. Required fields are marked *

*

*