Тёмный
DIY USTHAD
DIY USTHAD
DIY USTHAD
Подписаться
Projects and tutorials related to Arduino, Espressif, NodeMCU, Raspberry Pi, STM32, STM8, Python, Flutter, Embedded C, MicroPython, Processing 3, Linux, 3D Printing, etc...
Tuya Smart IoT With ESP8266 + Arduino
5:44
2 года назад
IoT Display | ESP32 + Telegram
0:47
2 года назад
All About 7 Segment Display
4:21
4 года назад
Automatic Sanitizer Dispenser V-1.0
1:37
4 года назад
Touch Switch Activated Relay - TTP223
5:28
4 года назад
LDR with BBC micro:bit
0:41
4 года назад
LDR with Arduino
2:25
4 года назад
How To Use IR Remote With Arduino
5:44
4 года назад
Chrome Dino🦖 Running Forever😜
1:33
4 года назад
Gesture Gaming by Aziz
1:08
4 года назад
RFID Solenoid Lock Using Arduino Nano
0:47
4 года назад
Комментарии
@gavril3698
@gavril3698 29 дней назад
it worked thanks man
@DIYUSTHAD
@DIYUSTHAD 14 дней назад
Glad it helped
@pentagonedm3384
@pentagonedm3384 Месяц назад
very clever idea thank you mate
@jorgemanueldibattista82
@jorgemanueldibattista82 Месяц назад
Hello, good day. I congratulate you for the video, very well explained. My question is if the PIR sensor works well with 3.3v and according to the characteristics it works with 5v. Thank you very much and until next time, greetings. 🖖
@yigitatalan515
@yigitatalan515 Месяц назад
why we use arduino instead of just esp?
@Jean_Jobi
@Jean_Jobi 2 месяца назад
Hello sir, will it work without soldering
@Darkthrone379
@Darkthrone379 2 месяца назад
Does it work?
@DIYUSTHAD
@DIYUSTHAD 2 месяца назад
It was when i made the video, dont know about current situation
@laneyaremchuk1276
@laneyaremchuk1276 3 месяца назад
I loved your video-it's fantastic! I'm new to this type of work and have been really frustrated with retail sensors. I want to create something just like what you did, but I need it to be battery-powered and able to communicate with Home Assistant. Can you show a project like that? Even if just battery powered would be very helpful. Your guidance would be invaluable!
@Scoobydcs
@Scoobydcs 4 месяца назад
i currently use several leo bodnar boards which are greeat but iv got too many switches. can i use a matrix with the leo boards? also i have several variable pot and rotary encoders too and also 8way hats and momentary buttons. how do i deal with them?
@VollaiRoland
@VollaiRoland 4 месяца назад
Why can't the NodeMCU be used immediately, why must a separate arduino nano be used?
@chamaliweerasinghe9403
@chamaliweerasinghe9403 4 месяца назад
🎉
@hey_navin
@hey_navin 5 месяцев назад
Pura glt project hai money & time vaste
@nikostheodorou1096
@nikostheodorou1096 5 месяцев назад
Hello. I am using a waveshare oled screen that has a different library. I try to generate an image but when i upload it, it displays the image 4 times in a single line. Do you know why it generates a code like that?
@tangsokmarady4966
@tangsokmarady4966 5 месяцев назад
what's your version of raspberry pi os?
@Alexakoss__
@Alexakoss__ 6 месяцев назад
MY RASPBERRY PI 4 DOESNT WORK I HATE YOU
@Alexakoss__
@Alexakoss__ 6 месяцев назад
great,now i put the scripts on to my raspberry pi and now it doesnt even work with hdmi monitor .thank you ,you just duined my raspberry pi 4
@JamesCotter-be4se
@JamesCotter-be4se 6 месяцев назад
Excellent your sketch is top notch
@seggamulti1219
@seggamulti1219 7 месяцев назад
Hey bro, is there a way to get this to work without them doing this manually.....im not publishing the file to the Microsoft store..but i have a plan to distribute it, I don't want all my users doing it
@artreecompany613
@artreecompany613 7 месяцев назад
You can make script which install cert and then run app installer
@DIYUSTHAD
@DIYUSTHAD 7 месяцев назад
Thats a great idea 👍🏻
@H2ON_MEA
@H2ON_MEA 7 месяцев назад
#define sw A1 //name for analog pin A1 #define led1 12 #define led2 11 #define led3 10 #define led4 9 #define led5 8 void setup() { Serial.begin(9600); pinMode(led1,OUTPUT); digitalWrite(led1,HIGH); //setting led1 pin HIGH ie LED will be off according to our circuit pinMode(led2, OUTPUT); digitalWrite(led2,HIGH); //setting led2 pin HIGH ie LED will be off according to our circuit pinMode(led3, OUTPUT); digitalWrite(led3,HIGH); //setting led3 pin HIGH ie LED will be off according to our circuit pinMode(led4, OUTPUT); digitalWrite(led4,HIGH); //setting led4 pin HIGH ie LED will be off according to our circuit pinMode(led5, OUTPUT); digitalWrite(led5,HIGH); //setting led5 pin HIGH ie LED will be off according to our circuit } void loop() { Serial.println(analogRead(sw)); // reading and printing the values from analog pin A1 if(analogRead(sw) >197 && analogRead(sw) <207 ) digitalWrite(led1,LOW);// LED will turn ON else if(analogRead(sw) >248 && analogRead(sw) <258) digitalWrite(led2,LOW);// LED2 will turn ON else if(analogRead(sw) >333 && analogRead(sw) <343) digitalWrite(led3,LOW);// LED3 will turn ON else if(analogRead(sw) >509 && analogRead(sw) <514) digitalWrite(led4,LOW);// LED2 will turn ON else if(analogRead(sw) >1015 && analogRead(sw) <1023) digitalWrite(led5,LOW);// LED2 will turn ON }
@TheEgyptianflutter
@TheEgyptianflutter 7 месяцев назад
please tell me how yours plugin is here I want to do that I think I have a problem in flutter build windows
@DIYUSTHAD
@DIYUSTHAD 7 месяцев назад
I didn’t get your question
@farisrafipramana6926
@farisrafipramana6926 7 месяцев назад
is tuya free?
@DIYUSTHAD
@DIYUSTHAD 7 месяцев назад
It was, I don’t know the current status
@qsdrfghgujfddyffguff
@qsdrfghgujfddyffguff 8 месяцев назад
wahhkai..ustahd ho tum
@swalih7058
@swalih7058 9 месяцев назад
Its cool, How did you make this ? Have an creating tutorial for this app ?
@DIYUSTHAD
@DIYUSTHAD 7 месяцев назад
The source is open
@Jay-tj7we
@Jay-tj7we 9 месяцев назад
HI! How do we upload the code to the ESP Module?
@DIYUSTHAD
@DIYUSTHAD 9 месяцев назад
You can use an Arduino Board or a USB-to-Serial adapter.
@serdarxxx1073
@serdarxxx1073 9 месяцев назад
switch case is better Option
@DIYUSTHAD
@DIYUSTHAD 9 месяцев назад
Didn’t understand your question, please explain
@ramashankeryadav6204
@ramashankeryadav6204 10 месяцев назад
I wants same project when change the resistance value print the diffrent name on lcd display , please suggest it is possible?
@DIYUSTHAD
@DIYUSTHAD 9 месяцев назад
Yes it’s possible, but keep it short like 5 to 10
@captain_beef
@captain_beef 10 месяцев назад
thank you so much
@DIYUSTHAD
@DIYUSTHAD 9 месяцев назад
Thank you too!
@hamzechalhoub3492
@hamzechalhoub3492 10 месяцев назад
Hi, all the steps worked fine with instead the reset, grounding the pin7 is not setting the device in pairing mode.
@karimjalil2217
@karimjalil2217 10 месяцев назад
sos un pelotudo
@gustavoser
@gustavoser 10 месяцев назад
Is it possible with ESP32? I need to create a zigbee gateway
@TheAbhiGamer
@TheAbhiGamer 10 месяцев назад
This Works :-)
@rodrigodiasmartins3884
@rodrigodiasmartins3884 11 месяцев назад
Good Night, How for install this font personalized?
@abhimanyusareen1670
@abhimanyusareen1670 11 месяцев назад
Great Tutorial! I'm building this and i'm slightly new to Electrical engineering and ESPs. I'm using an ESP32 DevkitC to run a 24v LED Strip. I'm wondering which transistor to use? Will TIP120 work? Or should I get a MOSFET?
@DIYUSTHAD
@DIYUSTHAD 9 месяцев назад
Both should work, but go with MOSFET
@LastGaming0
@LastGaming0 11 месяцев назад
very nica video use
@LastGaming0
@LastGaming0 11 месяцев назад
use one button clock time sate ma or up mode clock.6dight hour minte secant
@milespeterson5049
@milespeterson5049 11 месяцев назад
Absolute GOLD for displaying images on an 1306 OLED display! The website is so nice! Great job! Thanks for this project! 👍
@DIYUSTHAD
@DIYUSTHAD 11 месяцев назад
Glad you like it!
@Sohave
@Sohave Год назад
First of all. Thanks for an interesting video. I am new to Arduino and find this very useful. Second, the idea of building a keybord using this method contains a challenge. What if two contacts are pressed simultaneously. Then presumably only the contact with the lowest resistance will be read as electricity flows the path of least resistance.
@DIYUSTHAD
@DIYUSTHAD 11 месяцев назад
Yes, there will be issues. Practically it will be good for only few switches
@unnisathyadas4598
@unnisathyadas4598 Год назад
Is it possible to use an oled module instead of lcd?
@DIYUSTHAD
@DIYUSTHAD Год назад
Yes it’s possible
@unnisathyadas4598
@unnisathyadas4598 Год назад
@@DIYUSTHAD Wow. That will really great. Can you make one?
@unnisathyadas4598
@unnisathyadas4598 Год назад
Or if i send you the code that i have changed, can you verify it?
@ismaelsantoss9462
@ismaelsantoss9462 Год назад
So usar 74hc165 shift registers
@DIYUSTHAD
@DIYUSTHAD 9 месяцев назад
Just a concept 😊
@joaofonseca6083
@joaofonseca6083 Год назад
would an esp32-s3 work instead?
@DIYUSTHAD
@DIYUSTHAD Год назад
Yes
@HinaStia
@HinaStia Год назад
Can I use esp8266
@DIYUSTHAD
@DIYUSTHAD Год назад
Yes with minor changes to the code
@HinaStia
@HinaStia Год назад
@@DIYUSTHAD Can you please provide the code with eeprom
@iRicardoTM
@iRicardoTM Год назад
Is the board necessary? Can I use only the relay or is the board for protection or something?
@DIYUSTHAD
@DIYUSTHAD Год назад
What board are you talking about?
@iRicardoTM
@iRicardoTM Год назад
@@DIYUSTHAD the pcb that the relay is connected to.
@cbs1710
@cbs1710 6 месяцев назад
@@iRicardoTM You shouldn't. Relays generate high reverse voltage spike which could/probably will fry the controlling board. At a minimum, you need a reverse diode between relay terminals. Ideally, there would be an opto-coupler isolation for control and transistor would energize the relay... and all of these are already provided on the relay module board for you.
@ranasingh5544
@ranasingh5544 Год назад
Hey cheers for the video. Not getting any notifications on IFTTT app on iphone, any ideas?
@DIYUSTHAD
@DIYUSTHAD Год назад
IFTTT has changed a lot since this video, make your all the code and settings are correct
@syahrulramadani6087
@syahrulramadani6087 Год назад
Excuse me sir there is a button code to capture image with esp32cam and send it to telegram
@akissot1402
@akissot1402 Год назад
"I'm very sorry, we have stopped accessing third-party ESP chips, we suggest you choose other chips or modules to use." just for you to know.. Tuya no more supports esp8266. Only their own chips
@DIYUSTHAD
@DIYUSTHAD Год назад
Thanks for the info, ill pin your comment
@vladyslavivanenko6394
@vladyslavivanenko6394 Год назад
@@DIYUSTHAD Is there a solution to this problem?
@Ayarafun101
@Ayarafun101 Год назад
Thank I spend a time i try to do like vdo Now on chip it not have a esp8266
@psykjavier
@psykjavier 9 месяцев назад
thank you for your comment, by any chance do you know if the ESP32 chip is compatible?
@akissot1402
@akissot1402 9 месяцев назад
@@psykjavier No ESP's at all. Tuya has a section of their own boards that you can use.
@guliyevshahriyar
@guliyevshahriyar Год назад
Thank you too much! This has been very easy after watching your tutorial.
@NehaRaiDEC-
@NehaRaiDEC- Год назад
What to write in WiFI status ()
@temhem1373
@temhem1373 Год назад
Hi I always get the matching function for call to 'HttpClient::HttpClient()' n error can you integrate a dfplayer that plays an mp3 during prayer times?
@dawidmajewski4646
@dawidmajewski4646 Год назад
how can controll the other way? to have the arduino send a command to turn on the tuya smart relay
@hackergalaata-hh9fe
@hackergalaata-hh9fe Год назад
Bro pattern can also crack
@mystreteacher
@mystreteacher Год назад
What were you using as a power supply for the 2 touch capacitor and a 2-channel relay module?