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

  1. Tomi Engdahl says:

    Arduino flicker meter-Determining the quality of light bulbs
    Incandescent, halogen or fluorescent lamps (as well as LED if poorly designed),turn on and off a hundred times a second and produce light with a flicker at a certain frequency. This simple device can determine the quality of the bulbs, from the point of view of their flicker.
    Detailed video, instructioins, schematic, and code at:
    https://youtu.be/A1X77O-emBA

    Reply
  2. Tomi Engdahl says:

    Is My Boat Safe – An Arduino-Based Boat Monitor © GPL3+
    Arduino MKR & IoT Cloud will tell me if my boat is safe and ready for action even when I’m miles away from the marina.
    https://create.arduino.cc/projecthub/tomgohring/is-my-boat-safe-an-arduino-based-boat-monitor-219de2

    Reply
  3. Tomi Engdahl says:

    Predict the future? You can with predictive maintenance! © MIT
    Using an anomaly detection model and an Opla IOT kit, determine if a boiler is functioning correctly and if it requires maintenance!
    https://create.arduino.cc/projecthub/justinelutz/predict-the-future-you-can-with-predictive-maintenance-a88db1

    Reply
  4. Tomi Engdahl says:

    Arduino flicker meter-Determining the quality of light bulbs © GPL3+
    Numerous studies have shown that flickering, Although high frequency and then totally invisible, It can also cause headaches, eyestrain…
    https://create.arduino.cc/projecthub/mircemk/arduino-flicker-meter-determining-the-quality-of-light-bulbs-8011ce

    Numerous studies have shown that flickering, Although high frequency and then totally invisible, It can also cause headaches, eyestrain and nausea. Commercial flickering measuring instruments are very expensive (from a few hundred to several thousand dollars), and we can make it for about ten dollars. The code is taken from Electronupdate blog, and instead of APDS9002 ligt sensor I use homemade sensor made of old transistor in metal box BC219. For a sensor you can use almost any transistor with a metal housing to which you will cut the upper part. I also use a 1.3 inch OLED display instead of 0.9 inches for better visibility, with minor code changes.

    The device is extremely simple to make and contains only a few components:

    - Arduino Nano Microcontroller

    - Small 1.3 inch Oled Display with SH 1106 chip

    - homemade Light sensor made of an old metal transistor

    - and one Button

    If we have an oscilloscope, there is a very simple way to test the flickering period and amplitude. All we have to do is connect the sensor directly to the scope without any additional electronics. Due to the nature of the experiment, the light during the shooting can change from very weak to very strong. We will first test the brightness of this battery flashlamp. As we can see, the signal is in the form of a straight line, which is logical considering that the LED is powered by direct current from the battery. Next we will test several types of light sources. I will present it to you in a very general and simplified way so that it can be better understood. In general, the closer the signal shape is to such a straight line, the better the lamp.

    Reply
  5. Tomi Engdahl says:

    Opla Flower Robot Companion © CC BY-NC-SA
    https://create.arduino.cc/projecthub/jcarolinares/opla-flower-robot-companion-dc6229

    A desk companion robot to help you fight against daily stress and anxiety. #cloudgames2022

    Reply
  6. Tomi Engdahl says:

    Getting Started with Nicla Vision
    This tutorial teaches you how to set up the board, how to use the OpenMV IDE and how to run a MicroPython sketch.
    https://docs.arduino.cc/tutorials/nicla-vision/getting-started

    Reply
  7. Tomi Engdahl says:

    Arduino CTC Go! is now compatible with Chromebooks
    https://blog.arduino.cc/2022/03/17/arduino-ctc-go-is-now-compatible-with-chromebooks/

    Many educators, especially those using CTC GO!, have reached out to us for a solution that will make the board compatible with Chromebooks.

    So we’re pleased to announce that from today, educators and students who are using CTC GO! can now program the UNO Wifi Rev2, that comes with the kit, with their Chromebooks.

    Reply
  8. Tomi Engdahl says:

    Arduino Wireless Weather Station Using NRF24L01, DHT11-DHT22 Sensor and LCD
    https://www.instructables.com/Arduino-Wireless-Weather-Station-Using-NRF24L01-DH/

    Reply
  9. Tomi Engdahl says:

    Arduino: K-Type Thermocouple with MAX6675 Amplifier
    https://randomnerdtutorials.com/arduino-k-type-thermocouple-max6675/

    In this guide, you’ll learn how to read temperature using a K-Type Thermocouple with the MAX6675 amplifier with the Arduino board. A K-type thermocouple is a type of temperature sensor with a wide measurement range like −200ºC to 1350ºC (−326 to 2300ºF).

    Reply
  10. Tomi Engdahl says:

    Arduino Launches the New Braccio ++ Robot Arm
    The Braccio ++ is an improved take on Arduino’s industrial arm-style learning robot.
    https://www.hackster.io/news/arduino-launches-the-new-braccio-robot-arm-9492def8198e

    Reply
  11. Tomi Engdahl says:

    Gesture control car using Bluetooth….. more details and code click here
    https://techatronic.com/how-to-make-gesture-control-robot-using-arduino/

    Reply
  12. Tomi Engdahl says:

    Bluetooth home appliances with….. more details and code click
    https://techatronic.com/home-automation-using-arduino-and-bluetooth/

    Reply
  13. Tomi Engdahl says:

    The Lo-Fi Guide to the Orchestra
    Introducing the Arduino Lo-Fi Guide to the Orchestra
    https://hackaday.io/project/174907-the-lo-fi-guide-to-the-orchestra

    Reply
  14. Tomi Engdahl says:

    Making Windshield Wipers Rock To The Beat
    https://hackaday.com/2022/03/31/making-windshield-wipers-rock-to-the-beat/

    When you’re driving around, you might occasionally notice your indicators or windscreen wipers sync up fortuitously with the music. [Cranktown City] wanted to ensure his wipers would always match the beat, however, and set about making it so.

    After disassembling the wiper motor, The original controller PCB is ripped up, used solely for its home position contacts that help determine the position of the wipers. The battered board is then drilled out to fit a rotary encoder to track the wipers throughout their full motion.

    An Arduino is used to read the signal coming from the wiper stalk in order to know what mode the wipers should be in, and uses a motor controller to drive the wipers thusly. It also reads the encoder and home position contacts to track the wiper movement, and uses a proportional controller to control the wiper position. An MSGEQ7 spectrum analyzer is used to track the bass of the music to determine the beat to sync up to.

    https://www.youtube.com/watch?v=DB4GHDJvdEg

    Reply
  15. Tomi Engdahl says:

    GRBL PCB Shield – CNC Plotter | Vinyl Cutter
    https://www.youtube.com/watch?v=32rLbY_hhPw

    GRBL is a platfrom for CNC machines and Arduino and is compatible with Universal G-code sender. I’ve made the 3D design of this CNC machine for vinyl cutter or plotter with 2 axis and servo control for the height.

    00:00 Intro
    01:16 The GRBL PCB
    05:26 What we need
    07:08 Assemble
    10:17 Test
    11:37 GRBL Configuration
    13:40 Thank you!

    Reply
  16. Tomi Engdahl says:

    Controlling a cctv camera with arduino!
    A dream school project: control one or more cctv cameras with only a arduino
    https://hackaday.io/project/183986-controlling-a-cctv-camera-with-arduino

    Finally, a worthy projet for the vacation for my asument!
    This is an ongoing project so stay tuned.

    The project goal is to drive one or more Pelco cctv cameras with an arduino and to do a controlling board with custom pcbs, etc
    I’ve borrowed a camera from school for testing purpose.

    Reply
  17. Tomi Engdahl says:

    How to use CH-926 Coin Acceptor with Arduino
    https://www.youtube.com/watch?v=sfE7yqtd8TA

    In this video I will show how to program Coin Acceptor to recognise a set of coins as well as connect it to Arduino .
    Arduino code would capture impulses coming from the Coin Acceptor and display the sum of inserted coins on 4 digit display.
    We also use Arduino build in EEPROM to save the balance so it is not lost when the arduino is power down.

    Reply
  18. Tomi Engdahl says:

    ZIF Socket UNO / Barebones ATmega328p
    https://www.youtube.com/watch?v=_E7g-Qw2u6Q

    This video will review a ZIF socket shield that can be used to make building a barebones ATmega328p circuit very simple.

    Reply
  19. Tomi Engdahl says:

    Mirko Pavleski’s Arduino-powered robot uses a combination of ultrasonic and infrared sensors to track a human and follow them around.

    DIY Arduino Human Following Robot © GPL3+
    This Robot uses a combination of Ultrasonic and infrared sensors to track an object.
    https://create.arduino.cc/projecthub/mircemk/diy-arduino-human-following-robot-24f758

    There are several technologies that can detect and maintain a certain distance between a Robot and a Human. The most commonly used are ultrasonic sensors, infrared sensors, laser range sensor, voice and face recognition camera sensors etc..

    The robot consists of several components:

    - Arduino Uno microcontroller

    - L293D Motor driver shield

    - 4pcs. DC gear motors with Weels

    - HC-SR04 Ultrasonic sensor module

    - 2 Infrared sensor boards

    - and 7.4 Volts Lithium-Ion Battery pack

    To make it, we need only one rectangular plate, on which lower side should be glued the engines, and on the upper surface are mounted other elements. You can use discontinued L293D motor driver shield like in my case, but also and Adafruit motor shield as is presented on the schematic diagram without any changes.

    Reply
  20. Tomi Engdahl says:

    Ready to get started with your new Nicla Sense ME? Here’s how to display onboard sensor values using our WebBLE dashboard: docs.arduino.cc/tutorials/nicla-sense-me/web-ble-dashboard

    Reply
  21. Tomi Engdahl says:

    Magnetic Field Meter range +- 200mT (milliTesla) © GPL3+
    A stable instrument with display, LED and buzzer to feel the Magnetic Field live.

    https://create.arduino.cc/projecthub/marcozonca/magnetic-field-meter-range-200mt-millitesla-67fac5

    Reply
  22. Tomi Engdahl says:

    Arduino releases secure bootloader based on MCUboot
    https://www.cnx-software.com/2022/04/13/arduino-mcuboot-secure-bootloader/

    Arduino has released a new bootloader based on MCUBoot to increase the range of features and firmware safety of Arduino products, with the first release targetting STM32H7 based Arduino Portenta and Nicla Vision boards from the Arduino Pro family.

    Reply
  23. Tomi Engdahl says:

    DIY Braccio Robot Arm Shield for Arduino Due © LGPL
    This project implements a shield to connect a Braccio Robot Arm to an Arduino Due while maintaining backwards compatability.
    https://create.arduino.cc/projecthub/rpatterson/diy-braccio-robot-arm-shield-for-arduino-due-3dac5c

    Reply
  24. Tomi Engdahl says:

    Industry 4.0 : Predictive Maintenance © GPL3+
    A TinyML model using Arduino Portenta and Edge Impulse to predict the anomalous operation in Industrial machineries like Pump, valves & fans
    https://create.arduino.cc/projecthub/manivannan/industry-4-0-predictive-maintenance-3bb415

    Reply
  25. Tomi Engdahl says:

    DIY ULTRA-SENSITIVE Arduino EMF (Electromagnetic field) Detector
    The EMF detector introduced in this project is based on the Arduino Nano microcontroller and is extremely sensitive. This device can also be called an EMF meter, as it can measure the relative strength of a field using a scale of 10 LEDs.
    Detailed video, descriptionn, schematic, and code at:
    https://youtu.be/gVDJj16gzY0

    Reply
  26. Tomi Engdahl says:

    YouTuber Repeated Failure added a little macabre humor to a chocolate bunny by causing it to scream as each body part is bitten off.

    https://blog.arduino.cc/2022/04/19/this-chocolate-bunny-screams-when-its-eaten/

    Reply
  27. Tomi Engdahl says:

    The Just Bananas Method for Generating True Random Numbers
    Arduino-based Banana Random Number Generator (BRNG).
    https://www.hackster.io/news/the-just-bananas-method-for-generating-true-random-numbers-0e67c763dc1a

    Reply
  28. Tomi Engdahl says:

    Arduino-controlled CNC engraver uses solar power
    https://blog.arduino.cc/2022/04/28/arduino-controlled-cnc-engraver-uses-solar-power/

    Usually when we use the term “solar power,” we are referring to indirect energy use: photovoltaic solar panels collect energy from the sun and then either pass it along to a device or store it for later use. But some systems can use power from the sun in a more direct manner. If you’ve ever used a magnifying glass to set fire to a twig, you were using solar power directly. YouTuber Cranktown City pushed that concept further and created an Arduino-controlled CNC engraver that takes advantage of solar power.

    This machine doesn’t use energy from the sun to run the gantry motors or even the Arduino Uno board. Instead, it uses the sun and a glass lens in place of a conventional laser.

    Reply
  29. Tomi Engdahl says:

    Security flies high in our aviation use-case that takes a look at RIoT Secure AB’s amazing Arduino MKR-based solution: https://www.arduino.cc/pro/case-studies/riot-secure

    Reply

Leave a Comment

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

*

*