How to Read User Inputs from the Serial Monitor - Ultimate Guide to the Arduino #14

Поделиться
HTML-код
  • Опубликовано: 29 мар 2023
  • Learn how to get the Arduino to react to inputs from the serial monitor with this step by step guide. We will see how to write programs for a serial monitor based menu, weight calculator, and password login interface.
    This is tutorial #14 in the Ultimate Guide to the Arduino, a complete video course on the Arduino microcontroller with 45 lessons that are designed to teach anyone how to master the Arduino at any skill level. Visit our RUclips channel page to watch the entire series!
    Get the 3-in-1 Arduino Smart Car and IOT Learning Kit from SunFounder here:
    www.sunfounder...
    Or get the kit from Amazon:
    US Amazon: amzn.to/3W1Mahh
    DE Amazon: amzn.to/3j0oETn
    JP Amazon: amzn.to/3UYrHZG
    UK Amazon: amzn.to/3uTJZAC
    CA Amazon: amzn.to/3W2vExN
    Get an Arduino Uno from SunFounder here:
    www.sunfounder...
    Visit the webpage for this video tutorial on Circuit Basics for wiring diagrams and example code:
    www.circuitbas...
    And be sure to check out the Circuit Basics blog and social media for more articles and tutorials on the Raspberry Pi, Arduino and other DIY electronic projects!
    www.circuitbas...
    Facebook: / circuitbasic
    Twitter: / circuitbasics
    Instagram: / circuitbasics
  • НаукаНаука

Комментарии • 11

  • @user-jk5es6hi8f
    @user-jk5es6hi8f 21 день назад

    Hi
    I'm new to arduino but not to programming. I just want to ask why you use an empty loop instead of using an if statement. :)

  • @johnbabu3640
    @johnbabu3640 8 месяцев назад

    Like the way the work is described in your various videos . Good presentation

  • @francoisleroux7553
    @francoisleroux7553 Месяц назад

    Like the video.Good presentation. However, can you perhaps assist me with the following.I want to use the serial monitor to update a PWM signal the OCR0A
    fanSpeed = Serial.parseInt();
    OCR0A = fanSpeed;
    but is does not work. It accepts the new value to set brighness of an LED but immediately the LED goes off again. Any Advice

  • @CatastrophicYoutuber
    @CatastrophicYoutuber 9 месяцев назад

    Thank you, this helped a lot.

  • @burstfireno1617
    @burstfireno1617 9 месяцев назад

    Soo good teaching :)

  • @bthrgmmng
    @bthrgmmng Год назад

    Thanksyou sir , iam understand 🙏🙏🙏

  • @jayjay_yah
    @jayjay_yah Год назад +1

    How do i find your blog

  • @DegenerateDodo
    @DegenerateDodo 9 месяцев назад

    Thanks!

  • @dedgzus6808
    @dedgzus6808 7 месяцев назад

    Using strings is NEVER good with arudino

  • @ethanpeebles460
    @ethanpeebles460 3 месяца назад

    you can tell an engineer wrote this code😭😭 Zero redundancy in the programs