Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Arduino Zero to Hero
Rating: 4.3 out of 5(66 ratings)
1,319 students

Arduino Zero to Hero

Mastering Arduino Step by Step : Circuits, Programs, Sensor Libraries, Storing and Visualizing Data
Last updated 8/2023
English

What you'll learn

  • Confidently use many of the popular electronics components: breadboards, resistors, transistors, LED's potentiometers etc..
  • Write Arduino programs with multiple inputs and outputs
  • Read values from analog and digital sensors: sound, temperature, light, force, turning moment etc . .
  • Create music instruments with button and light sensor inputs
  • Use sensor libraries for acceleromenter, gyroscope and remote control applications
  • Set up scientific experiments using circuits and code to test memory and reaction time
  • Save data from ARduino to SD card and export results to Excell
  • Use processing to connect mouse and keyboard inputs to Arduino
  • Visualize sensor outputs as live display graphs on Processning software

Course content

6 sections53 lectures7h 59m total length
  • Module Introduction (please watch!)1:20
  • LED Button Circuit10:21

    In this tutorial we are going to get familiar with three components LEDs, resistors and push buttons. We are going to use all three to build a circuit where a push button turns and LED on and off. 

    We are also going to burn some LEDs for demonstration purposes and discuss the concept of current voltage and resistance



  • Using a potentiometer to control an LED3:35

    in this tutorial we are going to introduce a component called potentiometer. The potentiometer as a variable resistor whose resistance Changes by turning of a knob. We will demonstrate this by changing the brightness of an led by the turning off the potentiometer knob.

  • Using a transistor to magnify currents passing through my body6:44

    in this tutorial we are going to introduce a key Electronics component called a transistor. Transistors can be used in multiple ways, they can use a small current to control the intensity of a larger current, they can also be used as an on off switch. In this tutorial we are going to use a tiny current flowing through our own bodies to control a larger current which turns and LED on to different intensities. 

    In the wider world transistors are used in all microprocessors to perform logic operations. There are actually hundreds of millions of transistors inside most computer CPUs.

  • Two transistor amplifier (Darlington Pair) 10,000x amplification4:49

    in this tutorial we are going to use to transistors, the first one will amplify a current by a factor of around 100, the second one was an amplifier amplified current. The final result will be a current that is amplified by around 10,000 and this will work very much like an antenna where buy electromagnetic radiation in the air and small touches of the base which transfer some electrons will be reflected in the flashing of the LED. 

  • Glow in the Dark Circuit6:07

    in this tutorial we are going to use a light dependent resistor transistor and a potentiometer to construct a circuit which gets an led to glow when it is in dim light. The point at which led turns on is actually going to be controlled by changing the setting on the potentiometer. 

  • AND Logic Gate Circuit4:13

    In this tutorial we will learn how to use a transistor to create a logic circuit that is EXTREMELY common, as in there are millions of them inside your CPU. We are talking about a logic gate: specifically AND Logic gate. This gate has two inputs and one output. The output will always be off unless both the inputs are on. 

  • OR Logic Gate Circuit3:30

    in this tutorial we are going to learn how to construct the OR logic gate Circuit. Like the end logic gate circuits this Circuit has to push buttons, however the premise is that the late is going to go on when one or both of the push buttons are pressed. 

  • NOT Logic Gate Circuit1:41

    The NOT logic gate Circuit uses only one push button. The premise is that when the button is not pressed so that means at all times the LED will be on when button pressed then the LED goes off, hence the name: NOT logic gate. 

Requirements

  • You should have access to an Arduino Prototyping kit
  • You should have admin access to a Mac or a PC so you can install the Arduino Software

Description

Arduino is an open-source microcontroller used for building electronics projects. Since it arrived on the scent, Arduino completely revolutionized DIY electronics, making it possible for artists, teenagers and hobbyists to create a vast array of projects which interact with people and the environment. 

In this course you will learn how to create simple projects by using Arduino.

This course is a product of my 5 years of playing and teaching with Arduino's. The learning sequence of 

Sections 1-3 introduce Arduino and build student confidence by first learning how to just build circuits and afterwards how to write programs. 

Section 4 teaches the fundamentals of analog circuits and applies those to sound sensors, temperature sensors, light mixers and musical instruments. 

Section 5 takes on digital circuits, starting with button inputs being used to create sound effects, memory games, guessing games with a 7 segment display and measure human reaction time. 

Section 6 is all about installing and using sensor libraries with Gyro Accelerometer Circuits and Remote Control Circuits. 

Section 7 Wraps up the course with some spectacular visualizations of sensor outputs using a software called Processing.

Each section will help you learn and finally you can be a master of Arduino.

Who this course is for:

  • Ambitious beginners who want to master Arduino.
  • Intermediate coders, electronics enthusiasts who wand to expand their repetoire
  • Teachers and educators looking for a systematic step by step way to learn Arduino