I hope you took away lots from this video. Let me know below! PS: I'm creating an OOP course! Sign up at programmingwithnick.com/course for early access and a 50% launch discount.
@danljohnston7 жыл бұрын
I too have been wishing for a project like this. There are many variations on the Tube, but none for a non-coder like me to understand. I appreciate the effort put in this. Thanks Nick for all your videos.
@jonvannatto7 жыл бұрын
I prefer buttons and would love to see a version of this menu system for an OLED display. Great video.
@rexheck6 жыл бұрын
Jon Vannatto you can apply buttons and an oled screen to this concept. I just stumbled across this video looking to make a menu for my oled prject. The links are key here. Adafruit gfx also works with oled. Also buttons are fairly similar to rotary encoders, just less exciting 🤣🤙
@jacquesdejager53626 жыл бұрын
Most difficult solution seen, and it works, congrats, this code can at least be halved and still works My professor at varsity always said if you want a difficult answer ask a student. I first tried to understand the flow before changing it, and it was really difficult. A few switch statements and whala .. if then elseif have priority and is extremely difficult to read, but switch statements can easily be read if used in a state machine, even more if enums is used instead for constants (0,1,2,.. 6).
@edwatters63777 жыл бұрын
Nice job... It gives you the option to reduce the number of buttons on a complex project. Setting month, day, year, hour, minute & second on a clock project becomes very easy for an end user.
@sstocker4047 жыл бұрын
I like rotary encoders instead of buttons, takes up less space, and can do much more. Keep up the great videos.
@emmamendes72117 жыл бұрын
είσαι αρχηγός..... this is a truly enlighting project.... all questions answered....
@satrah1017 жыл бұрын
I have has some of these rotary encoder on the bench for a while now. i think i will have to try it out . Thanks for another great video.
@johnpitsos997 жыл бұрын
Πραγματικά καταπληκτική δουλειά στο κανάλι! Αρκετά από τα tutorial δεν εμβαθύνουν στο θέμα όπως εσύ! Πιστεύω θα ήταν αρκετά ενδιαφέρον αν έκανες ένα tutorial για ένα Midi Controller χρησιμοποιώντας Rotary Encoders, Potentiometers, Buttons και Faders! θα με βοηθούες αρκετά, εφόσον έχω στο νου μου να φτιάξω ένα! Και πάλι ευχαριστώ και καταπληκτική δουλειά!
@nedstar73782 жыл бұрын
Thank you very much for sharing and helping me out with this project and excellent information.
@ajentsong6151 Жыл бұрын
very nice explaining...for a person with no knowledge in software/coding, in your video explaining what does what in the code has help me understand it a little more then getting an app to actually learn to write example codes that i have no intrest in...you video answer alot of my questions
@lintangwisesa7 жыл бұрын
Great, Nick! u make me miss my first Nokia phone so much
@rolandberendonck39004 жыл бұрын
I still have a few.
@ozguroztar33857 жыл бұрын
It's a topic I've been looking for a long time. Thank you very, very much.
@gspowersolutions3 жыл бұрын
I prefer to have encoders than button to minimize the panel space. Thanks for your wonderful video tutorials. 😊
@ferriswhitehouse14765 жыл бұрын
Your code was very well written and easy to adapt. beautiful tutorial
@ruslan.zhumabai6 жыл бұрын
You are helping everybody. It is very useful chanel and i think perceptive.
@abdulkadermaqsoud48907 жыл бұрын
Thx man, please do one for 20x4 lcd with I2C interface, sd card, and uno , thx again .LOVE your videos .
@UpcycleElectronics7 жыл бұрын
Awesome. Now I have to build another project using the rotary encoder. I'm already working on a power supply that uses your button tutorial for the display. If I hadn't already designed and built the enclosure I would probably use the encoder instead of buttons. A rotating knob is more natural for a percentage type of variable like voltage or current output, in my opinion.
@UpcycleElectronics7 жыл бұрын
Also, it's easy to salvage a rotary encoder from a computer mouse. The upper rubberized scroll wheel is a rotary encoder. If you cut out the plastic that it's mounted to, it also has a push button under it.
@notionSunday7 жыл бұрын
would probably function better too. I have a couple cheap encoders and they don't work so well.
@ziopoe7 жыл бұрын
Yay! I've been waiting for this, thanks! Rotary encoder are so much cooler than buttons.
@DogRox7 жыл бұрын
Excellent!! Nice job! the rotary encoder is very handy :-)
@renesolaire83193 жыл бұрын
Hello ! Very nice ! I’ll try this ! Thank you very much !
@pawelkondratowicz68897 жыл бұрын
Great job Nick! This tutorial inspired me to my new project :) Thanks a lot!!!
@rocketfuel-6 жыл бұрын
Awesome topic. Your work will surly help many people (me included). Thank you very much
@hamedtaha17 жыл бұрын
like joystick buttons and i'll try to make this menu in a json format , Thanks Nick your videos is always helping
@Souvik_IoT_Projects5 жыл бұрын
the rotary encoder is always a cool one. but combine rotary encoder with switches, creates damm good interfacing panel. my personal favourite is SMD joysticks. thank you very much for this tutorial.
@kennyFF0337 жыл бұрын
I like rotary over just buttons. What I think is really cool is a hybrid... use a 4-way hat switch or buttons of your choice AND a rotary... BAM! best of both worlds, user choice and you can use both to navigate, select and so on. Might be a bit of an ache to code and connect but... Thanks for continuously teaching me new stuff and doing so in such a way an old noob like me can understand.
@kunalsonone45237 жыл бұрын
Great project, well explained. Thank you for the detailed explanation and material. Looking forward to seeing your new projects.
@tinfore7 жыл бұрын
Thanks for the instruction. This will come in handy for many projects!
@adityak35785 жыл бұрын
we love you educ8
@RaviJani7 жыл бұрын
you are great in explaining stuff. keep up.
@notionSunday7 жыл бұрын
more than a cool Arduino tutorial, I learned how to make better videos. great job! that's how it's done!
@pauldusa7 жыл бұрын
great project, i already converted it to a oled display i2c
@jiriburghard6 жыл бұрын
Hi, could you share the code for oled display please.
@abdulazeez.987 жыл бұрын
Awesome video as always !
@sotiriskordas10724 жыл бұрын
Would the library for this Nokia Screen work for some OLED I2C screen?
@FiregazerSounds7 жыл бұрын
Good stuff. Can I offer a suggestion. For fixed menus, you might want to consider using the F macro to save RAM and store in flash memory, e.g. String menuItem1 = F("Contrast"); and so on, otherwise you can start eating up precious RAM in more complex projects just for the menus themselves.
@peerappel20125 жыл бұрын
aah, so it's that simple : you just need to add an F? Great, thanks for the suggestion!
@ДмитрийШаповалов-б5ч5 жыл бұрын
Excellent!! Nice job!
@gustavozaraza64567 жыл бұрын
Excellent video one of the best
@steveshaw2597 жыл бұрын
Excellent video, thanks for the explanation.
@MrRoman2387 жыл бұрын
Great videos you do. Thank you very much for it!
@pococitesmieci21374 жыл бұрын
Very nice! I will use this code :D
@danljohnston7 жыл бұрын
How did you do this?? Awesome. Great work Nick......thanks
@frab887 жыл бұрын
I think that a "state machine" would be much more easy to follow than raw `if-then-else` blocks.
@basmangeorge5 жыл бұрын
an absolute fantastic thanks
@adamastorga32164 жыл бұрын
I prefer to use the IR remotes because it keeps to the nostalgia of arduino. Using the rotary encoder is the best for nostalgia tho.
@ToymanJoe Жыл бұрын
The link provided for the Powerbank shows sold out. What do you recommend for a substitute (Power rating)?
@sil0_o7 жыл бұрын
very nice zanel :)
@ArunKumar-us6zn2 жыл бұрын
this is amazing and is it possible to use another display for eg 16x2
@glasseffect6 жыл бұрын
This is a brilliant menu, and it works perfectly on an OLED module with very few modifications to the code. I just have a small request. I want to build a nested menu system. For example, if I select contrast, I should see one more menu similar to the first menu. Can you help me with a minimalistic code example? Thanks!
@thorbennielsen38457 жыл бұрын
Great tutorial. What about make one about running project on battery = low power/sleep?
@ElectronGordo7 жыл бұрын
thank you for the video :) very useful
@ambarishlg7 жыл бұрын
Hi Nick, This is really great option indeed, similar to my in-vehicle infotainment system (control). The complex code is very well simplified here, I must say! I would like to see "Incremental Optical Rotary encoder" with stepper motor (i.e. in close - loop ckt/feedback) to determine any movement of shaft (stepper motor's shaft) when motor is in ideal state and its direction like clock-wise or anti-clock-wise. The cost of the project / POC (Proof of Concept) could be on higher side, but would be fun and challenging. Thank You, BR, Ambarish
@MrBobWareham6 жыл бұрын
Nice video well done good explanation but it would have to be buttons for me
@jonathanbirriel76817 жыл бұрын
Great video, I like encoders because I can purpose them for other things, like speed of motors. Buttons are ok also depending on how many you want to use. One question, wouldn't a switch case statement help better with menu items?
@HelmutHassfurther5 жыл бұрын
the contrast should be set to values between 52 and 67 (varies from display to display) during setup, otherwise nothing is visible from the menu.
@helderegbert5509 Жыл бұрын
I'm trying to get my display to work, but nothing appears! What can it be? I've checked the connections several times, but everything is fine.
@satrah1017 жыл бұрын
tip for the bread board, if you are getting loose connections the pin rail at the back may need to be push in a bit. This fixed loose connections on my board. Some of these cheap china breadboards are fake. Had some troubles with projects check wiring, parts, power, and the rest, but not breadboard.
@orlandomolina62187 жыл бұрын
thank you. it is amazing video tutorial.
@Trailtraveller7 жыл бұрын
Code is not downloadable on the site.. link is not correct.
@ramdanisyamsa87952 жыл бұрын
Sir, I really like your video. If you like it, please tell me which part I need to change in order to use the 16x2 lcd. Thank you very much
@punjabilog3 жыл бұрын
Thank you very much
@Holgidolgi5 жыл бұрын
Is it possible to use Rotary Encoder for keybord up ,down, enter (nano leonardo)??
@thienanpham74663 жыл бұрын
can i ask u that i cant find the ClickEncoder library to work with the code sir, plz reply me ! Thank you !!
@laurenceturner93463 жыл бұрын
Is there any way to get the code to run on a Due, some of the libraries seem uno specific..
@gate66702 жыл бұрын
Thank you for providing good information. I'm trying to make something else out of this. Can you make a function to enter a 4-digit number in the page?
@bugrapolat95016 жыл бұрын
Would you show an example where you can read the temperature by selecting the menu with the menu? Can you help me to run different code from selected menus?
@2112user6 жыл бұрын
Thanks for the video, still learning or trying to learn all the pieces I will need to merge/write for a project I would like to do, so this should help me understand what I need to do. I was wondering, how would you go about having a home page as the first window, and then enter the menu with a button push? For my project I would like to display the time, temp and a stats for those 2 listings (aquarium lights on/off, water temp and if heater is on/off) as the main page or view, then use a menu to adjust the activating/deactivating time/temp on/off points only.
@Ammy-bc6bh5 жыл бұрын
nice job , well done, i have one question, whatever the values i am entering, it should save so next time if i switch on the arduino, i should get the saved setting not the default one, thanks
@dp83063 жыл бұрын
Hi Nick, nice menu. I would like to use on ST7920 display. Could you please do a video showing a menu on that type of display?
@ElkronAiken5 жыл бұрын
Hi Nick! I want to add a "home screen" in the menu, but apparently there are only two pages to work with. How can i add more pages?
@mattlogue13006 жыл бұрын
I'm doing a thermastat. My control will be a 5-way switch, more akin to buttons I suppose. My wife has MS and the rotation of a knob requires complex wrist movements therefore I went with the 5-way.
@karanbirsoin99834 жыл бұрын
After having made the selection trough the encoder lets say the menu item needs a count of 650 as set by the encoder, how do you step out of this in the void loop().. to count 650 and display it on the screen? Will appreciate some clarity on this please.
@dave-in-nj93935 жыл бұрын
awesome information.
@Perspectologist7 жыл бұрын
Nice project. I can see value in both buttons and the rotary encoder approach. It sounds like the source isn't up yet so I can only see what was shown in the video. I wonder why not use an array of strings for the menu item text rather than separate variables (menuItem1...)? I am an experienced programmer, but new to Arduino. The Arduino IDE seems primitive in some ways. Maybe I don't fully understand how best to use it. It doesn't seem to have any concept of a Project. If I switch micro-controllers I seem to have to change a bunch of global settings. I feel like there should be some way to save the settings in a project. Also there isn't anything like intellisense (context aware code completion). As someone new to the platform code completion would be very helpful. Do these features exist in the official Arduino IDE? I understand there are alternate IDEs that have have some of these features but I haven't explored them yet. Do you have any recommendations? This might be an interesting topic for a future video: Better Arduino IDE alternatives.
@Educ8s7 жыл бұрын
Hello friend, thank you very much for your comment. Unfortunately I didn't upload the corrent code file and now I am away from office. I will upload the correct one soon. I used seperate variables for the menu items in an effort to make the code easier to understand to people new to programming. Since most of the viewers of the channel have small coding experience I try to make the code as easy as possible to understand. Yes, the Arduino IDE is primitive, I miss the code completion as well. I haven't used any other IDE for the Arduino so far. It is a good idea to try different IDEs for Arduino development. Cheers
@gonzalorosa85785 жыл бұрын
Great vid! Question, how could you set limits to the variables' values?
@pulesjet7 жыл бұрын
Two Questions Please ? One How large is the Code Compiled ? Two Are the settings completed via menu stored on power down ? On next power up will setting be the same ?
@abdulkadermaqsoud48907 жыл бұрын
rotary encoders are easier for mounting in projects enclosures.
@kaushikx7 жыл бұрын
can we do it with an i2c display oled?
@MikeFougnie4 жыл бұрын
please
@angelicacaus34677 жыл бұрын
Hello! I'm using the same ramps and I displeased you. But I'm not able to map the encoder pins. Would you have any tips?
@jordanmusleh63054 жыл бұрын
Do i have to buy your code to use it for my projects ..??
@unalakdogan94163 жыл бұрын
Hi, can you do the same example with oled i2c display? Please.
@KFlorent135 жыл бұрын
My menu works but I can't get sensor readings into it, my values are not updating at all. I have heard of state machine and the use of interrupts but I don't see how to implement it with this code.
@tbjjnvfrdhjiuhcrhb6887 жыл бұрын
thank you for the video
@Educ8s7 жыл бұрын
You are welcome!
@ayhankulaksz15797 жыл бұрын
good but, i need more items with buttons because i dont have any encoders. Thanks :)
@nilsskansar4167 жыл бұрын
Very nice project, Thanks for sharing. Is the Nokia 5110 display compatible with 5 volts signal ? Or will it get destryed over some time ? Nils
@jaywon5557 жыл бұрын
It is mains wise, but it the screen is very touchy for the data lines, after I added in some resistors the screen was solid as a rock. learn.sparkfun.com/tutorials/graphic-lcd-hookup-guide
@Ed196017 жыл бұрын
Wise, as the 5110 is in fact 3.3Volt
@DudeInAMotorhome7 жыл бұрын
could you do a video of doing a menu like this with the nokia display, rotary encoder and raspberry pi in python or such? really enjoy your videos.
@pong301275cmu7 жыл бұрын
nice work.
@peters608137 жыл бұрын
what is " lastMenuItem = menuitem; " mean in this projeact ?
@htronica47112 жыл бұрын
hi there i haave been trying to migrate this code to one display IC st7789 240x240 pixels but until now not much progress im not using i2c comunication im usin SPI maybe you could make one video with that!! by the waay this video is really nice !! congratulations
@jeffbluejets26264 жыл бұрын
All your videos are good , just one very important note for any future ones. Slow down your presentation. It is VERY difficult to follow especially where you zoom up and down the code screens and highlight sections. Find I have to view many sections sometimes 5 or 6 times and freeze the video just to follow your instructions. Any plan to do the same for a 16x2 I2C LCD display..??
@thegovenor61667 жыл бұрын
He should try to build a simple game with this screen
@michelfrance755 жыл бұрын
This solution with rotary encoder associated with a push button is an excellent man-machine interface used in many aeronautical equipment. But the TimerOne library is not compatible with the new Arduino Nano Every board which will replace the Nano basic board and other Arduino board of this family (Uno, ...). Is there an alternative library ?
@naboulsikhalid77637 жыл бұрын
very instructive. tkx
@johnpapadopoulos84407 жыл бұрын
Πολύ καλό! Dear friend, is it possible to use clone's TFT's for your projects? I would like to see much more universal types than Adafruit's which is best but more expensive for the rest of us. Thank you!
@syncro665007 жыл бұрын
Hello, how to exit the interrupt cycle to display something other than the menu without the arduino 328p blocks? I do not see that in the code. can you help me ? thank you very much, because this is very informative
@syncro665007 жыл бұрын
?
@mirceacraciun40917 жыл бұрын
thank you !
@merkabaenergy95587 жыл бұрын
Hi could you do a video using one of these screens to display a hall effect sensor activating a relay on a count of detections of the magnet and then turning off after a few more detections please :)
@sato4kaiba7 жыл бұрын
You sound like Fernando Martinez from 98.9 Emotion aka GTA Vice City LOL
@usertogo6 жыл бұрын
I just looked at your code, can't believe you don't stick to such common sense practice such as defining the pins with names at the beginning, to make it more readable and easier to modify for other Arduinos, or slight variations in the connection scheme... Would you mind creating this update? Or since I am working on it would you like me to send you my version? Like this: #define BacklightPin 7 // pin controlling the backlight LED Then use BacklightPin wherever in your code you use 7 to indicate that pin - this is just general good practice, you should always do it like that! By the way would it be reasonable to use PWM to control the brightness of the backlight LED?
@farouqahmd6 жыл бұрын
How to display menu on nokia 1202 lcd with arduino?
@gregbrechelt22953 жыл бұрын
Hi Nick, do you do paid jobs? i have a small project and would like someone to program it for me as im not up to the task. if so how do i contact you?
@rustamakhmullaev56977 жыл бұрын
Hi! where i can download correct CODE OF THE PROJECT?
@Educ8s7 жыл бұрын
Unfortunately I didn't upload the correct code. I will upload it when I get back to office on Monday. Sorry for this.
@rustamakhmullaev56977 жыл бұрын
ok, thank you very much!
@timingbuilding32337 жыл бұрын
Cool project man when i try to download your Code to your Nokia Rotary Encoder project its brings me back to your start page! Can you please fix that i will very satisfied if you can fix that for me sir!