Www Luntianlaboratory Com Extra Push Button Glowing Led

  • Upload
    gui9871

  • View
    219

  • Download
    0

Embed Size (px)

Citation preview

  • 8/12/2019 Www Luntianlaboratory Com Extra Push Button Glowing Led

    1/5

    pdfcrowd comopen in browser PRO version Are you a developer? Try out the HTML to PDF API

    0 Tweet 0

    Search

    topics

    android app

    arduino

    code

    do it yourself

    Extra

    gadgets

    hacking gadgets

    just looking

    my projects

    Software

    0Like Share

    Arduino Tutorial Series A Push

    Button and A Glowing LED

    Posted on December 26, 2012by admin

    ...

    Themerger and modification of Arduino FADE and BUTTON

    example

    When the button is pressed, the connected LED will light and

    glow slowly. Turn off then released.

    Using the Universal MCU Trainer Rev 1.1. No need for complex

    Home Arduino Tutorials About Me

    http://pdfcrowd.com/redirect/?url=http%3a%2f%2fwww.luntianlaboratory.com%2fextra%2fpush-button-glowing-led%2f&id=ma-140326234634-871d8b0dhttp://pdfcrowd.com/redirect/?url=http%3a%2f%2fwww.luntianlaboratory.com%2fextra%2fpush-button-glowing-led%2f&id=ma-140326234634-871d8b0dhttp://www.luntianlaboratory.com/http://www.luntianlaboratory.com/http://www.luntianlaboratory.com/http://www.luntianlaboratory.com/http://www.luntianlaboratory.com/http://www.luntianlaboratory.com/http://pdfcrowd.com/customize/http://pdfcrowd.com/redirect/?url=http%3a%2f%2fwww.luntianlaboratory.com%2fextra%2fpush-button-glowing-led%2f&id=ma-140326234634-871d8b0dhttps://twitter.com/intent/tweet?original_referer=http%3A%2F%2Fwww.luntianlaboratory.com%2Fextra%2Fpush-button-glowing-led%2F&text=Arduino%20Tutorial%20Series%20%E2%80%93%20A%20Push%20Button%20and%20A%20Glowing%20LED%20%7C%20Luntian%20Laboratory&tw_p=tweetbutton&url=http%3A%2F%2Fwww.luntianlaboratory.com%2Fextra%2Fpush-button-glowing-led%2Fhttp://www.luntianlaboratory.com/http://www.luntianlaboratory.com/arduino-tutorials/http://www.luntianlaboratory.com/about/http://www.luntianlaboratory.com/http://www.luntianlaboratory.com/http://www.luntianlaboratory.com/http://pdfcrowd.com/http://pdfcrowd.com/redirect/?url=http%3a%2f%2fwww.luntianlaboratory.com%2fextra%2fpush-button-glowing-led%2f&id=ma-140326234634-871d8b0dhttp://pdfcrowd.com/customize/http://pdfcrowd.com/html-to-pdf-api/?ref=pdfhttps://twitter.com/intent/tweet?original_referer=http%3A%2F%2Fwww.luntianlaboratory.com%2Fextra%2Fpush-button-glowing-led%2F&text=Arduino%20Tutorial%20Series%20%E2%80%93%20A%20Push%20Button%20and%20A%20Glowing%20LED%20%7C%20Luntian%20Laboratory&tw_p=tweetbutton&url=http%3A%2F%2Fwww.luntianlaboratory.com%2Fextra%2Fpush-button-glowing-led%2Fhttp://twitter.com/search?q=http%3A%2F%2Fwww.luntianlaboratory.com%2Fextra%2Fpush-button-glowing-led%2Fhttp://www.luntianlaboratory.com/category/android-app/http://www.luntianlaboratory.com/category/arduino/http://www.luntianlaboratory.com/category/code/http://www.luntianlaboratory.com/category/diy/http://www.luntianlaboratory.com/category/extra/http://www.luntianlaboratory.com/category/gadgets/http://www.luntianlaboratory.com/category/hacking/http://www.luntianlaboratory.com/category/byte/http://www.luntianlaboratory.com/category/projects/http://www.luntianlaboratory.com/category/software/http://www.luntianlaboratory.com/extra/push-button-glowing-led/http://www.luntianlaboratory.com/author/admin/http://www.luntianlaboratory.com/http://www.luntianlaboratory.com/http://www.luntianlaboratory.com/arduino-tutorials/http://www.luntianlaboratory.com/about/
  • 8/12/2019 Www Luntianlaboratory Com Extra Push Button Glowing Led

    2/5

    pdfcrowd comopen in browser PRO version Are you a developer? Try out the HTML to PDF API

    recent art ic les

    Western Digital My Passport

    1TB

    Intel RST for Cooler Platform

    Controller Hub (PCH)I Installed a Lincensed ESET

    NOD32 Antivirus!

    The Tale of Impulsive Upgrader |

    From Windows.3x to Windows 8

    / 8.1

    Bluetooth File Transfer Protocol

    Version 2

    Blocking The Globe Tattoo

    Ghost Web Icon

    A Laptop Cooling Pad Test

    recent commentsadmin on The Huawei Mobile

    Pocket Wifi E5220

    Mielon The Huawei M obile

    Pocket Wifi E5220

    Mielon The Huawei M obile

    circuits. Just mount the Arduino compatible board on trainer.

    Then connect the corresponding sockets using jumper wires.

    Take note that on-board switches are active low the led will

    automatically lit when connected directly to circuit.

    Please refer to FADE and Button examples for comparison.

    const int buttonPin = 2; // the number of the

    int led = 9; // the pin that the LED i

    int brightness = 0; // how bright the LED is

    int fadeAmount = 5; // how many points to fad

    int buttonState = 0; // variable for rea

    // the setup routine runs once when you press re

    void setup() {

    // declare pin 9 to be an output:

    pinMode(led, OUTPUT);

    pinMode(buttonPin, INPUT);

    }

    // the loop routine runs over and over again for

    void loop() {

    buttonState = digitalRead(buttonPin);

    if (buttonState == HIGH) {

    http://pdfcrowd.com/http://pdfcrowd.com/redirect/?url=http%3a%2f%2fwww.luntianlaboratory.com%2fextra%2fpush-button-glowing-led%2f&id=ma-140326234634-871d8b0dhttp://pdfcrowd.com/customize/http://pdfcrowd.com/html-to-pdf-api/?ref=pdfhttp://www.luntianlaboratory.com/gadgets/western-digital-my-passport/http://www.luntianlaboratory.com/gadgets/intel-rst-cool-pch/http://www.luntianlaboratory.com/software/licensed-eset-nod32/http://www.luntianlaboratory.com/extra/from-windows-95-to-windows-8/http://www.luntianlaboratory.com/android-app/bftp-2-tutorial/http://www.luntianlaboratory.com/extra/globe-tattoo-ghost-icon/http://www.luntianlaboratory.com/gadgets/laptop-cooling-pad/http://www.luntianlaboratory.com/gadgets/huawei-e5220-pocket-wifi/#comment-2836http://bestwifisecurity./http://www.luntianlaboratory.com/gadgets/huawei-e5220-pocket-wifi/#comment-2835http://bestwifisecurity./http://www.luntianlaboratory.com/gadgets/huawei-e5220-pocket-wifi/#comment-2834http://www.luntianlaboratory.com/gadgets/huawei-e5220-pocket-wifi/#comment-2834
  • 8/12/2019 Www Luntianlaboratory Com Extra Push Button Glowing Led

    3/5

    pdfcrowd comopen in browser PRO version Are you a developer? Try out the HTML to PDF API

    anne on The Huawei Mobile

    Pocket Wifi E5220

    tan on Fixing the Slow Arduino

    IDE | More Than 20 Seconds

    Delay

    tags

    androidarduinobatterycameracomputerddwrt

    electricityepsonfanfreedom

    planglobehard diskhard

    drivehuaweiinternet

    laptoplcdldrledledslinux

    mmorpgmotormp3phone

    potentiometerpower supplypsu

    push buttonqosroutersamsung

    sd cardseven segmentssmartsony

    stepper motorsun cellular

    tattootoshibausbwifi

    // turn LED on:

    digitalWrite(led, LOW);

    }

    else {

    analogWrite(led, brightness);

    brightness = brightness + fadeAmount;

    delay(30);

    }

    }

    RELATED POSTS

    1. Arduino Tutorial Series ON LED After A Button Push

    2. Arduino Tutorial Series Turning The LED ON with a Push

    Button

    3. Playing LEDs, Button and Buzzer With Arduino

    4. Arduino Tutorial Series The On-board Blinking LED

    ...

    0 Tweet 0

    This entry was posted in Extraand tagged arduino, glowing, led, push

    buttonby admin. Bookmark the permalink.

    0Like Share

    Leave a Re l

    http://pdfcrowd.com/redirect/?url=http%3a%2f%2fwww.luntianlaboratory.com%2fextra%2fpush-button-glowing-led%2f&id=ma-140326234634-871d8b0dhttp://pdfcrowd.com/redirect/?url=http%3a%2f%2fwww.luntianlaboratory.com%2fextra%2fpush-button-glowing-led%2f&id=ma-140326234634-871d8b0dhttp://pdfcrowd.com/customize/http://pdfcrowd.com/redirect/?url=http%3a%2f%2fwww.luntianlaboratory.com%2fextra%2fpush-button-glowing-led%2f&id=ma-140326234634-871d8b0dhttp://pdfcrowd.com/http://pdfcrowd.com/redirect/?url=http%3a%2f%2fwww.luntianlaboratory.com%2fextra%2fpush-button-glowing-led%2f&id=ma-140326234634-871d8b0dhttp://pdfcrowd.com/customize/http://pdfcrowd.com/html-to-pdf-api/?ref=pdfhttp://www.luntianlaboratory.com/gadgets/huawei-e5220-pocket-wifi/#comment-2834http://www.luntianlaboratory.com/gadgets/huawei-e5220-pocket-wifi/#comment-2833http://www.luntianlaboratory.com/arduino/slow-arduino-ide-fix/#comment-2832http://www.luntianlaboratory.com/tag/android/http://www.luntianlaboratory.com/tag/arduino/http://www.luntianlaboratory.com/tag/battery/http://www.luntianlaboratory.com/tag/camera/http://www.luntianlaboratory.com/tag/computer/http://www.luntianlaboratory.com/tag/ddwrt/http://www.luntianlaboratory.com/tag/electricity/http://www.luntianlaboratory.com/tag/epson/http://www.luntianlaboratory.com/tag/fan/http://www.luntianlaboratory.com/tag/freedom-plan/http://www.luntianlaboratory.com/tag/globe/http://www.luntianlaboratory.com/tag/hard-disk/http://www.luntianlaboratory.com/tag/hard-drive/http://www.luntianlaboratory.com/tag/huawei/http://www.luntianlaboratory.com/tag/internet/http://www.luntianlaboratory.com/tag/laptop/http://www.luntianlaboratory.com/tag/lcd/http://www.luntianlaboratory.com/tag/ldr/http://www.luntianlaboratory.com/tag/led/http://www.luntianlaboratory.com/tag/leds/http://www.luntianlaboratory.com/tag/linux/http://www.luntianlaboratory.com/tag/mmorpg/http://www.luntianlaboratory.com/tag/motor/http://www.luntianlaboratory.com/tag/mp3/http://www.luntianlaboratory.com/tag/phone/http://www.luntianlaboratory.com/tag/potentiometer/http://www.luntianlaboratory.com/tag/power-supply/http://www.luntianlaboratory.com/tag/psu/http://www.luntianlaboratory.com/tag/push-button/http://www.luntianlaboratory.com/tag/qos/http://www.luntianlaboratory.com/tag/router/http://www.luntianlaboratory.com/tag/samsung/http://www.luntianlaboratory.com/tag/sd-card/http://www.luntianlaboratory.com/tag/seven-segments/http://www.luntianlaboratory.com/tag/smart/http://www.luntianlaboratory.com/tag/sony/http://www.luntianlaboratory.com/tag/stepper-motor/http://www.luntianlaboratory.com/tag/sun-cellular/http://www.luntianlaboratory.com/tag/tattoo/http://www.luntianlaboratory.com/tag/toshiba/http://www.luntianlaboratory.com/tag/usb/http://www.luntianlaboratory.com/tag/wifi/https://twitter.com/intent/tweet?original_referer=http%3A%2F%2Fwww.luntianlaboratory.com%2Fextra%2Fpush-button-glowing-led%2F&text=Arduino%20Tutorial%20Series%20%E2%80%93%20A%20Push%20Button%20and%20A%20Glowing%20LED%20%7C%20Luntian%20Laboratory&tw_p=tweetbutton&url=http%3A%2F%2Fwww.luntianlaboratory.com%2Fextra%2Fpush-button-glowing-led%2Fhttp://twitter.com/search?q=http%3A%2F%2Fwww.luntianlaboratory.com%2Fextra%2Fpush-button-glowing-led%2Fhttp://www.luntianlaboratory.com/arduino/on-led-after-push-button/http://www.luntianlaboratory.com/arduino/push-button-led-on-boolean-example/http://www.luntianlaboratory.com/code/play-button-leds-buzzer/http://www.luntianlaboratory.com/arduino/on-board-blinking-led/http://www.luntianlaboratory.com/category/extra/http://www.luntianlaboratory.com/tag/arduino/http://www.luntianlaboratory.com/tag/glowing/http://www.luntianlaboratory.com/tag/led/http://www.luntianlaboratory.com/tag/push-button/http://www.luntianlaboratory.com/author/admin/http://www.luntianlaboratory.com/extra/push-button-glowing-led/
  • 8/12/2019 Www Luntianlaboratory Com Extra Push Button Glowing Led

    4/5

    pdfcrowd comopen in browser PRO version Are you a developer? Try out the HTML to PDF API

    windowswirewordpress

    Your email address will not be published. Required fields are

    marked *

    Name

    *

    Email *

    Website

    http://pdfcrowd.com/http://pdfcrowd.com/redirect/?url=http%3a%2f%2fwww.luntianlaboratory.com%2fextra%2fpush-button-glowing-led%2f&id=ma-140326234634-871d8b0dhttp://pdfcrowd.com/customize/http://pdfcrowd.com/html-to-pdf-api/?ref=pdfhttp://www.luntianlaboratory.com/tag/windows/http://www.luntianlaboratory.com/tag/wire/http://www.luntianlaboratory.com/tag/wordpress/
  • 8/12/2019 Www Luntianlaboratory Com Extra Push Button Glowing Led

    5/5

    pdfcrowd comopen in browser PRO version Are you a developer? Try out the HTML to PDF API

    Arduino Tutorial Series The Blink Timer

    Arduino Tutorial Series Playing With The LCD

    by luntianlaboratory.com 2010-2012see change log, site rules & stuff

    posts with pictures of luntiancorner.com were moved articles. they are owned by the same author

    Post Comment

    http://pdfcrowd.com/http://pdfcrowd.com/redirect/?url=http%3a%2f%2fwww.luntianlaboratory.com%2fextra%2fpush-button-glowing-led%2f&id=ma-140326234634-871d8b0dhttp://pdfcrowd.com/customize/http://pdfcrowd.com/html-to-pdf-api/?ref=pdfhttp://www.luntianlaboratory.com/arduino/blink-timer/http://www.luntianlaboratory.com/arduino/lcd-playing/http://www.luntianlaboratory.com/http://www.luntianlaboratory.com/about/http://www.luntianlaboratory.com/about/