Hey John pretty well laid out thank you. The code was pretty comprehensive as well for myself trying to learn and modify code to fit what I need. Keep up the good work !
Hi, I had an issue with the encoder not incrementing and was wondering if you had any ideas for me on that issue. The push button works fine but when I turn the knob nothing happens.
Hi John I m new to Aurdino, saw ur vdo its very informative. want to have some more information on ur above vdo. Can we do preset counter using the above material. That is we set some count on LCD and when we rotate the encoder in reverse direction and as soon the counts reaches to "0" (zero) we can generate a flag which will operate a relay. Can u help me in this above project with its sketch and bill of material.
man its very clean code and and very structured video. I repeat the same steps, but sometimes when I turn encoder value on LCD not been changed, it's like freezing for little time or some like this. Maybe you have an idea why it happens?
John, I have copied and pasted this sketch Changed I2C adress to 0*27 and set the display 2 2*16 On compiling, I get the following error: C:\Users\ABCD\AppData\Local\Temp\.arduinoIDE-unsaved2023030-18628-fhzkzm.s5a15\sketch_jan30d\sketch_jan30d.ino: In function 'void initializeLcd()': C:\Users\ABCD\AppData\Local\Temp\.arduinoIDE-unsaved2023030-18628-fhzkzm.s5a15\sketch_jan30d\sketch_jan30d.ino:197:12: error: no matching function for call to 'LiquidCrystal_I2C::begin()' lcd.begin(); ^ In file included from C:\Users\ABCD\AppData\Local\Temp\.arduinoIDE-unsaved2023030-18628-fhzkzm.s5a15\sketch_jan30d\sketch_jan30d.ino:42:0: c:\Data\Dropbox\Arduino\Projects\Sous_Vide_001\libraries\LiquidCrystal_I2C/LiquidCrystal_I2C.h:58:8: note: candidate: void LiquidCrystal_I2C::begin(uint8_t, uint8_t, uint8_t) void begin(uint8_t cols, uint8_t rows, uint8_t charsize = LCD_5x8DOTS ); ^~~~~ c:\Data\Dropbox\Arduino\Projects\Sous_Vide_001\libraries\LiquidCrystal_I2C/LiquidCrystal_I2C.h:58:8: note: candidate expects 3 arguments, 0 provided exit status 1 Compilation error: no matching function for call to 'LiquidCrystal_I2C::begin()' The compile stops at the lcd.begin() below void initializeLcd() { lcd.begin(); lcd.backlight(); lcd.clear(); lcd.setCursor(0, 0); lcd.print(F("Test LCD & Rotry")); } Can you please assist. Rob
HI John I built this project and worked fine. Now i want to realise menu system with the help from your code, where rotaryleft and rotaryright function will navigate up and down through menu items and encoder click event will select the menuitem. i tried one menu system using simple menu library.my problem is every function called in rotaryclick subroutine works perfectly but if i call same functions in rotaryleft and rotaryright subroutine it doesnot work. any idea?
YOU DESERVE MILLIONS OF SUBSRICBERS
Hey John pretty well laid out thank you. The code was pretty comprehensive as well for myself trying to learn and modify code to fit what I need.
Keep up the good work !
Love it John. Nice mix of humor along with very thorough and easy to follow instruction.
Thanks for your time giving us a good tip.
Thank you so much sir!!
Crystal clear tutorial
Your explanations are SO clear and usefull.
Thanks👌
Thanks for the video. Being a beginner at this your video really helps me better understand the sketch terms and building.
Mil gracias. Un abrazo desde Colombia
It was very helpful. clear explenation. Thanks a lot.
Thank you John, your video was very helpful
Has anyone attempted with an Arduino mega, even adapting the code doesn't seem to work
Excellent teaching method. Thanks.
Very good ,clear, and sensible explanation. Well done and thank you. This is learning at its best.
Nice demo John glad you helped me out
Saludos desde Ecuador 🇪🇨, éxito
Excellent explanation thanks I want make LCD menu for operate stepper motor with given speed and steps. thanks for your help.
Hi, I had an issue with the encoder not incrementing and was wondering if you had any ideas for me on that issue. The push button works fine but when I turn the knob nothing happens.
hanks lot Sir.. You helping us..
Hi John
I m new to Aurdino, saw ur vdo its very informative. want to have some more information on ur above vdo. Can we do preset counter using the above material. That is we set some count on LCD and when we rotate the encoder in reverse direction and as soon the counts reaches to "0" (zero) we can generate a flag which will operate a relay.
Can u help me in this above project with its sketch and bill of material.
Great Job. Thank you.
man its very clean code and and very structured video. I repeat the same steps, but sometimes when I turn encoder value on LCD not been changed, it's like freezing for little time or some like this. Maybe you have an idea why it happens?
Thank for your video, can Rotary Encoder be connect to M5stack core 2 or Mstick C
Hi can you please explain how to modify this program for OLED display?
Thanks a lot
John,
I have copied and pasted this sketch
Changed I2C adress to 0*27 and set the display 2 2*16
On compiling, I get the following error:
C:\Users\ABCD\AppData\Local\Temp\.arduinoIDE-unsaved2023030-18628-fhzkzm.s5a15\sketch_jan30d\sketch_jan30d.ino: In function 'void initializeLcd()':
C:\Users\ABCD\AppData\Local\Temp\.arduinoIDE-unsaved2023030-18628-fhzkzm.s5a15\sketch_jan30d\sketch_jan30d.ino:197:12: error: no matching function for call to 'LiquidCrystal_I2C::begin()'
lcd.begin();
^
In file included from C:\Users\ABCD\AppData\Local\Temp\.arduinoIDE-unsaved2023030-18628-fhzkzm.s5a15\sketch_jan30d\sketch_jan30d.ino:42:0:
c:\Data\Dropbox\Arduino\Projects\Sous_Vide_001\libraries\LiquidCrystal_I2C/LiquidCrystal_I2C.h:58:8: note: candidate: void LiquidCrystal_I2C::begin(uint8_t, uint8_t, uint8_t)
void begin(uint8_t cols, uint8_t rows, uint8_t charsize = LCD_5x8DOTS );
^~~~~
c:\Data\Dropbox\Arduino\Projects\Sous_Vide_001\libraries\LiquidCrystal_I2C/LiquidCrystal_I2C.h:58:8: note: candidate expects 3 arguments, 0 provided
exit status 1
Compilation error: no matching function for call to 'LiquidCrystal_I2C::begin()'
The compile stops at the lcd.begin() below
void initializeLcd()
{
lcd.begin();
lcd.backlight();
lcd.clear();
lcd.setCursor(0, 0);
lcd.print(F("Test LCD & Rotry"));
}
Can you please assist.
Rob
for me the lcd.begin(); does not work, but if i use lcd.init(); it does do you know why?
very nice video btw.
HI John
I built this project and worked fine.
Now i want to realise menu system with the help from your code,
where rotaryleft and rotaryright function will navigate up and down through menu items and encoder click event will select the menuitem.
i tried one menu system using simple menu library.my problem is every function called in rotaryclick subroutine works perfectly but if i call same functions in rotaryleft and rotaryright subroutine it doesnot work. any idea?
Have you solved this?
good tutorial!
Thanks for the video, very useful!
Any chance your available for help?
спасибо. доступно, позновательно
Music box was enough complicated as your examples.
aliexpress is banned in India.