Quantcast
Channel: Arduino Tutorials – MiniArduino
Viewing all 195 articles
Browse latest View live

Arduino Project. Tutorial cara membuat Robot Obstacle Part1

0
0



Cara membuat Robot deteksi rintangan menggunakan sensor Ultrasonic Part akhir

source


Arduino programming Tutorial (Serial Port) || In Telugu

0
0



Arduino programming Tutorial (Serial port) || In Telugu:
hi viewers.. in this tutorial i explain you serial ports TX,RX pins in arduino boards. In this session i tell you The working of serial communication . in this serial communication i use the functions like “begin()”, “print()”, “println()”.

source

Arduino programming Tutorial (IR – Sensor) || In Telugu

0
0



Arduino programming Tutorial (IR – Sensor) || In Telugu:
Hi friends… in this tutorial i explain the programming code for the working of infrared sensor in arduino IDE software and also explain the line following robot along the white and black lines.
An infrared sensor is an electronic instrument which is used to sense certain characteristics of its surroundings by either emitting and/or detecting infrared radiation. Infrared sensors are also capable of measuring the heat being emitted by an object and detecting motion.
In line following robots, IR sensors detect the color of the surface underneath it and send a signal to the micro controller or the main circuit which then takes decisions according to the algorithm set by the creator of the robot. Line followers employ reflective or non-reflective indirect incidence. The IR is reflected back to the module from the white surface around the black line. But IR radiation is absorbed completely by black color. There is no reflection of the IR radiation going back to the sensor module in black color.

source

How to use LoRa with Arduino/ESP (REYAX RYLR896)

0
0



In this video, I show you how you can use LoRa (REYAX RYLR896) in your Arduino/IoT Project!!
Buy the Module: https://goo.gl/9KZNv2
Get the Code here: https://github.com/LiveSparks/LoRa-Intro

Watch Andreas’ Video: https://youtu.be/hMOwbNUpDQA

View the AT Command Guide: http://reyax.com/wp-content/uploads/2017/09/REYAX-Lora-AT-COMMAND-GUIDE_EN.pdf
View the DataSheet: http://reyax.com/wp-content/uploads/2017/09/RYLR896_EN.pdf

This video was sponsored by REYAX: http://reyax.com/

Help to translate this video: http://www.youtube.com/timedtext_video?ref=share&v=LKF3mhhlKnI
Music by Joakim Karud: http://youtube.com/joakimkarud

source

Arduino calculator (Tutorial with code)

0
0



Materials required:

Arduino Uno
Breadboard
4*4 Keymad matrix
16*2 LCD
10k ohm resistor
Jumper wires

I coded a simple calculator to perform basic calculations like sum, difference, multiplication and division.

Arduino calculator code link: https://kandrproject.blogspot.com/

source

Basic Tutorial About Arduino Nano With Pin Configuration And Power Source As Its Needed

0
0



Powering you Arduino Nano:

There are totally three ways by which you can power your Nano.

USB Jack: Connect the mini USB jack to a phone charger or computer through a cable and it will draw power required for the board to function

Vin Pin: The Vin pin can be supplied with a unregulated 6-12V to power the board. The on-board voltage regulator regulates it to +5V

+5V Pin: If you have a regulated +5V supply then you can directly provide this o the +5V pin of the Arduino.

Input/output:

There are totally 14 digital Pins and 8 Analog pins on your Nano board. The digital pins can be used to interface sensors by using them as input pins or drive loads by using them as output pins. A simple function like pinMode() and digitalWrite() can be used to control their operation. The operating voltage is 0V and 5V for digital pins. The analog pins can measure analog voltage from 0V to 5V using any of the 8 Analog pins using a simple function liken analogRead()

These pins apart from serving their purpose can also be used for special purposes which are discussed below:

Serial Pins 0 (Rx) and 1 (Tx): Rx and Tx pins are used to receive and transmit TTL serial data. They are connected with the corresponding ATmega328P USB to TTL serial chip.
External Interrupt Pins 2 and 3: These pins can be configured to trigger an interrupt on a low value, a rising or falling edge, or a change in value.
PWM Pins 3, 5, 6, 9 and 11: These pins provide an 8-bit PWM output by using analogWrite() function.
SPI Pins 10 (SS), 11 (MOSI), 12 (MISO) and 13 (SCK): These pins are used for SPI communication.
In-built LED Pin 13: This pin is connected with an built-in LED, when pin 13 is HIGH – LED is on and when pin 13 is LOW, its off.
I2C A4 (SDA) and A5 (SCA): Used for IIC communication using Wire library.
AREF: Used to provide reference voltage for analog inputs with analogReference() function.

Reset Pin: Making this pin LOW, resets the microcontroller.

About Power
Vin: Input voltage to Arduino when using an external power source (6-12V).
5V: Regulated power supply used to power microcontroller and other components on the board.
3.3V: 3.3V supply generated by on-board voltage regulator. Maximum current draw is 50mA.
GND: Ground pins.

Resets the microcontroller.

Analog Pins A0 – A7 Used to measure analog voltage in the range of 0-5V

Input/Output Pins Digital Pins D0 – D13 Can be used as input or output pins. 0V (low) and 5V (high)

Serial Rx, Tx Used to receive and transmit TTL serial data.

External Interrupts 2, 3 To trigger an interrupt.

PWM 3, 5, 6, 9, 11 Provides 8-bit PWM output.

SPI 10 (SS), 11 (MOSI), 12 (MISO) and 13 (SCK) Used for SPI communication.

Inbuilt LED 13 To turn on the inbuilt LED.

IIC A4 (SDA), A5 (SCA) Used for TWI communication.

AREF To provide reference voltage for input voltage.

Arduino Nano Technical Specifications

Microcontroller ATmega328P – 8 bit AVR family microcontroller

Operating Voltage 5V

Recommended Input Voltage for Vin pin 7-12V

Analog Input Pins 6 (A0 – A5)

Digital I/O Pins 14 (Out of which 6 provide PWM output)

DC Current on I/O Pins 40 mA

DC Current on 3.3V Pin 50 mA

Flash Memory 32 KB (2 KB is used for Bootloader)

SRAM 2 KB

EEPROM 1 KB

Frequency (Clock Speed) 16 MHz

Communication IIC, SPI, USART

Difference between Arduino UNO and Arduino Nano
The Arduino Nano is very much similar to the Arduino UNO. They use the same Processor (Atmega328p) and hence they both can share the same program. One big difference between both is the size UNO is twice as big as Nano and hence occupies more space on your project. Also Nano is breadboard friendly while Uno is not. To program a Uno you need Regular USB cable where as for Nano you will need a mini USB cable. The technical difference between Uno and Nano is shown below.

source

Arduino esp8266 wifi Tutorial: esp8266 Projects:Home/Office Automation using Android cell phone app

0
0



Do you want to learn how to make your own esp8266 wifi module based Home/ Office automation Project along with a feedback system then watch this tutorial from start to the very end. Because at the end of this tutorial you will be able to make your own automation system using esp8266 wifi module.
This tutorial will cover the following.
1. esp8266 wifi module software/firmware update
2. use of at commands
3. complete project circuit diagram
4. interfacing
5. programming
6. testing.

***************************
Download link:
https://electroniclinicall.blogspot.com/2018/06/esp8266-wifi-module-based-homeoffice.html

***************************
anyone need the apk file simply let me know in a comment. i will email you the apk file.

Amazon E books: Download amazing electronics related e books and develop your designing and programming skills. you can download by clicking on the link below:

https://amzn.to/2u1yNTB
**************************************************

Purchase links for Components and tools with best prices. “Amazon”

Arduino uno:
https://amzn.to/2tVz1vu

Mega 2560:
https://amzn.to/2ze1kdu

esp8266 wifi module:
https://amzn.to/2u8rsk7

2n2222 npn transistor:
https://amzn.to/2KSAKrK

terminal block connector:
https://amzn.to/2KSNtuH

12v 10A SPDT relay:
https://amzn.to/2MThQBK power jack:

10k Resistor
https://amzn.to/2KTd6OW

1n4007 diode:
https://amzn.to/2lVC6an

female DC power jack socket:
https://amzn.to/2KEo1gt

pcb copper plate:
https://amzn.to/2KTEg5f

PCB small portable drill machine:
https://amzn.to/2Nu62XF

Super Starter kit for Beginners
https://amzn.to/2KJvmKG

Jumper Wires:
https://amzn.to/2KMoVXs

Bread Board:
https://amzn.to/2MS4q8X

12v Adaptor:
https://amzn.to/2Ntr6h1

Digital Multimeter:
https://amzn.to/2Nvft9i

Vero Board / strip board:
https://amzn.to/2MTf9jD

Soldering iron kit: “best” You guys should definitely purchase this kit
https://amzn.to/2zfoNuJ

Solder wire:
https://amzn.to/2ufUMWf

Wire Stripper:
https://amzn.to/2KOqxfU

wire cutter:
https://amzn.to/2ucIq14

DISCLAIMER: This video and description contains affiliate links, which means that if you click on one of the product links, I will receive a small commission. This helps support the channel and allows me to continue to make videos like this. Thank you for the support!

About the Electronic Clinic:
Electronic Clinic is the only channel on YouTube that covers all the engineering fields. Electronic Clinic helps the students and workers to learn electronics designing and programming. Electronic Clinic has tutorials on
Gsm based projects ” gsm security system, gsm messages sending and receiving, gsm based controlling, gsm based request data”

wireless projects using bluetooth, radio frequency ” rf ” , ir remote based or infrared remote based.
electronics projects
wheelchair projects
robots
image processing
security systems
pcb designing
schematics designing
Solidworks projects
final year engineering projects and ideas
electronic door locks projects
automatic watering systems.
computer desktop applications designing.
email systems.
and much more.

Electronic clinic is all about help you in electronic circuits designing, interfacing , soldering , making, troubleshooting and testing.

Arduino the the most commonly used controlling board now a days, On electronic clinic you will find a lot of arduino / arduino uno based projects.

www.facebook.com/ElectroniClinic

whatsapp: +923339218213

Subscribe, so that you never miss any of my upcoming tutorials.

#how to make esp8266 wifi module based home/office automation project using arduino and android application
#how to make esp8266 based automation system using arduino
#arduino esp8266 wifi module
#arduino wifi module
#arduino wifi projects
#Control home/office appliances using android cell phone and esp8266
#esp8266 software/firmware update
#how to use esp8266 wifi module with arduino
#esp8266 wifi module wiring with arduino
# esp8266 wifi module interfacing with arduino
# esp8266 wifi module programming using arduino
# esp8266 wifi module based relay module controlling

source

[Arduino] Prototyp centralki alarmowej V1.0

0
0



Jeśli się spodobało, zostaw łapkę w górę!
Nie zapomnij zasubskrybować mojego kanału!!!

► Projekt centralki alarmowej: https://easyeda.com/elektronik2313/centralka_alarmowa

► Projekt manipulatora: https://easyeda.com/elektronik2313/manipulator

► Możliwość wsparcia kanału: https://patronite.pl/elektronik2313 ◄

► Subskrybuj kanał: https://goo.gl/AyxApT ◄
► Facebook: https://www.facebook.com/Elektronik2313◄
► Kontakt: mrsilniczek@wp.pl◄

►Muzyka: https://www.youtube.com/watch?v=V-mP3VU0DCg◄

►Zaufane sklepy z elektroniką:

● https://lcsc.com/
● http://abc-rc.pl/
● http://www.icstation.com/
● https://nettigo.pl/
● https://lcsc.com/

▬►Zapraszam na FB http://facebook.com/Elektronik2313
▬►Kontakt: mrsilniczek@wp.pl
▬►Patreon: https://www.patreon.com/elektronik2313?ty=h
▬►Elementy potrzebne do tego zadania możesz kupić w http://botland.com.pl lub http://abc-rc.pl

source


Arduino Nano 1st Time Use

0
0



Arduino Nano 1st Time Use

Download the Arduino IDE: https://www.arduino.cc/en/Main/Software

Cover songs collected from NCS youtube channel: https://www.youtube.com/user/NoCopyrightSounds

Song 1: https://www.youtube.com/watch?v=R8ZRCXy5vhA
Song 2: https://www.youtube.com/watch?v=cNcy3J4x62M
Song 3: https://www.youtube.com/watch?v=__CRWE-L45k&t=67s

Please subscribe my channel for more update: https://goo.gl/WfYhoR

Please Like our facebook Page : https://www.facebook.com/eassytech

source

esp8266 wifi module-How to update esp8266 Firmware/Software Arduino, esp8266 Flasher, AT commands

0
0



this is a very detailed tutorial on how to download and update the esp8266 firmware. This tutorial explain each and every step how to connect the esp8266 wifi module with the arduino. And then we will test the At commands. This is the easiest method ever.

Amazon E books: Download amazing electronics related e books and develop your designing and programming skills. you can download by clicking on the link below:

https://amzn.to/2u1yNTB
**************************************************

Purchase links for Components and tools with best prices. “Amazon”

Arduino uno:
https://amzn.to/2tVz1vu

Mega 2560:
https://amzn.to/2ze1kdu

esp8266 wifi module:
https://amzn.to/2u8rsk7

PCB small portable drill machine:
https://amzn.to/2Nu62XF

Super Starter kit for Beginners
https://amzn.to/2KJvmKG

Jumper Wires:
https://amzn.to/2KMoVXs

Bread Board:
https://amzn.to/2MS4q8X

12v Adaptor:
https://amzn.to/2Ntr6h1

Digital Multimeter:
https://amzn.to/2Nvft9i

Vero Board / strip board:
https://amzn.to/2MTf9jD

Soldering iron kit: “best” You guys should definitely purchase this kit
https://amzn.to/2zfoNuJ

Solder wire:
https://amzn.to/2ufUMWf

Wire Stripper:
https://amzn.to/2KOqxfU

wire cutter:
https://amzn.to/2ucIq14

DISCLAIMER: This video and description contains affiliate links, which means that if you click on one of the product links, I will receive a small commission. This helps support the channel and allows me to continue to make videos like this. Thank you for the support!

About the Electronic Clinic:
Electronic Clinic is the only channel on YouTube that covers all the engineering fields. Electronic Clinic helps the students and workers to learn electronics designing and programming. Electronic Clinic has tutorials on
Gsm based projects ” gsm security system, gsm messages sending and receiving, gsm based controlling, gsm based request data”

wireless projects using bluetooth, radio frequency ” rf ” , ir remote based or infrared remote based.
electronics projects
wheelchair projects
robots
image processing
security systems
pcb designing
schematics designing
Solidworks projects
final year engineering projects and ideas
electronic door locks projects
automatic watering systems.
computer desktop applications designing.
email systems.
and much more.

Electronic clinic is all about help you in electronic circuits designing, interfacing , soldering , making, troubleshooting and testing.

Arduino the the most commonly used controlling board now a days, On electronic clinic you will find a lot of arduino / arduino uno based projects. Arduino programming is done in very detail.

www.facebook.com/ElectroniClinic

whatsapp: +923339218213

Subscribe, so that you never miss any of my upcoming tutorials.

source

Getting Started with 4 Channel Motor Driver and Arduino board

0
0



For those building Omni Directional Robot, you must need at least 3-4 motor drivers to drive, and 4 Channel Motor Driver FD04A is one of them. So, for this week we will show you how to get start with FD04A and Arduino board (Maker UNO). 😊

List of hardware:
1⃣ 4 Channel Motor Driver https://www.cytron.io/p-fd04a
2⃣ Maker UNO https://www.cytron.io/p-maker-uno
3⃣ Battery https://www.cytron.io/p-lip-11.1-2200
4⃣ SPG30 https://www.cytron.io/c-84-dc-motor/c-91-dc-geared-motor/c-109-spg30-xx
5⃣ Motor Bracket https://www.cytron.io/p-hd-bk-spg
6⃣ Jumper Wire https://www.cytron.io/p-wr-jw-mf10

Tutorial link (for connection and sample code):

Getting Started with 4 Channel Motor Driver and Arduino



source

Arduino LCD button counter display

0
0



LCD display build:
http://www.instructables.com/id/How-to-use-an-LCD-displays-Arduino-Tutorial/

Adding Button:
https://www.arduino.cc/en/tutorial/button

Code (include liquid crystal library as well – did not add here since youtube doesnt allow angle brackets):

int previous_state = 0;
// initialize the library with the numbers of the interface pins
LiquidCrystal lcd(12, 11, 5, 4, 3, 2);
int counter = 0;
const int buttonPin = 8;
int buttonState = 0;
void setup() {
// set up the LCD’s number of columns and rows:
lcd.begin(16, 2);
// Print a message to the LCD.
lcd.print(“Button pressing”);
pinMode(buttonPin, INPUT);
previous_state = LOW;
}

void loop() {
buttonState = digitalRead(buttonPin);
lcd.setCursor(0,1);
if(buttonState == HIGH && previous_state == LOW){
counter++;
previous_state = HIGH;
}
else if(buttonState == LOW){
previous_state = LOW;

}
lcd.print(counter);
}

source

Control Arduino Maker Projects with MIDI – Beginner Tutorial

0
0



First #fillerfriday unscripted video showing how to use USB MIDI devices to control servo motors and RGB LEDs. It also shows how MIDI messages can be decoded. Very detailed…

Code: https://github.com/bitluni/UsbMidiHostTests
MIDI Messages: https://www.midi.org/specifications-old/item/table-1-summary-of-midi-message

MIDI USB host adapter http://bit.ly/2Oj5hkB

Some other parts I have used (affiliate links):
AKAI MIDIMIX https://amzn.to/2AeF3Ng
AKAI APC KEY 25 https://amzn.to/2Ojqf2O

Arduino Pro Micro:
$3.60 on Aliexpress http://s.click.aliexpress.com/e/N7Mrfi6
$4.04 on Ebay US https://ebay.to/2LsS4qO

RGBW Strips:
Aliexpress http://s.click.aliexpress.com/e/beyPwT5Q
Amazon US https://amzn.to/2uT5LWo
SG 90 Servo:
$1.09 http://s.click.aliexpress.com/e/v7EqvfU
$11.19 10 pieces http://s.click.aliexpress.com/e/Aeqj6Ee

plz share 🙂

Consider supporting our work on Patreon for some extras:
https://www.patreon.com/bitluni

We are also thankful for any donation on PayPal:
https://paypal.me/bitluni

Twitter: @bitluni
reddit: r/bitluni

source

How To Build an Arduino Wireless Network with Multiple NRF24L01 Modules

0
0



$2 for 10 PCBs (100*100mm) https://jlcpcb.com

Circuit diagrams, source codes and more details here ► https://howtomechatronics.com/tutorials/arduino/how-to-build-an-arduino-wireless-network-with-multiple-nrf24l01-modules/

In this tutorial we will learn how to build an Arduino wireless network, composed of multiple NR24L01 transceiver modules.

Thanks to JLCPCB for sponsoring this video.

Visit HowToMechatronics.com for more Tutorials, Tips, Projects and How It Works videos:
► http://howtomechatronics.com/

Like my page on Facebook:
► https://www.facebook.com/howtomechatronics

Add me on Google+:
►https://plus.google.com/+Howtomechatronics

source

Arduino Thermometer Tutorial ! Two Sensors! DIY Projekt


RFID Access control system with arduino | Arduino Tamil Tutorial

0
0



code will be in the below description link:-

http://einsteintechnosolutions.blogspot.com/2018/08/rfid-access-control-system-with-arduino.html

source

Arduino Tutorial für Einsteiger #3 – Ein Thermometer

0
0



In diesem Tutorial erstellen wir uns ein kleines Thermometer für den viel zu warmen Sommer 🙂

Link zu Codino: http://www.codino.de/
Gutscheincode speziell für euch: morpheus

Folgt mir auf
Twitter: https://twitter.com/TheMorpheusTuts
Facebook: https://www.facebook.com/themorpheustutorials Github: https://github.com/TheMorpheus407/Tutorials
Website: http://the-morpheus.de
Unterstütze mich: https://www.patreon.com/user?u=5322110
Oder auf Paypal: https://www.paypal.me/TheMorpheus
oder bestell auf Amazon über mich: http://amzn.to/2slBSgH
Unser Discord-Server: https://discord.gg/BnYZ8XS
Reddit: https://www.reddit.com/r/TheMorpheusTuts/

source

Why use Resistors with Push button or switch with Arduino

0
0



This video explains why we need to use resistor with push button with arduino?

Download the code for this video: http://bit.ly/pushbutton-resistor

View INPUT_PULLUP in my other video with push button (Dec 2017) : https://youtu.be/7CCSRs5bvH0?t=8m00s

Tutorial by Robojax.com
Get other projects code and learn Arduino
http://robojax.com/learn/arduino

follow me on Facebook http://fb.me/robojaxEdu

follow me on Facebook http://fb.me/robojaxEdu

source

Arduino and ESP8266 Basics: UDP Transmitter Tutorial

0
0



I explain an easy way to transmit data from an Arduino to a PC with the ESP8266 ESP-12E WiFi module. UDP packets are transmitted over WiFi to my PC, and the data is visualized on screen.

I start by drawing a schematic of how to wire together an Arduino Uno, an ESP-12E module and a 3.3V voltage regulator. Then I connect it to an FTDI USB-to-serial adapter and show how to manually send AT commands to control the ESP8266. Finally, I show how to automate the process with some Arduino code that reads from a light sensor and a temperature sensor. The sensor readings are transmitter to the PC via UDP.

The Arduino code can be downloaded from the link below. Be sure to edit the file to match your WiFi network settings and to read from your particular sensors.
http://farrellf.com/arduino/esp8266_udp_transmitter.ino

If you don’t have them already, several components will be needed to wire up a circuit similar to the one I show in the video:

Arduino Uno, Breadboard and Jumper Wires: https://amzn.to/2MFVZkU

ESP8266 WiFi Module: https://amzn.to/2L58C3W

3.3V Voltage Regulator: https://amzn.to/2N2gJAh

FTDI USB Serial Port Adapter: https://amzn.to/2L53ZqI

I am a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for me to earn fees by linking to Amazon.com and affiliated sites.

Edit: My new video covering the Telemetry Viewer software is here:


source

How To Use an Analog Joystick with Arduino – USB Mouse Tutorial

0
0



Using the Teensy 3.6 as a USB HID mouse and controlling the cursor with a 2 axis analog joystick module.

Sketch:
https://github.com/GadgetReboot/Arduino/tree/master/Teensy/USB_HID_Mouse

Original Sketch:
https://www.arduino.cc/en/Tutorial/JoystickMouseControl

Teensy Arduino Plugin:
https://www.pjrc.com/teensy/teensyduino.html

Patreon: https://www.patreon.com/gadgetreboot
Pinterest: https://www.pinterest.ca/GadgetReboot
Twitter: @GadgetReboot https://twitter.com/gadgetreboot

source

Viewing all 195 articles
Browse latest View live




Latest Images