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,990 Comments

  1. Tomi Engdahl says:

    Compatible with the Arduino UNO R4 WiFi, Ildar Rakhmatulin’s ardEEG shield is able to measure EEG, EMG, and ECG bio-signals: https://github.com/Ildaron/ardEEG

    Reply
  2. Tomi Engdahl says:

    Here are 15 ingenious projects you can build with an Arduino
    BY
    AYUSH PANDE
    PUBLISHED 2 DAYS AGO
    From DIY 3D printers to FPV drones, there’s a lot you could do with your Arduino microcontroller
    https://www.xda-developers.com/incredible-arduino-projects/

    Reply
  3. Tomi Engdahl says:

    John Graham-Cumming shows how he built a super simple light sensor logger using an Arduino Leonardo, a large LED, and a resistor or three: https://blog.jgc.org/2024/06/two-ways-to-use-led-as-light-sensor.html

    Reply
  4. Tomi Engdahl says:

    DIY simple Capacitive Proximity sensor
    Extremely useful and adjustable sensor which have several advantages including high reliability, long lifespan, and resistance to environmental factors like dirt, moisture, and vibration.
    Detailed instructions, schematic, and code at:
    https://youtu.be/dcvzawPDav0

    Reply
  5. Tomi Engdahl says:

    A DIY Proximity Sensor, Using Just Scrap Parts And Software
    https://hackaday.com/2024/07/01/diy-proximity-sensor-using-just-scrap-parts-and-software/

    [mircemk] shows how to create a simple non-contact proximity sensor using little more than an Arduino Nano board, and a convenient software library intended to measure the value of capacitors.
    The prototype has a threshold set via potentiometer for convenience.

    The basic idea is that it’s possible to measure a capacitor’s capacitance using two microcontroller pins and the right software, so by using a few materials to create an open-style capacitor, one can monitor it for changes and detect when anything approaches enough to alter its values past a given threshold, creating a proximity sensor.

    The sensor shown here is essentially two plates mounted side-by-side, attached to an Arduino Nano using the Capacitor library which uses just two pins, one digital and one analog.

    DIY simple Capacitive Proximity sensor
    Extremely useful and adjustable sensor which have several advantages including high reliability, long lifespan
    https://hackaday.io/project/196710-diy-simple-capacitive-proximity-sensor/

    A capacitive proximity sensor is a type of sensor used to detect the presence of an object without physical contact.

    Reference > Libraries > Capacitor
    Capacitor
    Sensors
    Measure capacitance from 0.2pF to 100uF with no external hardware.
    Requires one digital pin and one analog pin.
    https://www.arduino.cc/reference/en/libraries/capacitor/

    Reply
  6. Tomi Engdahl says:

    Reference > Libraries > Capacitor
    Capacitor
    Sensors
    Measure capacitance from 0.2pF to 100uF with no external hardware.
    Requires one digital pin and one analog pin.
    https://www.arduino.cc/reference/en/libraries/capacitor/

    https://github.com/codewrite/arduino-capacitor
    Arduino library to measure capacitance from 0.2pF to over 100uF with no external hardware.
    This library allows capacitance to be measured between two pins. One pin must be an analog pin.

    https://github.com/codewrite/arduino-capacitor/blob/master/examples/MeasureCapacitorLite/MeasureCapacitorLite.ino

    Reply
  7. Tomi Engdahl says:

    https://www.partco.fi/fi/arduino/arduino-aloitussarjat/27067-ard-akx00069.html

    Alkuperäinen Arduino® AKX00069 – Plug and Make Kit – Luo älykkäitä IoT-laitteita nopeasti ja helposti monipuolisten Modulino®-sensorien avulla. Plug and Make Kit on Arduino Uno R4 WiFi:n ympärille koostuva sarja.

    Reply
  8. Tomi Engdahl says:

    UNDO ARDUINO ENCRYPTION WITH AN OSCILLOSCOPE
    https://hackaday.com/2024/07/14/undo-arduino-encryption-with-an-oscilloscope/

    Cryptography ain’t easy. Seemingly small details like how many times a computationally intensive loop runs can give the game away. [Lord Feistel] gives us a demo of how this could work with nothing more than poorly designed code, a resistor, and an oscilloscope.

    Power analysis attack over RSA
    https://github.com/lord-feistel/power_analysis

    Reply
  9. Tomi Engdahl says:

    Magnus Is a Finger-Drumming, Rapid-Fire, Arduino-Powered Magnetic Exoskeleton for Your Hand
    Reaching peak force in just 11.7ms, Magnus uses magnetism to provide a comfortable yet high-performance boost for your fingers.
    https://www.hackster.io/news/magnus-is-a-finger-drumming-rapid-fire-arduino-powered-magnetic-exoskeleton-for-your-hand-006ea65059ec

    Reply
  10. Tomi Engdahl says:

    Tommy Liao Gets Low-Cost Micrometers Talking Serial with an Arduino-Compatible Adapter Build
    Rather than using Clockwork Tools’ official, manual serial capture dongle, Liao reverse engineered the signal to build something better.
    https://www.hackster.io/news/tommy-liao-gets-low-cost-micrometers-talking-serial-with-an-arduino-compatible-adapter-build-91fb5fb7254e

    Reply
  11. Tomi Engdahl says:

    MicroClick: Your DIY Open-Source MacroPad
    The “Micro Cl1ck” project is a custom, programmable macro-pad, designed to enhance productivity through customizable shortcuts and controls.
    https://www.hackster.io/CiferTech/microclick-your-diy-open-source-macropad-550245

    Reply
  12. Tomi Engdahl says:

    YouTuber Alastair Aitchison shared a detailed overview of how you can use your Arduino to read input from USB HID devices like keyboards, mice, gamepads, or even barcode scanners.

    How to use USB HID Devices as Arduino Inputs – Keyboards, Mice, Magstripe/Barcode readers, and more!
    https://m.youtube.com/watch?v=a24kk8yusSE

    Reply
  13. Tomi Engdahl says:

    Arduino Cloud’s New Custom Templates Aim to Get Your Projects Up and Running Fast
    Building on the earlier addition of official project templates, Arduino Cloud now lets you make — and share — your own.
    https://www.hackster.io/news/arduino-cloud-s-new-custom-templates-aim-to-get-your-projects-up-and-running-fast-76aa5945ba5e?fbclid=IwY2xjawEhITtleHRuA2FlbQIxMQABHUrctiOtwlN3zGXZVbGq7bWxcprcxD21BribRgVt75vmrTaOVcaT02K82g_aem_l_w1stykMrmBQfuWF9pX1A

    Reply
  14. Tomi Engdahl says:

    https://blog.arduino.cc/2024/07/29/this-diy-guitar-transmitter-sends-digital-audio-to-the-amp/?fbclid=IwY2xjawEhKmFleHRuA2FlbQIxMQABHU6IfiqHu5CVg39Ruxq9RpapyS5Uawg3cL6Xd2LIXJsMrr2XkdC1Db5ErQ_aem_kqubIzkifJ0Yha_87kGfWA

    Hardaker accomplished that with two different Arduino boards: an Arduino Nano ESP32 for the transmitter and an Arduino GIGA R1 WiFi for the receiver. The two boards communicate with each other (to send audio data) through nRF24L01 radio transceivers, which allow for bandwidth up to 2Mbps.

    The transmitter has an external ADC (analog-to-digital converter) that Hardaker chose to keep noise down as a much as possible. At the other end, he took advantage of the GIGA R1 WiFi’s built-in DAC (digital-to-analog converter) to pump out audio through the onboard 3.5mm jack to the amp. He even programmed some digital filtering to clean up the signal.

    Reply
  15. Tomi Engdahl says:

    Rajesh K T’s Arduino UNO Clone Shows True Flexibility — Literally
    The “Flexduino” offers everything you’d expect from an Arduino UNO compatible — but on a floppy PCB substrate.
    https://www.hackster.io/news/rajesh-k-t-s-arduino-uno-clone-shows-true-flexibility-literally-04be90b605c2

    Reply
  16. Tomi Engdahl says:

    Arduino MIDI Input Cooked Three Ways
    Use MIDI input via custom adapters for the Arduino UNO and Opta, or implement an off-the-shelf shield.
    https://www.hackster.io/news/arduino-midi-input-cooked-three-ways-7ab3bfd3a109

    Reply

Leave a Comment

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

*

*