IoT Display | ESP32 + Telegram
0:47
3 жыл бұрын
All About 7 Segment Display
4:21
4 жыл бұрын
Automatic Sanitizer Dispenser V-1.0
1:37
LDR with BBC micro:bit
0:41
4 жыл бұрын
LDR with Arduino
2:25
4 жыл бұрын
How To Use IR Remote With Arduino
5:44
Chrome Dino🦖 Running Forever😜
1:33
Gesture Gaming by Aziz
1:08
4 жыл бұрын
Пікірлер
@rahmanocawni5618
@rahmanocawni5618 8 күн бұрын
I think for your effort. I want you to continue this to 10 appartements doors and each door has switch. Using arduino I want you to buzzer and which door was opened.
@sridharkrishnappanavanerth3388
@sridharkrishnappanavanerth3388 24 күн бұрын
Nice video sir, your way of explaining the code is very good. But you could be bit slower in explaining. 👍👍👍👍
@chethiyawijewickrama6425
@chethiyawijewickrama6425 Ай бұрын
Can I only use Esp8266 dev board for this project without using Arduion Nano dev board?
@DIYUSTHAD
@DIYUSTHAD 20 күн бұрын
No
@gavril3698
@gavril3698 3 ай бұрын
it worked thanks man
@DIYUSTHAD
@DIYUSTHAD 2 ай бұрын
Glad it helped
@pentagonedm3384
@pentagonedm3384 3 ай бұрын
very clever idea thank you mate
@jorgemanueldibattista82
@jorgemanueldibattista82 3 ай бұрын
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 3 ай бұрын
why we use arduino instead of just esp?
@Jean_Jobi
@Jean_Jobi 4 ай бұрын
Hello sir, will it work without soldering
@DIYUSTHAD
@DIYUSTHAD 20 күн бұрын
Yes it will
@Darkthrone379
@Darkthrone379 4 ай бұрын
Does it work?
@DIYUSTHAD
@DIYUSTHAD 4 ай бұрын
It was when i made the video, dont know about current situation
@laneyaremchuk1276
@laneyaremchuk1276 5 ай бұрын
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 6 ай бұрын
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 6 ай бұрын
Why can't the NodeMCU be used immediately, why must a separate arduino nano be used?
@chamaliweerasinghe9403
@chamaliweerasinghe9403 6 ай бұрын
🎉
@hey_navin
@hey_navin 7 ай бұрын
Pura glt project hai money & time vaste
@nikostheodorou1096
@nikostheodorou1096 7 ай бұрын
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 8 ай бұрын
what's your version of raspberry pi os?
@Alexakoss__
@Alexakoss__ 8 ай бұрын
MY RASPBERRY PI 4 DOESNT WORK I HATE YOU
@Alexakoss__
@Alexakoss__ 8 ай бұрын
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 8 ай бұрын
Excellent your sketch is top notch
@seggamulti1219
@seggamulti1219 9 ай бұрын
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 9 ай бұрын
You can make script which install cert and then run app installer
@DIYUSTHAD
@DIYUSTHAD 9 ай бұрын
Thats a great idea 👍🏻
@H2ON_MEA
@H2ON_MEA 9 ай бұрын
#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 9 ай бұрын
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 9 ай бұрын
I didn’t get your question
@farisrafipramana6926
@farisrafipramana6926 9 ай бұрын
is tuya free?
@DIYUSTHAD
@DIYUSTHAD 9 ай бұрын
It was, I don’t know the current status
@qsdrfghgujfddyffguff
@qsdrfghgujfddyffguff 10 ай бұрын
wahhkai..ustahd ho tum
@swalih7058
@swalih7058 11 ай бұрын
Its cool, How did you make this ? Have an creating tutorial for this app ?
@DIYUSTHAD
@DIYUSTHAD 9 ай бұрын
The source is open
@Jay-tj7we
@Jay-tj7we 11 ай бұрын
HI! How do we upload the code to the ESP Module?
@DIYUSTHAD
@DIYUSTHAD 11 ай бұрын
You can use an Arduino Board or a USB-to-Serial adapter.
@serdarxxx1073
@serdarxxx1073 11 ай бұрын
switch case is better Option
@DIYUSTHAD
@DIYUSTHAD 11 ай бұрын
Didn’t understand your question, please explain
@ramashankeryadav6204
@ramashankeryadav6204 Жыл бұрын
I wants same project when change the resistance value print the diffrent name on lcd display , please suggest it is possible?
@DIYUSTHAD
@DIYUSTHAD 11 ай бұрын
Yes it’s possible, but keep it short like 5 to 10
@captain_beef
@captain_beef Жыл бұрын
thank you so much
@DIYUSTHAD
@DIYUSTHAD 11 ай бұрын
Thank you too!
@hamzechalhoub3492
@hamzechalhoub3492 Жыл бұрын
Hi, all the steps worked fine with instead the reset, grounding the pin7 is not setting the device in pairing mode.
@karimjalil2217
@karimjalil2217 Жыл бұрын
sos un pelotudo
@gustavoser
@gustavoser Жыл бұрын
Is it possible with ESP32? I need to create a zigbee gateway
@TheAbhiGamer
@TheAbhiGamer Жыл бұрын
This Works :-)
@rodrigodiasmartins3884
@rodrigodiasmartins3884 Жыл бұрын
Good Night, How for install this font personalized?
@abhimanyus1670
@abhimanyus1670 Жыл бұрын
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 11 ай бұрын
Both should work, but go with MOSFET
@LastGaming0
@LastGaming0 Жыл бұрын
very nica video use
@LastGaming0
@LastGaming0 Жыл бұрын
use one button clock time sate ma or up mode clock.6dight hour minte secant
@milespeterson5049
@milespeterson5049 Жыл бұрын
Absolute GOLD for displaying images on an 1306 OLED display! The website is so nice! Great job! Thanks for this project! 👍
@DIYUSTHAD
@DIYUSTHAD Жыл бұрын
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 Жыл бұрын
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 11 ай бұрын
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 9 ай бұрын
@@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 11 ай бұрын
thank you for your comment, by any chance do you know if the ESP32 chip is compatible?
@akissot1402
@akissot1402 11 ай бұрын
@@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?