For anyone wondering Mitch is referring to the replies to the comment from Kaushal Manna talking about the Arduino that starts "Beautiful I was making an app for Android Arduino"
Beautiful I was making an app for Android Arduino Communication using HC-05, and even after successfully establishing the connection, I was not able to transfer data. I searched almost every page and looked for every video in UA-cam (which were nothing but holy CRAP). But after going through this tutorial, it worked. The communication was successful and quite feasible. Thanks . :)
"little information" man, you have no idea what I went through, it took me around 1 month to completely make the hardware and setup the app. Thanks to your tutorial, though the UUID that you mentioned didn't work, I took it from some other tutorial. Now see, that's the thing, complete information is not given in any one page/document. I had to go around hundreds of sites/tutorials/docs to make this app working and the final piece I got from you. Still I've some bugs now.
Yeah, indeed it's a real life. Hey, may be I can help coz m also working on Arduino using HC-05 module. By the way I used this UUID UUID MY_UUID = UUID.fromString("00001101-0000-1000-8000-00805F9B34FB"); I got this from another tutorial.
Is it posible to make Bluetooth attendance system? Once I connect to bluetooth it will automatically check my attendance? Any suggestion? Thank you 🙏🙏🙏
question mitch ? why i cannot connect my DSD TECH HC-05 on this bluetooth chat ? chat with 2 phones work for me but when i try to connect to hc05 I do not have success ? problem of ID ?
Error:Execution failed for task ':app:processDebugManifest'. > Manifest merger failed : Attribute meta-data#android.support.VERSION@value value=(26.0.0-alpha1) from [com.android.support:appcompat-v7:26.0.0-alpha1] AndroidManifest.xml:27:9-38 is also present at [com.android.support:cardview-v7:25.3.1] AndroidManifest.xml:24:9-31 value=(25.3.1). Suggestion: add 'tools:replace="android:value"' to element at AndroidManifest.xml:25:5-27:41 to override.
Hi, I am trying to connect 2 client devices to the server but only last device is connected to the server and it overwrites the previous device. Can you please help me by giving some tips or small code how to connect multiple device in android using Bluetooth. Thanks in advance.
Hello, i really like your Videos and i would like to ask for Help, i would create a Bluetooth App who send Hex data by clicking a Button to a Ti Robot kit. But i dont know how to send it. I do the Tutorial from Video 1 to 4. (Pair) after that i dont know anymore. I am a noob at programming =D
Hi ! How can I find a way to make BluetoothConnectionService implement Parcelable? Because I want to use my object BluetoothConnectionService from my MainAcitivty to another Acitivity ! Thanks for you help and thanks you for all your tutorial. It helped me a lot !
Great work i have managed to connect the app with the HC-06 but i can only send data forward ,like just send data from android to the arduino but i can not send data from the arduino to the android and i have checked the arduino code and it was fine what should i do ?
I would like to extract sensors'(accelerometer, in particular) data without pairing. Is that possible? I know that a connection can be made and data can be transferred without pairing, but what about sensor's data? I would much appreciate your support, your video was helpful :D
hey! i am working on android app that will recieve data of two sensors from arduino to android app through HC-05 would it work for this project...please reply ASAP...
Good evening, sir! I was wondering, what should I put in ParcelUuid[] array so that I can call the function .getUUids() later? Sorry, I am new to this and I have no idea. Thank you!
Hello, I have some doubts in my case I think I should not use that UUID that is for Bluetoothchat and I should also modify the part of btnSend.setOnClickListener (new View.OnClickListener ()? Sorry. I just started programming on Android, I do not know if you can pass me an email address to develop the question well, in case it would not be perfect here
Thank you very much with that I would make the connection, I saw your previous videos, I am curious how to limit the device to be shut down once the device is found without it being repaired and showing the paired devices already in use?
i'd love to follow some of your tutorials but the last one was painful. you cant hear a word you are saying, the screen is not in focus, you dont zoom in on any text and you kinda jump around rather than explain methodically. i thank you for your work but if you ever get time please redo some of these as they seem to be really useful, but i just cant attempt another one
Would this work with receiving data from raspberry pi 2?
what are the changes
how can I get uuid of raspberry pi?
For anyone wondering Mitch is referring to the replies to the comment from Kaushal Manna talking about the Arduino that starts
"Beautiful
I was making an app for Android Arduino"
@@w0ty I don't get it
Beautiful
I was making an app for Android Arduino Communication using HC-05, and even after successfully establishing the connection, I was not able to transfer data. I searched almost every page and looked for every video in UA-cam (which were nothing but holy CRAP).
But after going through this tutorial, it worked. The communication was successful and quite feasible.
Thanks . :)
"little information" man, you have no idea what I went through, it took me around 1 month to completely make the hardware and setup the app. Thanks to your tutorial, though the UUID that you mentioned didn't work, I took it from some other tutorial.
Now see, that's the thing, complete information is not given in any one page/document. I had to go around hundreds of sites/tutorials/docs to make this app working and the final piece I got from you.
Still I've some bugs now.
Yeah, indeed it's a real life.
Hey, may be I can help coz m also working on Arduino using HC-05 module.
By the way I used this UUID
UUID MY_UUID = UUID.fromString("00001101-0000-1000-8000-00805F9B34FB");
I got this from another tutorial.
Can you explain a bit more "How to query the device to list all it's UUID's" ?
Thanks man
hey, m trying to do the same thing. can u please share the code?
Really useful stuff here, Mitch. Thanks for taking the time to put all of these tutorials together. You've saved me a lot of time!
Is it posible to make Bluetooth attendance system? Once I connect to bluetooth it will automatically check my attendance? Any suggestion? Thank you 🙏🙏🙏
Hey can u please tell do we need to implement both server side and client side code to receive data from sensor
can we send files, images and videos using the same codes ?
Hi Mitch,Whenever I press start connection or discover the app unfortunately stops.Please help.
question mitch ? why i cannot connect my DSD TECH HC-05 on this bluetooth chat ? chat with 2 phones work for me but when i try to connect to hc05 I do not have success ? problem of ID ?
great, good job mitch.
Error:Execution failed for task ':app:processDebugManifest'.
> Manifest merger failed : Attribute meta-data#android.support.VERSION@value value=(26.0.0-alpha1) from [com.android.support:appcompat-v7:26.0.0-alpha1] AndroidManifest.xml:27:9-38
is also present at [com.android.support:cardview-v7:25.3.1] AndroidManifest.xml:24:9-31 value=(25.3.1).
Suggestion: add 'tools:replace="android:value"' to element at AndroidManifest.xml:25:5-27:41 to override.
Thank you Sir, i'm working on a small app and this tutorial was very helpful ,thank you again ^^
I was waiting for this... Thanks :)
How would I do this with a gps? I want to send GPS data over bluetooth.
Hi! Were you able to do this?
Does this work for Bluetooth Low Energy devices?
It should, considering BLE devices behave the same as bluetooth devices, except for the scan part.
Hi, I am trying to connect 2 client devices to the server but only last device is connected to the server and it overwrites the previous device.
Can you please help me by giving some tips or small code how to connect multiple device in android using Bluetooth.
Thanks in advance.
use Bluetooth Low Energy
Hello, i really like your Videos and i would like to ask for Help, i would create a Bluetooth App who send Hex data by clicking a Button to a Ti Robot kit. But i dont know how to send it. I do the Tutorial from Video 1 to 4. (Pair) after that i dont know anymore. I am a noob at programming =D
Hi ! How can I find a way to make BluetoothConnectionService implement Parcelable? Because I want to use my object BluetoothConnectionService from my MainAcitivty to another Acitivity ! Thanks for you help and thanks you for all your tutorial. It helped me a lot !
How do I change the BaudRate?
would this work if I were to use it with a HM-10 module configured as a beacon? to send data to any passerbys?
Can i open an activity on a paired device?
would this code work with receiving data from health band?Or what changes i have to make?
Great work
i have managed to connect the app with the HC-06 but i can only send data forward ,like just send data from android to the arduino but i can not send data from the arduino to the android and i have checked the arduino code and it was fine
what should i do ?
Thanks for posting such a helpful tutorial, really appreciate it :)
Great job!
How to store the received data in android app?
How to catch when devices connected and do something after that?
Thank you so much for this great tutorials, I am looking to receive data from external bluetooth barcode to my my android APP
Hey. Were you able to do this?
can I use this code to read data sent by an Arduino?
yep you just need to get the UUID for the Arduino
How to connect with already Paired device(without pairing process)?
I would like to extract sensors'(accelerometer, in particular) data without pairing. Is that possible? I know that a connection can be made and data can be transferred without pairing, but what about sensor's data?
I would much appreciate your support, your video was helpful :D
I used the source code. But I can not scanning any bluetooth device on my app
Does this work with more than 2 devices? Like 3 or 4?
I'm getting this error
"Unable to parse template "Class"
Error message: This template did not produce a Java class or an interface"
what to do?
please, How can i make android app to connect multiple Bluetooth modules HC-05 with one android device?
Did you ever receive an answer to this? I am trying to do the same.
Yo, can you link some short Python(pybluez) script to scan all nearby bluetooth devices? Thanks
hey! i am working on android app that will recieve data of two sensors from arduino to android app through HC-05 would it work for this project...please reply ASAP...
Tell me too if you been succeeded in doing this?
Great tutorials, but they are way too quiet.
Glad to hear that
Best tutorial Thank you very much
Great tutorial thanks for posting I find it extremely helpful. Any more tips or tutorials for a neophyte ?
Thanks for the reply. In general for starters
Would this work with receiving data from an Arduino board?
Is there a method for making such query?
Good evening, sir! I was wondering, what should I put in ParcelUuid[] array so that I can call the function .getUUids() later? Sorry, I am new to this and I have no idea. Thank you!
Thank you very much!!
My device keeps getting denied access by the Arduino Board. You wouldn't happen to know how to fix that would you?
Pat Srisa-An It happened the same with my Arduino. I gave up and now I collect data through USB..
thnx mitch so helpfull tutorial
Does it work for transferring data from Android to PC?
If the PC has bluetooth, yes. But you'll need the UUID of the bluetooth module on the PC.
ok i will try this thankyou :)
If what is sent is not a message but a path of a file, is it the same?
Could you help me?
If it is a string, then what would it apply?
Hello, I have some doubts in my case I think I should not use that UUID that is for Bluetoothchat and I should also modify the part of btnSend.setOnClickListener (new View.OnClickListener ()? Sorry. I just started programming on Android, I do not know if you can pass me an email address to develop the question well, in case it would not be perfect here
Thank you very much with that I would make the connection, I saw your previous videos, I am curious how to limit the device to be shut down once the device is found without it being repaired and showing the paired devices already in use?
I would like to show the paired devices and limit it to show only once the device found and not to be repeated?
finally full HD -thx:)
When will you create a video showing how to read data from arduino using bluetooth?
Crank up the volume..can't hear what you are saying
thank you
There is no souns
You use prefix 'm', I like suffix '_'
Hi, am I the only one with a very low sound level ? :)
i'd love to follow some of your tutorials but the last one was painful.
you cant hear a word you are saying, the screen is not in focus, you dont zoom in on any text and you kinda jump around rather than explain methodically.
i thank you for your work but if you ever get time please redo some of these as they seem to be really useful, but i just cant attempt another one
Yep these ones are very bad. 3.5 years old I believe
Could u please raise ur voice??
very old video. My mic was very bad. Check out my new stuff. The videos are much higher quality.
I need this with flutter 😭
I'm also try to achieve this in flutter, but it seems that, flutter is not much mature to do this!!!
Did you achieve this in flutter?
This video is good but your recording is so quiet.. when the ads fuck your ears...
Too quiet to watch.
it s more of a guide, tutorial supposes that you explain what you re doing, and i don't hear any explanation....
जानिए Bluetooth नाम के पीछे का प्राचीन रहस्य - ua-cam.com/video/kAzmxEvkZJ4/v-deo.html