Тёмный

Arduino UNO Smart Home Lighting Simulation w/LEDs, HC-05 Bluetooth Module + mBlock 3 [Tutorial] 

Paul Marriott - CHANNEL of STUFF
Подписаться 9 тыс.
Просмотров 104 тыс.
50% 1

Important Note #1: There is a NEW, updated version of this tutorial (for mBlock 5 + new HC-05 extension), which can be located here: • Arduino HC-05: Bluetoo...
Important Note #2: As of writing the 'Arduino Bluetooth Controller' app from SA Tech (as shown in the video) is no longer available, so if you try and scan the QR code to download to your Android device it will take you to a broken link. The pulling of apps seems to be a common thing on Google Play, particularly for lesser-known apps. You are therefore advised to search for an alternative Bluetooth Controller app that has a Terminal function (most, if not all support this) and an interface for 4+ buttons. There is a link below for an app from Apps Valley which still works and has what you need. In addition, if you want the Arduino IDE version of the code instead of mBlock 3's the link is also below. Good luck!
Link to the Arduino IDE code here (derived from mBlock 3 code): drive.google.com/open?id=18lO...
Link to 'Arduino Bluetooth Controller - All in One' from Apps Valley: play.google.com/store/apps/de...

Наука

Опубликовано:

 

24 июл 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 120   
@PaulMarriott
@PaulMarriott 2 года назад
Hi everyone. There is a NEW, updated 2022 version of this tutorial (for mBlock 5 + new HC-05 extension), which can be located here: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-BLXgapG07JM.html. All the best! 👍🏻
@gunzi2269
@gunzi2269 2 года назад
One of the best tutorials I've watched so far on YT. Thank you so much!!!!
@danieljakowski6608
@danieljakowski6608 2 года назад
Mano, eu estava brigando com meu bluetooth há uma semana já, e seu comentario sobre o Rx quando carregar o programa me salvou, sério. Eu já tava dessistindo do bluetooth. Muito Obrigado - D
@harsh-haria
@harsh-haria 4 года назад
tried a lot of solutions but none of them worked. Your video worked.
@hishcodes
@hishcodes 4 года назад
Perfectly explained each and everything about hc-05. Thank you so much
@cannabiscore7935
@cannabiscore7935 2 года назад
Extremely insightful. I need more.!!
@veraktong3794
@veraktong3794 2 года назад
Don't matter how long you take, long as you do it cause you love to
@user-qb7of1xd2z
@user-qb7of1xd2z 3 года назад
You are the best. You help me so much, Thank you!
@buvan7d042
@buvan7d042 3 года назад
thaks bro it is working and i have set this as home automation
@eshitaranisarker_3164
@eshitaranisarker_3164 Год назад
Thank you so so much 💕💕 Your video help me a lot. .it save my 70 Marks..from 🇧🇩.
@sat_talk
@sat_talk 3 года назад
Thanks bro.. but a silly question as a beginner.. how would we build led output to controll Home appliances?
@rmnao
@rmnao 3 года назад
Hello, would u be so kind to say how i can add more buttons in Android app?
@user-gy7io6kw2e
@user-gy7io6kw2e 3 года назад
ORID Code 6 entry control mesh 3 and thank you brother
@md.faysalbiswas5098
@md.faysalbiswas5098 Год назад
THANKS a lot sir... works perfectly.. done my scl project with that.
@mogomega8825
@mogomega8825 3 года назад
Thank you sir! I builed this and it worked 👍
@renzsuarez4027
@renzsuarez4027 Месяц назад
Hello can i ask instead of LED can i use lightbulb instead?
@luongvanminh700
@luongvanminh700 4 года назад
Hi, can you share me how to connect Serial Port? Because my Serial Port not shown (no Serial Port). Help me plsss!
@myelectrojj
@myelectrojj Год назад
First try blutooth based project success *tkuuuu....* 😀
@Marcin-hz1iw
@Marcin-hz1iw 3 года назад
I have a problem. My Bluetooth module blink a few times (about 5-10 ) and stop. Nothing is happen next. My telephone could not find this Bluetooth module. Is it broken ?
@LyLeap
@LyLeap 3 года назад
I am having abit of problem at the end, i did everything but on my phone , i tried sending it command but it said Java.io.IoException : Broken pipe
@sitinurafiqahsamsi5981
@sitinurafiqahsamsi5981 3 года назад
may I know why my program cannot send data to Bluetooth devices?
@wejdenehanana3522
@wejdenehanana3522 Год назад
If we don't have an Android what can we use as arduino bluetooth controller
@GEORGE-jf2vz
@GEORGE-jf2vz 3 года назад
Excellent video. Thank you.
@wisemenms511
@wisemenms511 3 года назад
got it thank you ,works great
@adamputra8288
@adamputra8288 3 года назад
Can I change the led with DC motor? If cant how do i add it
@milosgagic4820
@milosgagic4820 4 года назад
Great video! Thanks.
@ShaniKumar-gn4oq
@ShaniKumar-gn4oq 4 года назад
hi i am using HC 05 blue tooth with atmega 32 ....when i send one character it is working .......... if i want to send String like " Total" from Bluetooth then how to handle this string and make my logic accordingly ...? Is there any function to convert string to char ? here is my code? int main(void) { char Data_in; DDRB = 0xff; /* make PORT as output port */ USART_Init(9600); /* initialize USART with 9600 baud rate */ LED = 0; while(1) { Data_in = USART_RxChar(); /* receive data from Bluetooth device*/ if(Data_in =='1') { LED |= (1
@cars3731
@cars3731 3 года назад
VERY VERY VERY VERY AWESOME VIDEO,VERY INFORMATIVE...
@PaulMarriott
@PaulMarriott 3 года назад
Thank you.
@serkanguncan
@serkanguncan 5 месяцев назад
How can I open and close 4 rooms with voice command?
@stetco_c
@stetco_c 2 года назад
why it doesn't work with arduino mega 2560?
@shivshambhuchoudhary1204
@shivshambhuchoudhary1204 Год назад
Sir, will u guide me how u made Bluetooth module library by your own here or in a video, it would be helpful. THANKS AND God bless
@jitumehar298
@jitumehar298 Год назад
Can we controll it with voice comand
@PSYCHOGAMER-rz2xp
@PSYCHOGAMER-rz2xp 3 года назад
Thanks for explaining sir
@clayton3518
@clayton3518 2 года назад
Can we use it on AC lights?
@ayxan7858
@ayxan7858 2 года назад
mine is iphone what i should do?
@chidiayoanasonye9243
@chidiayoanasonye9243 2 года назад
Thanks for your tutorial but Can you please teach me the programming process using an android phone instead of pc
@msnephophilia8750
@msnephophilia8750 Год назад
Can we do it using arduino nano? Please give me a circuit design if possible with Arduino nano.. i want to do it in my project i have Arduino nano ... please help me..
@nithingamingworld545
@nithingamingworld545 3 года назад
Pls till me.....can we connect 8 leds.????:-?
@jade6614
@jade6614 3 года назад
it worked thank you !!
@samueloyeleye666
@samueloyeleye666 3 года назад
Very impressed
@benimleogren4521
@benimleogren4521 4 года назад
very nice thanks
@kanhaiyaupreti3346
@kanhaiyaupreti3346 4 года назад
Um one question ? Shouldn't you should be using a Voltage Divider to prevent the Rx and Tx 5 volt damaging the Module. Afterall they are rated 3.3 v for Rx and Tx Pin.
@PaulMarriott
@PaulMarriott 4 года назад
Traditionally you are supposed to power the HC-05 with 3.3v and 5v is not officially supported. However I have used many HC-05 modules with 5v (no resistor) and thus far I’ve had no issues with burnout and such.
@SchwanaCARDHUT
@SchwanaCARDHUT 3 года назад
Thank you very much
@luisgarcia6577
@luisgarcia6577 Год назад
Very nice, but how is this connected to an actual home? It would be a nice video to watch
@chandankumarchappa
@chandankumarchappa Год назад
its not working with me can anyone help its for my kidss project for 10th grade
@anastarafder2637
@anastarafder2637 7 месяцев назад
Have u got the arduino code for this project?
@samiphy9208
@samiphy9208 4 года назад
Would you please make a video tutorial for mblock voice-controlled programming?
@PaulMarriott
@PaulMarriott 4 года назад
That’s a good idea, actually! Only if I had the time and modules but perhaps it will happen someday...
@darkvoidinfinity9810
@darkvoidinfinity9810 4 года назад
hey bro i need some help , i am using blink to control led . I want led to start fading when i turn on it remotely through ( bluetooth module HC05) from blynk app . Can you just help me out because i am searching for it for past few days but really can't find it :(
@PaulMarriott
@PaulMarriott 4 года назад
Hey there. I’ll have to play around with Blynk for a bit since I haven’t really used it for LED-dimming yet. Is that what you’d like to do?
@darkvoidinfinity9810
@darkvoidinfinity9810 4 года назад
@@PaulMarriott bro i don't know anything about coding, all i can do is copy paste code and do some basic changes in code . I have uploaded a fading code to a pwn pin , so it start fading as soon as i power arduino , i want to make some changes in this code as well i want led to start fading as i command them remotely using blynk or any other app . Like when i switch it ''ON'' using app then it start fading . and when i turn it ''OFF'' to turn off. I am using bluetooth module HC05 with aduino.
@mhamedhamadaembaby2502
@mhamedhamadaembaby2502 3 года назад
How can i get the extension
@faranehmosavari4371
@faranehmosavari4371 4 года назад
very nice man!!!! thanks!
@PaulMarriott
@PaulMarriott 4 года назад
No problem!
@aibetejada2323
@aibetejada2323 3 года назад
Please help, i can't view the code
@adelin3363
@adelin3363 2 года назад
how u burn the code on arduino uno?
@kabirmithu3351
@kabirmithu3351 4 года назад
great apps, thanks.
@kirthispot2771
@kirthispot2771 2 года назад
In which are you coding sir
@TechArefin
@TechArefin 3 года назад
Please *disconnect the Tx and RX pin from Arduino* before uploading and connect it after uploading the code. *Otherwise, it will show an error* :)
@emme-ario7060
@emme-ario7060 2 года назад
omg u literally saved me
@abelojong6735
@abelojong6735 Год назад
Me too
@youriyouri614
@youriyouri614 5 лет назад
Hello, thank you already for the video. But would it be possible to have the program in C?
@PaulMarriott
@PaulMarriott 4 года назад
Link to code is now in the description. Good luck!
@tyronrosario6862
@tyronrosario6862 4 года назад
no
@musaabal-maidan3005
@musaabal-maidan3005 2 года назад
THANKS SO MUCH
@parvathyc1674
@parvathyc1674 Год назад
Nice video
@Alexa29001
@Alexa29001 3 года назад
File is not opening
@iceboxgaming7469
@iceboxgaming7469 3 года назад
it worked
@mogomega8825
@mogomega8825 3 года назад
does this work for Arduino Nano too?
@PaulMarriott
@PaulMarriott 3 года назад
Yes, it should.
@souvikdhar1860
@souvikdhar1860 2 года назад
Sir the codes is not there....when opening the link (no preview download) showing
@PaulMarriott
@PaulMarriott 2 года назад
There should be another download button to press after you see the ‘no preview’
@souvikdhar1860
@souvikdhar1860 2 года назад
Download is showing
@amineallouche1839
@amineallouche1839 3 года назад
Please app code
@hasansami5181
@hasansami5181 3 года назад
In 15:01, Does this works for Arduino nano??
@PaulMarriott
@PaulMarriott 3 года назад
Yes, it should work.
@hasansami5181
@hasansami5181 3 года назад
my arduino connects but does not take input or give output to my phone using HC-05
@hasansami5181
@hasansami5181 3 года назад
I have tried many thing but didn't fixed the problem. Please help
@adilabusafa
@adilabusafa Год назад
أهلاً وسهلاً ومرحباً -يتعذر التعليق-لا أعلم .
@amineallouche1839
@amineallouche1839 3 года назад
Please application Android code Thank you
@rhythmofdance7543
@rhythmofdance7543 Год назад
Whatever I tried three times but it didn't work
@PaulMarriott
@PaulMarriott Год назад
Use the newer tutorial ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-BLXgapG07JM.html
@somyatomar6292
@somyatomar6292 3 года назад
what is the ohmic value of the resistors used by you?
@PaulMarriott
@PaulMarriott 3 года назад
220 Ohm
@canhlong1539
@canhlong1539 3 года назад
Can you help me with 30 devices. I get tough with this topic ,please help me!
@PaulMarriott
@PaulMarriott 3 года назад
What do you mean by 30 devices? You mean 30 LEDs or Arduino boards?
@md.saifuddinkaderapu695
@md.saifuddinkaderapu695 3 года назад
Nice project. Can u give me the code in my Email. And tell me which software do u use for coding.
@abidaparveen2252
@abidaparveen2252 3 года назад
Sir please give me code
@mustafaahmed5457
@mustafaahmed5457 4 года назад
thank you vary much , but can you give me the code , please
@PaulMarriott
@PaulMarriott 4 года назад
Link to code is now in the description. Good luck!
@FunZone01
@FunZone01 3 года назад
Good
@swaritawari4463
@swaritawari4463 3 года назад
How to code in Arduino ide
@PaulMarriott
@PaulMarriott 3 года назад
The code is in the description.
@swaritawari4463
@swaritawari4463 3 года назад
How to change the password
@idfc5736
@idfc5736 4 года назад
good
@SubhashChandra-jc4eh
@SubhashChandra-jc4eh 4 года назад
Programmimg for uno Plzzz
@PaulMarriott
@PaulMarriott 4 года назад
someday perhaps
@PaulMarriott
@PaulMarriott 4 года назад
Link to code is now in the description. Good luck!
@hananerajini3588
@hananerajini3588 4 года назад
code pffffffffffffffffffffffffffff fk
@PaulMarriott
@PaulMarriott 4 года назад
Link to code is now in the description. Good luck!
@hananerajini3588
@hananerajini3588 4 года назад
Sorry dood it s just my brother ok its him ho ride this commente sorry
@PaulMarriott
@PaulMarriott 4 года назад
@@hananerajini3588 It's ok, no problem! :)
@hananerajini3588
@hananerajini3588 4 года назад
Thank you
@adilabusafa
@adilabusafa Год назад
أهلاً وسهلاً ومرحباً -يتعذر التعليق-لا أعلم .
@hasansami5181
@hasansami5181 3 года назад
Good
@hasansami5181
@hasansami5181 3 года назад
So Cool Vids
@hasansami5181
@hasansami5181 3 года назад
Thx
@giabao6099
@giabao6099 5 лет назад
Thanks you so much
@PaulMarriott
@PaulMarriott 4 года назад
Thank you!
@hananerajini3588
@hananerajini3588 4 года назад
thank you for what where is the code
@PaulMarriott
@PaulMarriott 4 года назад
@@hananerajini3588 Link to code is now in the description. Good luck!
Далее
HC-05 Bluetooth Module with Arduino-MIT App Inventor
27:57
CLANCY 🦞 Operation Squid Ink (New Brawler Animation)
00:58
Amazing 1/43 AWD RC DRIFT CAR!!!!! WOW!!!!
3:05
Просмотров 2,3 тыс.
Arduino RGB LED control using  Bluetooth
3:23
Просмотров 316 тыс.
ОШИБКИ НА ANDROID 2
5:13
Просмотров 31 тыс.