Arduino Bluetooth tutorial (HC-05): Send the room temperature to Android using the DHT11 sensor

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 พ.ค. 2024
  • Hello!
    I hope you liked my video, all the source code and integration diagrams can be found here: docs.google.com/document/d/16...
    Part 2 of the tutorial here!: • Android Studio Tutoria...
    You can follow me on Twitter if you have any questions: / uk_frugal
    I created this Discord server so we can discuss any technical topic: / discord
    0:00 Intro
    1:02 Components
    1:53 Integration diagram
    3:20 Arduino Source code
    4:08 Demo
    5:32 Outro
    #arduino #android #programming #java #bluetooth #tutorial #dht11 #hc05
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 18

  • @pranavvasishta234
    @pranavvasishta234 2 หลายเดือนก่อน +1

    Bro you're the best
    Thank you This is exactly what I wanted

  • @ingjn7858
    @ingjn7858 9 หลายเดือนก่อน +1

    Very Impressive!!!
    Can I use voltage divider
    with R1 = 220 ohm and R2 = 220 + 220 ohm instead of
    R1 = 1 kilo ohm and R2 = 2 kilo ohm, in the HC-05 connection with the arduino uno?
    Or do I need 1k and 2k resistors?
    Since, Vout = Vin ( R2 / (R1+R2) is the same, it's 2/3, I could use R1 = 220 ohm and R2 = 220 + 220 ohm, right? Help, I am an enthusiastic begginer with this!

  • @J_Creative
    @J_Creative ปีที่แล้ว +2

    nice bro..

  • @berkebaklan7157
    @berkebaklan7157 11 หลายเดือนก่อน

    ı cant upload codes
    did you use usb port cable while uploading or something else

  • @juliuscaesar5001
    @juliuscaesar5001 ปีที่แล้ว

    Hi, Can I use this method to control stepper motor? Thanks

  • @edosullivan7165
    @edosullivan7165 ปีที่แล้ว

    Muchas gracias! That's exactly the thing I wanted for my daughters project!

  • @wasouthpnt
    @wasouthpnt 5 หลายเดือนก่อน

    You mention to contact you if we have question. But how can I contact you? I code with this example and the HC-5 is found linked devices but I cannot connect. Please help

  • @Daniar5588
    @Daniar5588 9 หลายเดือนก่อน

    brother, is this suitable for Android 12 or higher?

  • @franz3810
    @franz3810 ปีที่แล้ว

    thanks :)

  • @user-ox5jo5it5e
    @user-ox5jo5it5e 6 หลายเดือนก่อน +1

    hi! the code works very well on the pc, but the app is blank to me after selecting the terminal mode. do you know why?

    • @rohitneogi9645
      @rohitneogi9645 2 หลายเดือนก่อน

      same plese reply

  • @GoogleBabaAnkur
    @GoogleBabaAnkur ปีที่แล้ว

    will it work without any resistors?

    • @thefrugalengineer8396
      @thefrugalengineer8396  ปีที่แล้ว

      Hello, no, it wont, at least not with that component and the Arduino Uno, maybe if you have the Arduino Mega you can connect to the 3.3 volts inputs/outputs, but it will require some analysis. Just out of curiosity, what's the problem with the resistors? they are super cheap and easy to get. Thanks

  • @abdullahalaraf228
    @abdullahalaraf228 ปีที่แล้ว +1

    please give me app link

    • @thefrugalengineer8396
      @thefrugalengineer8396  ปีที่แล้ว

      Hello is hosted here: github.com/The-Frugal-Engineer/ArduinoBTExamplev3