Тёмный
educ8s.tv
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 RU-vid 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 ST7789 Display Tutorial
5:58
3 года назад
OpenMV Screen Tutorial - ILI9341
5:39
4 года назад
Arduino LCD Tutorial ST7920
4:54
4 года назад
Комментарии
@subhashvasudev6278
@subhashvasudev6278 23 часа назад
bro can u do tetris game
@NaZeYs
@NaZeYs 3 дня назад
Great, I am using micropython and i cannot upload bmp file, do i have to switch to circuit python for this feature?
@rbsfinger
@rbsfinger 4 дня назад
Dope
@johnathanelkins4285
@johnathanelkins4285 5 дней назад
Would it possible to use the DFplayer to play music on a loud speaker via AUX cord? Or does it only work if the DFplayer is powering the speaker itself?
@TurkeyBoy2010
@TurkeyBoy2010 6 дней назад
Amazing video, simple explination, great demonsitration, and easy to follow
@areyesilva
@areyesilva 8 дней назад
This video is 9 years ago. Is there any update device to do this?
@electronicsideas1361
@electronicsideas1361 9 дней назад
can not download code
@user-ob6em3di2u
@user-ob6em3di2u 10 дней назад
i most like the lcd keypad shield because the community made a lot of games for it.
@demonslayer3621
@demonslayer3621 10 дней назад
how should i save my files in which folder im really new to this
@vijaysulakhe5605
@vijaysulakhe5605 13 дней назад
Thanks for the video...keep it up with new sensors and visual outputs.
@GameForPeaceOfficial
@GameForPeaceOfficial 16 дней назад
any one can help ? file version is too low ? what to do please help
@osamaelzubair1203
@osamaelzubair1203 17 дней назад
I can not find the Wemos D1 board on the Arduino Yun . I am using arduino 2.3 IDE. any suggestions ??
@KrishnaReddySandra
@KrishnaReddySandra 17 дней назад
Is it Raspberry or raspberry?
@ThierryC2373
@ThierryC2373 18 дней назад
Too bad the website is down in 2024.
@masonjodood554
@masonjodood554 19 дней назад
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-yj5yf 21 день назад
Love u bro❤❤❤❤❤
@ramkrishna4431
@ramkrishna4431 23 дня назад
I am using 4 motors with l289n but i am not able to set pwm below 128
@mirelamascarenhas1691
@mirelamascarenhas1691 23 дня назад
Does anyone know how to use this interface to open scratch without having to open the raspberry home screen?
@donniealfonso7100
@donniealfonso7100 23 дня назад
Is there a replacement for the GPS hat specified? Looks like the one you are using is no longer available.
@ecsyntric
@ecsyntric 23 дня назад
arduino is sleeping but the motion sensor is always powered on
@note9redmi17
@note9redmi17 26 дней назад
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
@Sharmamona322 28 дней назад
This is actually so good. THE only tutorial that ACTUALLY HELPED ME. TANK YOU SO MUCH. AMAZING 11/10!
@murganswirkey
@murganswirkey Месяц назад
Please Do You have code for Interfacing USB port for PIC18Fxxxxxx ?
@selectstartenter5016
@selectstartenter5016 Месяц назад
Thank you so much, sir!!! Very nice video.
@SurplussMan
@SurplussMan Месяц назад
If there is noise at the top of the screen, try adding '#define__OFFSET 0' to the 'TFT_ILI9163C.h' file.
@tantarantantan_
@tantarantantan_ Месяц назад
what if the noise is at the right side?
@joeblow4353
@joeblow4353 Месяц назад
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
@billglass5160 Месяц назад
Using the touch screen for ESP32 requires the tft_espi library
@rrssmooth6643
@rrssmooth6643 Месяц назад
what a waste of time.
@arial012
@arial012 Месяц назад
Longest introduction ever
@ValFolarin
@ValFolarin Месяц назад
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