Anyone noticed that he uses multiple cameras and often change his perspective from one to another camera like in professional TV shows. This Channel is 100% quality!
As you said, demo and example programs are great starters for projects. I always start a new project by finding something that does something close to what I want to do. Then, I modify and extend the examples to get to where I want to be with my project. Sometimes, I have to pull code from more than one example.
Hi DroneBot, i like your clear pronunciation! It's very often hard to understand some english speaking bloggers because my native language is german. But following you is very easy. Even your recitation is very interesting and I can participate a lot.
Demos I find are great to test the product that it works, the first one cycles through the R G B which I think is the most useful checking for dead stuck or lazy pixels
Yet another excellent video. Your attention to detail makes you the King of How To. It's comforting to see you back with your mind-blowing videos. Thank you so much for what you do.
Your work on RUclips should be shared more, every kid needs to see your work, I think it should be compulsory, the tech is there to enslave machines and get them to work for us
WOW, all your videos including the very OLD ones, 2019...even...I just or have already subscribed and continue to spend hours watching and then applying the things I have followed along on....sometimes, my project does not work at first, however, seems I am a good trouble shooter. I have purchased 5 tiny Nano brds, to make the projects smaller and I'd rather install the working Nano, v2 a Arduino UNO R3, but the first project I tried, well, the computer could not detect the usb...Oh it could be a BAD cable, yet there was power....OH WELL, this is the FUN or learning...Starting from NANO to UNO... I'll keep researching... I wanted to REACH OUT and say, YOUR stuff is amazing... keep up the Great work... I had a few days off work and have just begun my journey back into Electronics.... not yet retired but you got to keep the BRAIN exercised..... Merry Christmas and Looking forward to a better, we all hope..... 2021
Thanks for this video tutorial and learning. Because of you, I purchased the same touchscreen and tested it today! Wow, this is fun! Can you imagine that in the early 90, I prototyped a wire-wrapped MC68HC11 to create something like an Arduino and I wanted to interface to an LCD? At that time, LCD screens were extremely pricy! Here I'm, some 25-30-year latter, getting back in the µcontroller world and with the internet, information and tutorials are so easy to find. Luckily, I found your channel on youtube. I found your videos so informative that I've joined your newsletter as of today (2020-01-09). Again, thanks for the quality of your video.
The biggest drawback of resistive screens is that it's relatively easy to wear a groove into the surface, especially along UI elements like scroll bars.
Hello, well impressed with your presentations videos in the DroneBot workshop, Your teaching style is without waffle, to the point, informative and well structured. I am now revisiting after many years the Arduino and Raspberry prototyping tools. However, what I also found interesting from your videos, was the design layout of your workshop. As I am now retired I want to revisit a lot of the projects that I have shelved over the years. First things first I want to build a compact but well facilitated workshop that will meet all my requirements from electronics, metal work and woodworking. Would it be possible for you to make a short video outlining how you designed and facilitated your workshop. I thing this could be of great interest to others like me. thank you once again for your commitment to helping others.
This is the only person in front of the camera ,on RUclips, that's more concerned with content accuracy and production quality. He should be on PBS or some other educationally driven outlet. In a perfect world, Bob Ross would still be painting Happy Trees followed by The Drone Bot W.S. to give us a well rounded Sunday morning lineup.
This helped me so much i am a begginer in arduino and programing and all that stuff and you really helped me a lot... I appreciate your work very much!
Very professional video - thank you for presenting it. At the end you mention that there will be another video on capacitive TS & other examples. I can't find that video - do you have a link?
Just discovered your channel. Wow! What great content for people interested in this sort of stuff. Disappointed I hadn't stumbled upon it sooner. Subscribing and planning to watch all your old Arduino vids!
good to have you back... hope you got some good vacation time in... I got some nice fishing in while you were gone... Thanks for the touch screen video.. I have been wanting to use one but have not found a reliable video to follow.. Now though I am going to order mine and do my little project.... thanks again for the share and carry on Bill..
Nice video , you always explain things in detail . I have that same display and the touch screen part stopped working . Good display except for that ,but your explanation of how the touch screen works has me exploring what might be wrong with it. They are so expensive though
Excellent video as ever. I have an identical board where all the demos work but will not accept any touch input. can anytone tell me which pins I can use to measure the touch resistance. I am beginning to wonder whether screen is faulty. Thanks
There's so many different screen shields usually if it doesn't work it's because you have the wrong library drivers ILI9486...81...84 ?. Does the touchscreen calibration example work ? If not find you must one that does. Be sure you have Ts touchpoint lines included TS_MIN MAX as well (set from your calibration) it sets up p object value and screen size parameters. Bool also needs to be set false true false usually it's assigned to ifpressed. Throw read resistive code everything serial monitor down into loop. Run it pull up serial monitor and write down the x y values where you are touching. Then finally check your if (t.x < && line numbers I often put in the opposite values then realize when it doesn't work that my numbers are backwards.
Now that's a nice set of tools! Whats your favorite brand, type ,and size cutters for cutting the ends off things like R, C , L's leads that are not needed and sticking out from soldered circuits?
Thank you for this video, it helps me a lot. But could you please explain how to add a MicroSD Card Adapter to the display, because I use a Arduino Mega 2560 and I need the pictures from the SD Card for my project.
there are some confusing declarations here... An array buttons length 3 is declared but later 9 buttons are initialized in the nested for loop. A multidimensional (3x5) array is declared for 3 labels, and then again, we inspect the ninth element of the first dimension of the array. And finally an array length 6 is declared for the colors of the buttons and inspected in the nested loop to the ninth element... it just hurts my eyes 😵 But still, thank you for the introduction to tft's... always great videos 👌
Thanks for this Excellent video, I wonder to know how can I use the same 3.5" LCD and OV7670 Camera connect to Arduino UNO, to get Live picture.. Of course I'll use Breadboard instead connecting the LCD directly to Arduino, Neglecting touchscreen pins..
I'v tried these screens in the past and really didn't understand them and have shied away from their use. I'm and Arduino IDE user and have moved to the ESP32 MCU for cost and capability reasons. Do these screens work on that MCU or is that out of scope for your tutorials? Great video and good to have you back.
realy iam a big fan of usrs i have learned many thing from you sir you are realy super i love our videos realy thank you for every thin you done and been doing
Hello, thank you ! Great info as always, could you please prepare a video on how to make a display ESP to collect an information from other ESP devices, and how to pass this info to the cloud or google services, might be TUYA would be interesting too, Thanks again
First of all, I thank you for your excellent and detailed videos you offer to the public! I was wondering (because I'm in the middle of a project) if it's possible to have an ethernet shield and a touch LCD screen (like the one you 're presenting in this video) connected together on an Arduino Mega?
Wonderfully executed sir. As an idea you should make a tutorial/video on making a Geiger meter, like making the high voltage and taking reading of an lcd. Thank you for your time.
Brilliant video !.....I have one of these displays but only have an UNO... I might invest in a Mega. I have a 7" touch screen from Kuman, I might dig that out too. That LCDwiki is a fantastic site. Thanks for uploading.
Is it possible to add a diode, or some other device to isolate the pins) to pins 1 & 0 of the display pin out and still use 1&0 for serial communication??
Nice Video. How much overhead does it add to an existing sketch? I`m about to build a little project. I`ve got an interrupt pin used for calculating RPM out of a time (used 1 impuls per round on an gear-Motor between about 1 and 40 RPM). Then i use 4 digital pins for some buttons(wich i would exchange with the touchscreen). An other Pin is driving an PWN signal to the Gearmotor. 2 pins are used for relais for a heater and an cooling fan. An other pin drives a MOSFET to a little pump via AnalogWrite. An Steppermotor is driven (NEMA17) by using the millis() funktion to calculate the timing. I really like the idiea of having an touchscreen user interface. But if the stepper is running with about 20 RPM the cycles left for everything else, are decreasing a lot in order to have an accurate timing of the pulses. Next point is. I only have an Uno, Nano or an arduino Due. The due should be much more powerfull. But cause of the Cortex core, im worried about compatiblity issues with some libraries and the logical level of 3.3V.
can you use shift registers to increase the nano pins? would that make the libraries completely useless and require some rewriting to compensate? i have no time to go hardcore mode and write the software myself.
very, very nice video I am repairing a CNC 3-axis milling machine, Siemens Windows_NT Acramatic 2100 LCD display with a 5-wire 14" touchscreen. The touchscreen went bad, do you have any suggestions? I would like to just replace the stick-on touchscreen with the ribbon cable and connector with may be the glass window. thanks. :)
Q: How do you make a panel with a screen like that? If I'd like to put that on a electronics box or a plane panel in the car or int my boat (no water!). Just a square hole would be quite ugly. Good vid, as usual.
I love your tutorials! The only thing that gets frustrating is that I can't find what you're pointing out -- "Just copy the libraries into your Arduino folder." Sure, but when I do that, and I'm on Windows, so the file structure isn't the same as on your Mac, and everything else falls apart from there. So, I get 16 minutes in, and then I wake up in Neverland, and I have no idea how I got there or where to go, to get out. Yes, I'm a novice and probably shouldn't be playing with things that have wires on, but I am determined to learn, and your videos are great -- except for that little problem. Any advice for a Windows-based tutorial? Thank you.
Learn that part somewhere else. There's all of RUclips to peruse. Then once you're comfortable with that, you can apply what you've learned here. Or, you can dual boot Ubuntu or some other Linux distro that way you can probabl y follow each step presented here.
You need to start your learning process at the beginning rather than jump in the middle. On PC your library folder is in your My Documents folder, the standard folder on any windows setup - Documents/Arduino/Libraries The easier way is to open your Arduino IDE software, open the sketch you are going to use and then click Sketch/Include Library/Manage Libraries. That will open your library manager and then enter the name of the library you are looking for in the 'Filter Your Search' box. Then click on install and the library will be added to the folder i mentioned above automatically.
I'm trying to interact with an APP on my phone by indirectly touching the the screen. Modern touchscreens, as I'm sure everyone here knows are capacitive rather than resistive, so that means that I should be able to interact with it as long as I can bring a small current to the screen where I want to touch. I'm experimenting with using some speaker cable and a couple other wires I have laying around the house to see how far away I can be and still pass enough current through the wire to register a touch on the screen, based on my distance and the size and quality of the wire. What I'm finding though is that touching wire to the screen seems to register a touch even without me touching the wire. So is there already a current inside wire? Is it the type of wire I am using? I was under the impression that a wire on its own had no current and only passes electricity when there is an outside source. Is there anything I can do to decharge the wire, or block it somehow?
A very good video. I have tried - and I do mean TRIED - to get a touchscreen to work with Arduino for a while now. But it's a real hassle to find the right drivers, and when I finally got the screen to work, the precision of the touch sensor was pretty poor. So poor, in fact, that I eventually gave up on the idea and move to a non-touch display with a couple of buttons on the side for navigation. But after seeing this video... Maybe I should have another go at it.
Can you please do a video on how to hook up a 10 or 15 inch touch screen to the arduino??? And how to change settings using the touchscreen instead of having to change the code. For example turning on a led for 2 min then it goes off, but then being able to change that from the touch screen to turning it on for 5 min then it goes off. Is that something that can be done with the arduino???? Thank you
Sir i have used the same display what you have used but for me in serial monitor it is showing that LCD DRIVER IS NOT MATCHED. Can you please suggest me any idea to solve this. Thank you
Hi I was wondering if someone could give me some advice. I have a system that uses a manual mixer value to supply water at a constant temperature to my gas boiler. I want to add an arduino that is controlled by a water thermostat and in turn controls a electronic valve of some kind. Also I would like to have a touchscreen connected to be able to set the temperature
I want to control 16 servos using a MEGA, and a PCA9865. I want to select the servo to be controlled using on-off switches and I want two LEDS per servo to show position. I also want to use a TFT 2.8 Display (not sure for what yet). Can you help me with a hook-up diagram? Also do I need a TFT sheild with the MEGA to get the 3V?
A problem I've encountered is using a 2.8" TFT shield and separate SPI SD board with Arduino Due. The Due header is not accessible when shield is attached. Do you have a solution to this problem. Can MOSI, MISO and SCK be reassigned? Thanks for any help you can offer.
Anyone noticed that he uses multiple cameras and often change his perspective from one to another camera like in professional TV shows. This Channel is 100% quality!
They were very random to me 😂 I rewind a bit to hear he uses it for different topics but I couldn't notice a schema
Bill has always been a great presenter and explainer.
As you said, demo and example programs are great starters for projects. I always start a new project by finding something that does something close to what I want to do. Then, I modify and extend the examples to get to where I want to be with my project. Sometimes, I have to pull code from more than one example.
Hi DroneBot, i like your clear pronunciation! It's very often hard to understand some english speaking bloggers because my native language is german. But following you is very easy.
Even your recitation is very interesting and I can participate a lot.
Demos I find are great to test the product that it works, the first one cycles through the R G B which I think is the most useful checking for dead stuck or lazy pixels
Yet another excellent video. Your attention to detail makes you the King of How To. It's comforting to see you back with your mind-blowing videos. Thank you so much for what you do.
Very well said. Seconded.
Pp
Absolutely spot on
instablaster.
Still didn't got a like from him lmaoooooo
I messed up and bought a 3.5 LCD without touch from Ali Express. I ordered the correct one with touch. Looking forward to using a touch screen
Your work on RUclips should be shared more, every kid needs to see your work, I think it should be compulsory, the tech is there to enslave machines and get them to work for us
WOW, all your videos including the very OLD ones, 2019...even...I just or have already subscribed and continue to spend hours watching and then applying the things I have followed along on....sometimes, my project does not work at first, however, seems I am a good trouble shooter. I have purchased 5 tiny Nano brds, to make the projects smaller and I'd rather install the working Nano, v2 a Arduino UNO R3, but the first project I tried, well, the computer could not detect the usb...Oh it could be a BAD cable, yet there was power....OH WELL, this is the FUN or learning...Starting from NANO to UNO... I'll keep researching... I wanted to REACH OUT and say, YOUR stuff is amazing... keep up the Great work... I had a few days off work and have just begun my journey back into Electronics.... not yet retired but you got to keep the BRAIN exercised..... Merry Christmas and Looking forward to a better, we all hope..... 2021
Thanks for this video tutorial and learning. Because of you, I purchased the same touchscreen and tested it today! Wow, this is fun! Can you imagine that in the early 90, I prototyped a wire-wrapped MC68HC11 to create something like an Arduino and I wanted to interface to an LCD? At that time, LCD screens were extremely pricy!
Here I'm, some 25-30-year latter, getting back in the µcontroller world and with the internet, information and tutorials are so easy to find. Luckily, I found your channel on youtube. I found your videos so informative that I've joined your newsletter as of today (2020-01-09).
Again, thanks for the quality of your video.
The biggest drawback of resistive screens is that it's relatively easy to wear a groove into the surface, especially along UI elements like scroll bars.
Hello, well impressed with your presentations videos in the DroneBot workshop, Your teaching style is without waffle, to the point, informative and well structured. I am now revisiting after many years the Arduino and Raspberry prototyping tools. However, what I also found interesting from your videos, was the design layout of your workshop. As I am now retired I want to revisit a lot of the projects that I have shelved over the years.
First things first I want to build a compact but well facilitated workshop that will meet all my requirements from electronics, metal work and woodworking. Would it be possible for you to make a short video outlining how you designed and facilitated your workshop. I thing this could be of great interest to others like me. thank you once again for your commitment to helping others.
Looking to build a DIY star tracker and this is just the thing I was looking for, to add a touchscreen for real-time speed adjustment.
Your video is inspiring. I've never thought a touchscreen can be used with an Arduino.
This is the only person in front of the camera ,on RUclips, that's more concerned with content accuracy and production quality. He should be on PBS or some other educationally driven outlet. In a perfect world, Bob Ross would still be painting Happy Trees followed by The Drone Bot W.S. to give us a well rounded Sunday morning lineup.
Hmmm...... Interesting. The display can be used to make an interface for home automation system, as in the project made in the video.
Excellent, a great learning resource! I learn loads every time I come to the Workshop!
This helped me so much i am a begginer in arduino and programing and all that stuff and you really helped me a lot... I appreciate your work very much!
A+ content. covers most of the "Why is that?" questions :)
Very professional video - thank you for presenting it. At the end you mention that there will be another video on capacitive TS & other examples. I can't find that video - do you have a link?
Great work, a very good technical teacher, keep up the good work of sharing 👍
sir you are a great teacher i really love the way you explain stuff i hope you still in a good shap and health and happy for ever i love you man
Hie... I have a request. May you kindly do a series on QR or BarCode modules such as the RT830C or 870. I could not find any solid tutorials on those
Just discovered your channel. Wow! What great content for people interested in this sort of stuff. Disappointed I hadn't stumbled upon it sooner. Subscribing and planning to watch all your old Arduino vids!
Fantastic, just what I was looking for!
good to have you back... hope you got some good vacation time in... I got some nice fishing in while you were gone... Thanks for the touch screen video.. I have been wanting to use one but have not found a reliable video to follow.. Now though I am going to order mine and do my little project.... thanks again for the share and carry on Bill..
What products do you need to order for your project?
@@manwenqin5920 the same kind that Bill has there why? Do you have some?
@@tinkmarshino I have, Can you tell me about the product model? I can help you find it.
@@manwenqin5920 Well I am not exactly sure which one I want.. Send me the site for your outfit and I will go and look to see. Thanks
Nice video , you always explain things in detail . I have that same display and the touch screen part stopped working . Good display except for that ,but your explanation of how the touch screen works has me exploring what might be wrong with it. They are so expensive though
this is the best teaching channel
Best explanation of the touch screen I’ve found. This helped me fix the issue I was having with my screen. Thank you!!!!
Great video. I am trying this setup with a DHT22. How do i get power tot he DTH22 form the mega arduino Thank you for great videos.
So detailed explanation.Great tutorial!Thanks for your sharing.
Excellent video as ever. I have an identical board where all the demos work but will not accept any touch input. can anytone tell me which pins I can use to measure the touch resistance. I am beginning to wonder whether screen is faulty. Thanks
There's so many different screen shields usually if it doesn't work it's because you have the wrong library drivers ILI9486...81...84 ?. Does the touchscreen calibration example work ? If not find you must one that does. Be sure you have Ts touchpoint lines included TS_MIN MAX as well (set from your calibration) it sets up p object value and screen size parameters. Bool also needs to be set false true false usually it's assigned to ifpressed. Throw read resistive code everything serial monitor down into loop. Run it pull up serial monitor and write down the x y values where you are touching. Then finally check your if (t.x < && line numbers I often put in the opposite values then realize when it doesn't work that my numbers are backwards.
Now that's a nice set of tools! Whats your favorite brand, type ,and size cutters for cutting the ends off things like R, C , L's leads that are not needed and sticking out from soldered circuits?
Congratulations on the 100k subscribers!
100k it is 224K
@@harshaaddanki4606 Check the date of my post!
man your channel is underrated !!
I should have watch your video three days ago, thanks. Excellent video. Best ever.
I use the 4D systems touch screens with free Workshop 4 IDE software. Great for a non-programmer like myself.
Thank you for this video, it helps me a lot. But could you please explain how to add a MicroSD Card Adapter to the display, because I use a Arduino Mega 2560 and I need the pictures from the SD Card for my project.
there are some confusing declarations here...
An array buttons length 3 is declared but later 9 buttons are initialized in the nested for loop.
A multidimensional (3x5) array is declared for 3 labels, and then again, we inspect the ninth element of the first dimension of the array.
And finally an array length 6 is declared for the colors of the buttons and inspected in the nested loop to the ninth element...
it just hurts my eyes 😵
But still, thank you for the introduction to tft's... always great videos 👌
Thanks for this Excellent video, I wonder to know how can I use the same 3.5" LCD and OV7670 Camera connect to Arduino UNO, to get Live picture.. Of course I'll use Breadboard instead connecting the LCD directly to Arduino, Neglecting touchscreen pins..
Great advice saved my job!
Very Nicely explained, I am an electronic enthusiast and a new subscriber to your channel.
good job. can you show a round image in a round area instead of a rectangle area? thanks.
Brilliantly explained, as usual ! 👍
please can i know ..what's the launguage he used it ?
Good to see you back. Excellent video as usual. The only thing I don't like about your videos is the massive tool envy I get when watching them :).
Could you do a tutorial about the model that uses 2.8 tft SPI mode?
I'v tried these screens in the past and really didn't understand them and have shied away from their use. I'm and Arduino IDE user and have moved to the ESP32 MCU for cost and capability reasons. Do these screens work on that MCU or is that out of scope for your tutorials? Great video and good to have you back.
Excellent presentation, thanks for uploading.
realy iam a big fan of usrs i have learned many thing from you sir you are realy super i love our videos realy thank you for every thin you done and been doing
Love to see you back. I was worried as you were not uploading videos for the last several weeks.
Salutes from Pakistan.
Hello, thank you ! Great info as always, could you please prepare a video on how to make a display ESP to collect an information from other ESP devices, and how to pass this info to the cloud or google services, might be TUYA would be interesting too, Thanks again
21 july.2021- very good sir -Laxman Singh
Nice video! Could you make some tutorial videos about How to use Nextion LCD touch screen which is popular among diyers but has little references?
great video.. i want to ask, can i make pen tablet with arduino? something like wacom ctl, no lcd but just like trackpad
First of all, I thank you for your excellent and detailed videos you offer to the public! I was wondering (because I'm in the middle of a project) if it's possible to have an ethernet shield and a touch LCD screen (like the one you 're presenting in this video) connected together on an Arduino Mega?
Wonderfully executed sir.
As an idea you should make a tutorial/video on making a Geiger meter, like making the high voltage and taking reading of an lcd.
Thank you for your time.
Very good video - Excellent presentation - Question where can you buy the screens shown on the LDC Wiki site - Thanks
hello Peter, do u have the needs for the LCD Screens?
hi, very good video again, I question, is there capacitive display available like this Resistive ?
Brilliant video !.....I have one of these displays but only have an UNO... I might invest in a Mega.
I have a 7" touch screen from Kuman, I might dig that out too.
That LCDwiki is a fantastic site.
Thanks for uploading.
Well explained as always.👍👍👍
Just like to say thank you for your videos, I really appreciate the time and effort you put into them, please keep them coming
You could make a remote control for TV, DVD, amplifier, light, carport and heat pump. A
remote control that older people can find out to control
Hi could you make it with you about the nrf24l01 Module and how to Connect it with the Arduino Uno?!
Great video as usual!! 4D systems produce programmable touchscreens that are much easier to use. It will be great if you manage to cover them as well.
Can you do a menu interface tutorial with the 2.8" TFT Touch Shield for Arduino with Resistive Touch Screen, please
Thanks for all this information, please I need information about mkr 1300
Thank you so much, I am using it with Arduino mega and everything is mirrored, touch, words and everything
what do I do?
thank you for the video
!
I cant find the touch s pins. no mark for it.
is it go with another pins?
Got my sub love how u lay out the information
that intro music reminds me of the theme music of "The office"
He is so calm and sensitive look. Nice, I feel sleepy, but nice video.
Can you get current time from the Internet to display on that?
Is it possible to add a diode, or some other device to isolate the pins) to pins 1 & 0 of the display pin out and still use 1&0 for serial communication??
hello can you please show us how we make 3.5 tft lcd shield arduino controller timer by creations button
Is there a new website because I can't find the lcdwiki
Nice Video. How much overhead does it add to an existing sketch? I`m about to build a little project. I`ve got an interrupt pin used for calculating RPM out of a time (used 1 impuls per round on an gear-Motor between about 1 and 40 RPM). Then i use 4 digital pins for some buttons(wich i would exchange with the touchscreen). An other Pin is driving an PWN signal to the Gearmotor. 2 pins are used for relais for a heater and an cooling fan. An other pin drives a MOSFET to a little pump via AnalogWrite. An Steppermotor is driven (NEMA17) by using the millis() funktion to calculate the timing.
I really like the idiea of having an touchscreen user interface. But if the stepper is running with about 20 RPM the cycles left for everything else, are decreasing a lot in order to have an accurate timing of the pulses.
Next point is. I only have an Uno, Nano or an arduino Due.
The due should be much more powerfull. But cause of the Cortex core, im worried about compatiblity issues with some libraries and the logical level of 3.3V.
Do you do tft with the distance sensor?
can you use shift registers to increase the nano pins? would that make the libraries completely useless and require some rewriting to compensate? i have no time to go hardcore mode and write the software myself.
Very happy that you are back .
You and your videos are awsome
Hello friend congrats
Friend, what kind of model Is his display touch screen? Do you have the link where Did you buy that one?
Is the amazon bootleg versions of the Arduino Mega just as reliable as the arduino mega?
very, very nice video I am repairing a CNC 3-axis milling machine, Siemens Windows_NT Acramatic 2100 LCD display with a 5-wire 14" touchscreen. The touchscreen went bad, do you have any suggestions? I would like to just replace the stick-on touchscreen with the ribbon cable and connector with may be the glass window. thanks. :)
Q: How do you make a panel with a screen like that? If I'd like to put that on a electronics box or a plane panel in the car or int my boat (no water!). Just a square hole would be quite ugly.
Good vid, as usual.
Is it possible to use a screen from an old tablet PC for this purpose?
I love your tutorials! The only thing that gets frustrating is that I can't find what you're pointing out -- "Just copy the libraries into your Arduino folder." Sure, but when I do that, and I'm on Windows, so the file structure isn't the same as on your Mac, and everything else falls apart from there. So, I get 16 minutes in, and then I wake up in Neverland, and I have no idea how I got there or where to go, to get out.
Yes, I'm a novice and probably shouldn't be playing with things that have wires on, but I am determined to learn, and your videos are great -- except for that little problem. Any advice for a Windows-based tutorial? Thank you.
Learn that part somewhere else. There's all of RUclips to peruse. Then once you're comfortable with that, you can apply what you've learned here. Or, you can dual boot Ubuntu or some other Linux distro that way you can probabl y follow each step presented here.
You need to start your learning process at the beginning rather than jump in the middle. On PC your library folder is in your My Documents folder, the standard folder on any windows setup - Documents/Arduino/Libraries The easier way is to open your Arduino IDE software, open the sketch you are going to use and then click Sketch/Include Library/Manage Libraries. That will open your library manager and then enter the name of the library you are looking for in the 'Filter Your Search' box. Then click on install and the library will be added to the folder i mentioned above automatically.
I'm trying to interact with an APP on my phone by indirectly touching the the screen. Modern touchscreens, as I'm sure everyone here knows are capacitive rather than resistive, so that means that I should be able to interact with it as long as I can bring a small current to the screen where I want to touch.
I'm experimenting with using some speaker cable and a couple other wires I have laying around the house to see how far away I can be and still pass enough current through the wire to register a touch on the screen, based on my distance and the size and quality of the wire.
What I'm finding though is that touching wire to the screen seems to register a touch even without me touching the wire. So is there already a current inside wire? Is it the type of wire I am using? I was under the impression that a wire on its own had no current and only passes electricity when there is an outside source.
Is there anything I can do to decharge the wire, or block it somehow?
Helpful video. I like it
A very good video.
I have tried - and I do mean TRIED - to get a touchscreen to work with Arduino for a while now. But it's a real hassle to find the right drivers, and when I finally got the screen to work, the precision of the touch sensor was pretty poor. So poor, in fact, that I eventually gave up on the idea and move to a non-touch display with a couple of buttons on the side for navigation.
But after seeing this video... Maybe I should have another go at it.
Can you please do a video on how to hook up a 10 or 15 inch touch screen to the arduino???
And how to change settings using the touchscreen instead of having to change the code. For example turning on a led for 2 min then it goes off, but then being able to change that from the touch screen to turning it on for 5 min then it goes off. Is that something that can be done with the arduino????
Thank you
Sir i have used the same display what you have used but for me in serial monitor it is showing that LCD DRIVER IS NOT MATCHED. Can you please suggest me any idea to solve this.
Thank you
Hi I was wondering if someone could give me some advice. I have a system that uses a manual mixer value to supply water at a constant temperature to my gas boiler. I want to add an arduino that is controlled by a water thermostat and in turn controls a electronic valve of some kind. Also I would like to have a touchscreen connected to be able to set the temperature
Gramps is the best!
I got sth like that, BUT free pin on you board near LCD_RST on my board have describe F_CS - what is this? Touch chip select?
Any of these work with the wemos or any esp8266 boards
God bless you sir
I want to control 16 servos using a MEGA, and a PCA9865. I want to select the servo to be controlled using on-off switches and I want two LEDS per servo to show position. I also want to use a TFT 2.8 Display (not sure for what yet). Can you help me with a hook-up diagram? Also do I need a TFT sheild with the MEGA to get the 3V?
Excellent video. Can anyone please refer me to a site selling affordable hi quality touchscreens? Or is that impossible?
Great channel!
A problem I've encountered is using a 2.8" TFT shield and separate SPI SD board with Arduino Due. The Due header is not accessible when shield is attached. Do you have a solution to this problem. Can MOSI, MISO and SCK be reassigned? Thanks for any help you can offer.
I have problem looking for the libraries for my 7 inch tft lcd ...