educ8s.tv

educ8s.tv

If you like to build electronics projects, with Arduino, Raspberry Pi, ESP8266, ESP32, Raspberry Pi Pico or with STM32 based boards this channel is for you. In this channel, we build electronics projects using the powerful and low-cost boards that are available today. We also build projects that use Machine Vision using boards like OpenMV H7 or Pixy II. If you are a maker or if you want to learn how to make your own Arduino or Raspberry Pi projects subscribe and join us for weekly KZread videos!

We publish a new project or tutorial video twice a month!

Together we explore the fantastic world of DIY electronics. We develop our own hardware and software projects to improve our lives and learn something new. Don’t worry if you don’t know how to program. We provide easy to understand code and schematics to build your own projects quickly so be sure to join us!

Arduino LCD Tutorial ST7920

Arduino LCD Tutorial ST7920

Пікірлер

  • @user-ob6em3di2u
    @user-ob6em3di2u3 сағат бұрын

    i most like the lcd keypad shield because the community made a lot of games for it.

  • @demonslayer3621
    @demonslayer362122 сағат бұрын

    how should i save my files in which folder im really new to this

  • @vijaysulakhe5605
    @vijaysulakhe56053 күн бұрын

    Thanks for the video...keep it up with new sensors and visual outputs.

  • @GameForPeaceOfficial
    @GameForPeaceOfficial6 күн бұрын

    any one can help ? file version is too low ? what to do please help

  • @osamaelzubair1203
    @osamaelzubair12037 күн бұрын

    I can not find the Wemos D1 board on the Arduino Yun . I am using arduino 2.3 IDE. any suggestions ??

  • @KrishnaReddySandra
    @KrishnaReddySandra7 күн бұрын

    Is it Raspberry or raspberry?

  • @ThierryC2373
    @ThierryC23738 күн бұрын

    Too bad the website is down in 2024.

  • @masonjodood554
    @masonjodood5549 күн бұрын

    Just a tip if you didn’t know or are new to high definition tft displays: Instead of clearing the screen for each loop or each time something is updated, just paint over it using a black rectangle and then print the new data. It is basically partial refresh and will DRASTICALLY improve performance.

  • @minecraftpro-yj5yf
    @minecraftpro-yj5yf11 күн бұрын

    Love u bro❤❤❤❤❤

  • @ramkrishna4431
    @ramkrishna443113 күн бұрын

    I am using 4 motors with l289n but i am not able to set pwm below 128

  • @mirelamascarenhas1691
    @mirelamascarenhas169113 күн бұрын

    Does anyone know how to use this interface to open scratch without having to open the raspberry home screen?

  • @donniealfonso7100
    @donniealfonso710013 күн бұрын

    Is there a replacement for the GPS hat specified? Looks like the one you are using is no longer available.

  • @ecsyntric
    @ecsyntric13 күн бұрын

    arduino is sleeping but the motion sensor is always powered on

  • @note9redmi17
    @note9redmi1716 күн бұрын

    Thank you for the great video. For the second PIR motion detect example, it can be simplified by using only one interrupt (digital pin 2) to control the led on/off. The following modified code works very well: #include "LowPower.h" #define PIRmotion 2 #define LedPin 13 void setup() { pinMode(LedPin,OUTPUT); pinMode(PIRmotion,INPUT); attachInterrupt(digitalPinToInterrupt(PIRmotion),OutputLED,CHANGE); } void loop() { LowPower.powerDown(SLEEP_FOREVER , ADC_OFF, BOD_OFF); } void OutputLED(){ digitalWrite(LedPin,digitalRead(PIRmotion)); }

  • @Sharmamona322
    @Sharmamona32218 күн бұрын

    This is actually so good. THE only tutorial that ACTUALLY HELPED ME. TANK YOU SO MUCH. AMAZING 11/10!

  • @murganswirkey
    @murganswirkey23 күн бұрын

    Please Do You have code for Interfacing USB port for PIC18Fxxxxxx ?

  • @selectstartenter5016
    @selectstartenter501625 күн бұрын

    Thank you so much, sir!!! Very nice video.

  • @SurplussMan
    @SurplussMan26 күн бұрын

    If there is noise at the top of the screen, try adding '#define__OFFSET 0' to the 'TFT_ILI9163C.h' file.

  • @tantarantantan_
    @tantarantantan_20 күн бұрын

    what if the noise is at the right side?

  • @joeblow4353
    @joeblow435326 күн бұрын

    UPS just lost my hard drive. I gave it to Geek Squad (at Best Buy) for a repair. Since Geek Squad could not fix onsite, they sent to Kentucky. The UPS driver never scanned the package (this was a month ago), it got lost, and now UPS can't find it. That's 1 Terabyte of data (years of files and photos) gone because of UPS incompetence. Geek Squad should've forced UPS to scan before leaving, to at least ensure some tracking. Because they didn't scan, it's not traceable. Don't EVER give your hard drive to Geek Squad, as this weak link (UPS) could destroy all your data. Get a hard drive fixed locally, on-site. Geek Squad’s fault and carelessness in this was a) Not making sure that UPS scanned my package, and b) Not tracking the progress of the shipment. They should’ve noted that the package did not arrive and then immediately filed a claim. Instead, the manager waited until my email - over three weeks after I dropped it off - to look into it. So the package could’ve gotten stolen or even more lost in the meantime. Absolutely irresponsible, top to bottom, both on the part of Geek Squad and UPS.

  • @billglass5160
    @billglass516028 күн бұрын

    Using the touch screen for ESP32 requires the tft_espi library

  • @rrssmooth6643
    @rrssmooth664328 күн бұрын

    what a waste of time.

  • @arial012
    @arial01228 күн бұрын

    Longest introduction ever

  • @ValFolarin
    @ValFolarin29 күн бұрын

    doesnt work. the screen stays blue on the remote desktop connection

  • @ahmedrazak2063
    @ahmedrazak2063Ай бұрын

    Excellent, this has worked very nicely and easily. Thank you very much.

  • @advadanino8168
    @advadanino8168Ай бұрын

    graet video! can I do it with respberry pi?

  • @grahambrown5874
    @grahambrown5874Ай бұрын

    I can't get this program to compile. Spent hours troubling shooting but no luck. 'String getDayOfWeek(int)' previously defined here String getDayOfWeek(int i)

  • @ronaldmorrison2765
    @ronaldmorrison2765Ай бұрын

    I used my ST7789 display with an ESP32 and a DHT22 sensor. That gives me the temperature in Celcius or Fahrenheit plus humidity. Since the ESP32 is a 3.3 volt device there is little chance of damaging the display and with proper coding can have the information available over WIFI. Now I can monitor the temperature and humidity outdoors without leaving my desk.

  • @Yakroo108
    @Yakroo108Ай бұрын

    👍👍👍

  • @hahahahahaha664
    @hahahahahaha664Ай бұрын

    i tried to copy your code but it came out error

  • @venifakumar7189
    @venifakumar7189Ай бұрын

    sir,what is the resistor value that you have used

  • @grahambrown9409
    @grahambrown9409Ай бұрын

    Your code is generating the following error: Compilation error: redefinition of 'Adafruit_ST7735 tft' and stops at line 14 Adafruit_ST7735 tft = Adafruit_ST7735(TFT_CS, TFT_DC, TFT_RST); I installed the Adafruit library ST7735 and ST7789, version 1.10.4 Any ideas please?

  • @squiky741
    @squiky741Ай бұрын

    what is the SSH PLEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASSSSSSSSSSSSSSEEEEEEEEEEEEEEEEEEEEE HELPPPPPPPPPPPPPPPP MEEEEEEEEEEEEEEE HELP MEEEEEEEEEEEEEEEEE! WHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA

  • @MuhammadUzair-iq4yl
    @MuhammadUzair-iq4ylАй бұрын

    How to convert graphics to display on Nokia 5110? Thank you for video it was very helpful.

  • @hobart2501
    @hobart2501Ай бұрын

    This is helpful but the sample code I down loaded is messed up if your using a PI lots of syntax issues.

  • @tvdylan
    @tvdylanАй бұрын

    I AM GOING TO USE IT TO TRIGGER MYPULSE MOTOR COILS !! and then charge batterries with negative energy ! : )

  • @user-pz1zv5jw6d
    @user-pz1zv5jw6dАй бұрын

    How to circuit sematic ????????????,

  • @RGormanJr
    @RGormanJrАй бұрын

    Thank you for this! It showed me the mistake in my first circuit!

  • @JohnDoe-qc3cl
    @JohnDoe-qc3clАй бұрын

    Looking for a display screen that is good for a DYI Pip Boy project preferably close to 5x3”. 😊

  • @vincentsarmiento2682
    @vincentsarmiento2682Ай бұрын

    Can I ask for help? I dunno why but when I try to run the code it doesn't work, it says something about line 3 module not found, but i copied all of the necessary libraries needed. how do I fix that? ps. when i booted it up it worked and displayed a later date, but when I try to set the time it says File "D:\code.py", line 2, in <module> import board, busio, displayio ModuleNotFoundError: No module named 'board' how do I fix that??

  • @fredykaris4534
    @fredykaris4534Ай бұрын

    I need your assistance, when coding, my computer gives me a certain response Newping.h: that file does not exist,, what could be the problem kindly

  • @hannuhanhi183
    @hannuhanhi183Ай бұрын

    Python LOL, one of the slowest programming languages in the world with extremely ugly syntax. Use C++ instead. Just my two cents but the Pico is totally uninteresting board.

  • @hum1st
    @hum1stАй бұрын

    you gained a new subscriber, can you please mention the values of potentiometer?

  • @Hadadoh
    @HadadohАй бұрын

    I have tried to change the code to work with st7789 240*240 display without chip select and arduino st7789 library but so far no display of drawings

  • @marios_ideas
    @marios_ideasАй бұрын

    I want to build a project around this display however I have one extra SPI device (sd card reader) I need as well. Is it possible to connect them so they coexist. This part does not seem to have CS

  • @benjaanimations5219
    @benjaanimations5219Ай бұрын

    how do i connect the red wires together in the schematic

  • @TheDJCAMERO2012
    @TheDJCAMERO2012Ай бұрын

    I have the arduino uno r3. I have this screen and hooked it up like yours. I have a personal project I'm working on." 790s head" from an old tv show called Lexx. I have printed the head. Now to program the eyes or 1 eye as is in the tv show. Would coding like this be possible. To mimick the robots eyes from the show?

  • @MuhammadArshad-ed4ef
    @MuhammadArshad-ed4efАй бұрын

    Hi I am not able to download your code site 404