Arduino Progress Bar Graph Tutorial

  Рет қаралды 22,493

eTech Tom

eTech Tom

Күн бұрын

Пікірлер: 35
@geoffmarriott4387
@geoffmarriott4387 5 жыл бұрын
This is the clearest explanation of how to implement a progress bar - I love your style - thanks for the inspiration
@ranjithkumarak3937
@ranjithkumarak3937 8 жыл бұрын
As an engineer, i love the way you write and show stuff on paper.
@bgaworkshop7209
@bgaworkshop7209 Жыл бұрын
I love the way you explain. Very clear. Thank you.
@brennocarvalho839
@brennocarvalho839 4 жыл бұрын
EXCELENTE!!! Poderia utilizar o exemplo em modo ponto/barra? Estou precisando saber como executar um programa como este. Sou iniciante em arduino. Obrigado!!!
@kiranpatel9101
@kiranpatel9101 5 жыл бұрын
Super tutorial for progress bar, made it so easy for me, wonderful
@davidebertuzzi2337
@davidebertuzzi2337 2 жыл бұрын
This is a GOOD explanation
@kwissiekwissie
@kwissiekwissie Жыл бұрын
definitely CLEAR explanation !!! Thanks!
@mitsos_306
@mitsos_306 6 жыл бұрын
one of the best video i've seen.great work!!
@AzamAbbasi
@AzamAbbasi 3 жыл бұрын
Hi Tom, You explained very well but I'm little bit worried that you have created characters but never used in the loop. Your output can simply work with only below loop void loop() { lcd.setCursor(0,1); for(int i=0; i
@hamradio599
@hamradio599 5 жыл бұрын
Your solution also works on my 40 x 4 LCD with LiquidCrystal440.h library. Your great effort are appreciated.
@mrbigheart
@mrbigheart 8 жыл бұрын
could we see the copde, please? :)
@YvanLeTerrible31
@YvanLeTerrible31 8 жыл бұрын
Hello - Any chance you make your code available ??
@heinzbuff4745
@heinzbuff4745 7 жыл бұрын
Great script !!! Is it available for download ? If yes, where ? Thank you ...
@Muggs828
@Muggs828 4 жыл бұрын
Yeah, What Geoff said. Super clear explanation! Thank you!!! Subscribing now.
@SumitKumar-sg9pt
@SumitKumar-sg9pt 4 жыл бұрын
awesome explanation
@alraed45
@alraed45 2 жыл бұрын
Thank you 😊
@melisawhitt8360
@melisawhitt8360 8 жыл бұрын
sure wish you would show your code ..but thanks helped a lot great job
@electronmath8609
@electronmath8609 4 жыл бұрын
Clear explanation. 👍👍👍
@MrBobWareham
@MrBobWareham 5 жыл бұрын
Thank you very easy to follow
@ElettronicaRiparo
@ElettronicaRiparo 2 жыл бұрын
Grazie mille è stato molto utile
@rhettherring4846
@rhettherring4846 7 жыл бұрын
This is awesome... and a great explanation... just wondering if there is an ino we can download or view online?
@tmc200527
@tmc200527 7 жыл бұрын
//LCD Progress Bar //Include the library code: #include //Initialize the library with the numbers of the interface pins LiquidCrystal lcd(2, 3, 4, 5, 6, 7); //Create the progress bar characters byte p20[8] = { B10000, B10000, B10000, B10000, B10000, B10000, B10000, B10000, }; byte p40[8] = { B11000, B11000, B11000, B11000, B11000, B11000, B11000, B11000, }; byte p60[8] = { B11100, B11100, B11100, B11100, B11100, B11100, B11100, B11100, }; byte p80[8] = { B11110, B11110, B11110, B11110, B11110, B11110, B11110, B11110, }; byte p100[8] = { B11111, B11111, B11111, B11111, B11111, B11111, B11111, B11111, }; void setup() { //Set up the LDCs number of columns and rows: lcd.begin(16, 2); //Print a message to the LCD. lcd.print("ETechTomsChannel"); //Make progress characters lcd.createChar(0, p20); lcd.createChar(1, p40); lcd.createChar(2, p60); lcd.createChar(3, p80); lcd.createChar(4, p100); } void loop() { //Move cursor to second line lcd.setCursor(0,1); //Clear the line each time it reaches the end //with 16 " " (spaces) lcd.print(" "); //Iterate through each character on the second line for (int i=0; i
@rhettherring4846
@rhettherring4846 7 жыл бұрын
Thank you sir.... I actually went ahead and copied from your notes on the video... works awesome! Thanks!
@afzalqureshi8091
@afzalqureshi8091 5 жыл бұрын
very nice and very helpfull, Thanks
@9427gyan
@9427gyan 6 жыл бұрын
Superb explanation
@tmc200527
@tmc200527 6 жыл бұрын
Thank you
@televizorlol
@televizorlol 2 жыл бұрын
Спасибо
@raindogred
@raindogred 8 жыл бұрын
excellent thanks
@ArtemCor
@ArtemCor 8 жыл бұрын
Автор крут. Он это сделал. Лучше бы скетч выложил. Пол дня парился с такими вот обрубками инфы, ни один выложенный скетч не работает. Чё толку с этого видео... Я выложил видео и сразу к нему скетч.
@emrahbayram8594
@emrahbayram8594 3 жыл бұрын
good:)
@jairalves3405
@jairalves3405 8 жыл бұрын
Thanks : )
@Ahmadnaweed786
@Ahmadnaweed786 6 жыл бұрын
you don't make sense, why would lcd print j ? while it has no connection with those custom characters.
@electrogeek12
@electrogeek12 6 жыл бұрын
look up how for loops work
Запускаем ШИМ на любом пине Ардуино!
12:56
Заметки Ардуинщика
Рет қаралды 73 М.
Make a bargraph display with the LM3914
9:01
learnelectronics
Рет қаралды 27 М.
Creative Justice at the Checkout: Bananas and Eggs Showdown #shorts
00:18
Fabiosa Best Lifehacks
Рет қаралды 33 МЛН
Don't underestimate anyone
00:47
奇軒Tricking
Рет қаралды 28 МЛН
Как Я Брата ОБМАНУЛ (смешное видео, прикол, юмор, поржать)
00:59
Don’t Choose The Wrong Box 😱
00:41
Topper Guild
Рет қаралды 31 МЛН
IR Remotes & Microcontrollers - Arduino & ESP32
1:31:50
DroneBot Workshop
Рет қаралды 220 М.
💬Бегущая строка своими руками
12:41
AlexGyver
Рет қаралды 983 М.
How to program a custom LCD character with an Arduino
10:59
eTech Tom
Рет қаралды 21 М.
Replaced my Computer Radiator and learned what not to do
47:56
eTech Tom
Рет қаралды 1,3 М.
NEW Arduino Uno R4 Boards - Minima & WiFi
57:40
DroneBot Workshop
Рет қаралды 116 М.
Arduino Display Functions - FREE CODE!!!
11:36
Kris Kasprzak
Рет қаралды 49 М.
#23 LCD BIG DIGITS for your Arduino using I2C - Easy!
20:57
Ralph S Bacon
Рет қаралды 26 М.
Arduino Touchscreen Display - Using a Resistive Touchscreen
38:51
DroneBot Workshop
Рет қаралды 413 М.
Me Charging My Phone Before Going Out
0:18
Godfrey Twins
Рет қаралды 15 МЛН
Paint on adjustments to brightness, saturation, exposure, and more.
0:30
ProMax Editing
Рет қаралды 3,2 МЛН
Cách tính trở kháng loa khi đấu nối tiếp và song song!
0:20
Новый iPhone 👍 @JaySharon
1:07
История одного вокалиста
Рет қаралды 3,3 МЛН