Тёмный

How to send Arduino Sensor values to Phone | Printing Real time temperature on phone using HC05 

Tech at Home
Подписаться 29 тыс.
Просмотров 34 тыс.
50% 1

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

 

6 сен 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 73   
@madhavdivya
@madhavdivya 20 дней назад
I will get the HC05 tomorrow and try it out and update. Subscribed for the simple and practical approach. Keep up the good work.
@techathome
@techathome 19 дней назад
Thank you ❤️
@prathamgond4314
@prathamgond4314 9 дней назад
How is one meant to connect the + 5v of the Arduino UNO board to the hc05 and dht sensor simultaneously? As asked to do so in the video
@avici38
@avici38 6 месяцев назад
I am using flex sensors to capture hand movement in my project and I am using bluetooth to send create communication between my sensors and application but I Couldn’t display the output on the application, Can someone help me with that.?😊
@daironrojasmunoz268
@daironrojasmunoz268 3 месяца назад
Would've been nice if you mentioned what libraries you installed....
@techathome
@techathome 3 месяца назад
You have to install Software Serial library. Follow this video to know how to add libraries in Arduino: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-PFDmkzSX87o.html
@robertoklein6265
@robertoklein6265 9 месяцев назад
It works! Thanks a lot my friend!
@techathome
@techathome 9 месяцев назад
Welcome
@muhammadfaiqsaleem
@muhammadfaiqsaleem 28 дней назад
Which library did you use? Name to download please
@techathome
@techathome 28 дней назад
Software serial
@Cristianoronaldo-hy2eh
@Cristianoronaldo-hy2eh 6 месяцев назад
How to make this work to display the value that is displayed on a 16*2 lcd I am using hcsr04 as my sensor and coded it to work as a rangefinder
@techathome
@techathome 6 месяцев назад
You can use any sensor data, it doesn't matter. I have explained the code how to send sensor data. Follow same steps.
@pacotang6121
@pacotang6121 3 месяца назад
Hi ,may i know where can i get the library, it keeps sating me DHT.h, no such file directory
@techathome
@techathome 3 месяца назад
Refer this tutorial: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-ryri3CRzh8A.htmlsi=eAddt4Ob2AFh743g
@pacotang6121
@pacotang6121 3 месяца назад
@techathome thx. By the way, if I use HC06 instead of HC05, is the way of connecting to Arduino and the code also the same to the video?
@Dev_Anand_C
@Dev_Anand_C 16 дней назад
Thanks.
@techathome
@techathome 16 дней назад
Welcome
@sumanthrayudu2511
@sumanthrayudu2511 10 месяцев назад
Bro how to build the app? Can you do a tutorial on that?
@techathome
@techathome 9 месяцев назад
Sorry, I don't have idea on app building. You can explore MIT app inventor or similar ones which can build app with blocks and don't need any code.
@Whitedeath63
@Whitedeath63 Год назад
Is it possible to use a two terminal capacitive humidity sensor? Hope to get a response.
@techathome
@techathome Год назад
The bluetooth logic remains same But reading sensor value logic to be modified
@minhha4411
@minhha4411 10 месяцев назад
What phone do you use? My iPhone can't connect to the HC05 module and the option doesn't show up
@techathome
@techathome 10 месяцев назад
I have used Android phone
@kalyanigedela1643
@kalyanigedela1643 3 месяца назад
I am not getting the Arduino bluetooth terminal app. Can I use any other app. Please help me.
@techathome
@techathome 3 месяца назад
Can u search for APK file on google for the same.
@anishwalke225
@anishwalke225 6 месяцев назад
but will it print if the data is changing at every second? like will the data be updated every second in mobile?
@techathome
@techathome 6 месяцев назад
It will update automatically.
@Dharshini-cf8pz
@Dharshini-cf8pz 4 месяца назад
I used the apk link also app is not supported for new version of mobiles ...kindly help
@techathome
@techathome 4 месяца назад
Search for apk file on google, you can get.
@inimicalichigo1242
@inimicalichigo1242 6 месяцев назад
Why is the TXD ans RXD connect to 10 and 11 and not TX and RX of the arduino board
@techathome
@techathome 6 месяцев назад
By default you can use 0 and 1. In this case you have to remove connections while uploading the code. But you can also change the pins while creating serial object, SoftwareSerial mySerial (rxPin, txPin); More info on pins supported: docs.arduino.cc/learn/built-in-libraries/software-serial/
@deekshith9923
@deekshith9923 5 месяцев назад
Any other app that app is older version for my mobile I cannot download it
@techathome
@techathome 5 месяцев назад
Search for the same app on google. Download APK file and install.
@user-mk7sq8fv1b
@user-mk7sq8fv1b 6 месяцев назад
My mobile connected to hc 05 and also i see the output in serial monitor but didnt show the output in mobile😢😢😢
@techathome
@techathome 6 месяцев назад
Click on refresh option on the App.
@HarshKumar-bh3nz
@HarshKumar-bh3nz 10 месяцев назад
What app to use for the code??
@techathome
@techathome 10 месяцев назад
Arduino IDE in computer.
@Deadlockgaming733
@Deadlockgaming733 Год назад
I tried this code,all perfect but my temperature sensor value is displaying 5 degree, so do you have any suggestions?
@techathome
@techathome Год назад
Which sensor is used?
@Deadlockgaming733
@Deadlockgaming733 Год назад
@@techathome DHT 22
@techathome
@techathome Год назад
Then you have to comment dht11 definition and uncomment dht22 like this in declaration section //#define DHTTYPE DHT11 #define DHTTYPE DHT22
@krsna_gwda
@krsna_gwda 5 месяцев назад
Hi, for some reason the signal is not being sent from the bluetooth to my phone, nothing is being sent but there is a connection between them.
@michaelmichael8314
@michaelmichael8314 4 месяца назад
I have the exact same issue. Did you ever find out the reason?
@krsna_gwda
@krsna_gwda 4 месяца назад
@@michaelmichael8314 no I unfortunately did not
@michaelmichael8314
@michaelmichael8314 4 месяца назад
@krsna_gwda Just figured it out in the last half hour. I had my RX and TX connections the wrong way around. Try switching them. That could be your issue too
@ashvine.j3279
@ashvine.j3279 2 дня назад
Give me the link of the app for download
@techathome
@techathome 2 дня назад
Link is given in description. Also you can search for app APK on google, you will get.
@Leahd_279
@Leahd_279 8 месяцев назад
Is there any way to log the data and export to a csv file?
@techathome
@techathome 8 месяцев назад
I don't think this App has that option.
@Leahd_279
@Leahd_279 8 месяцев назад
@@techathome thank you, might try an external sd card module
@abhishekpandey-js2kb
@abhishekpandey-js2kb Год назад
Sir kindly make video in which when temperature goes around 32 message came in fone
@techathome
@techathome Год назад
We need to use GSM module for that
@abhishekpandey-js2kb
@abhishekpandey-js2kb Год назад
@@techathome sir plz make one video in which when 32 degree temperatures come then notifications comes on at least 3 phone
@mohamedaminabbassi6967
@mohamedaminabbassi6967 2 месяца назад
please send me the code lien d" asnt work
@techathome
@techathome 2 месяца назад
Send mail to: deepakhd20@gmail.com
@ImagineThat37
@ImagineThat37 10 месяцев назад
I want to pronounce that text in android with Android speaker itself, not only printing text.
@HakkiOgrt
@HakkiOgrt 4 месяца назад
thnx bro
@techathome
@techathome 4 месяца назад
Welcome
@ahmedallay3977
@ahmedallay3977 10 месяцев назад
I didn’t find the app Can you tell me another app to use?
@techathome
@techathome 10 месяцев назад
Now the play store link is not working. You can download same APK and install from here: drive.google.com/file/d/1hS4aA56TgmIO72uycHfuEImfgF0eGGRN/view?usp=sharing
@arjuns9392
@arjuns9392 7 месяцев назад
​@@techathome the app is completely different sir pls help
@Amanda-qp9sn
@Amanda-qp9sn 6 месяцев назад
@@arjuns9392were you able to find some app?
@sarahmunsell4119
@sarahmunsell4119 3 месяца назад
This app is not available
@techathome
@techathome 3 месяца назад
Yes it's not available on Play Store. Search for apk on Google directly
@mawhadmd
@mawhadmd 8 месяцев назад
how did you make the app
@techathome
@techathome 8 месяцев назад
App is taken from Play Store, Link you can find in description.
@sinduk9663
@sinduk9663 7 месяцев назад
Hi iam not able to find the app link in description can u share the app link pls.
@arunreddy2576
@arunreddy2576 Год назад
is the wiring is correct
@techathome
@techathome Год назад
Yes
@jarekwanczewski8864
@jarekwanczewski8864 Год назад
fine video , thx
@techathome
@techathome Год назад
Welcome
@amitdance1
@amitdance1 10 месяцев назад
I need to talk how do I contact with you
@techathome
@techathome 10 месяцев назад
Instagram
Далее
HC-05 Bluetooth Module with Arduino-MIT App Inventor
27:57
Bluetooth Arduino RECEIVE data + Chart
9:26
Просмотров 307 тыс.
This AI video generator just broke reality
22:47
Просмотров 41 тыс.