#Bluetoothmodule

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ส.ค. 2020
  • #HC05 #hc_05
    #Bluetooth
    #module
    #Mobile
    #app
    #control #Proteus #library #for
    ---------------------------------------------------------------------------------------------------------------------------
    ********SUBSCRIBE FOR MORE*****
    ---------------------------------------------------------------------------------------------------------------------------
    Bluetooth library for Proteus::::::sirboatengonline.com/wp-conte...
    ---------------------------------------------------------------------------------------------------------------------------
    ArduinoCode:::::::drive.google.com/drive/u/0/fo...
    ----------------------------------------------------------------------------------------------------------------------------
  • วิทยาศาสตร์และเทคโนโลยี

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

  • @minhazuddinpinon6882
    @minhazuddinpinon6882 10 หลายเดือนก่อน +3

    char inputByte;
    void setup() {
    Serial.begin(9600);
    pinMode(13, OUTPUT);
    }
    void loop() {
    while(Serial.available()>0){
    inputByte = Serial.read();
    Serial.println(inputByte);
    if(inputByte=='1') {
    digitalWrite(13,HIGH);
    }
    else if(inputByte=='0'){
    digitalWrite(13,LOW);
    }
    }
    }

    • @EInfotainment
      @EInfotainment  10 หลายเดือนก่อน

      Ok what can I do

  • @RahulMishra-vm7ru
    @RahulMishra-vm7ru 3 หลายเดือนก่อน +1

    why you not connencted GND and VCC of HC 05 ?

    • @EInfotainment
      @EInfotainment  3 หลายเดือนก่อน

      It's connected in simulation. In hardware you should connect

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

    My device can't detect port, what to do?

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

      Please update your Bluetooth driver for your device

  • @jezjez4469
    @jezjez4469 10 หลายเดือนก่อน +1

    how to get the program file code?

    • @EInfotainment
      @EInfotainment  10 หลายเดือนก่อน

      It is on description

  • @homewreck1698
    @homewreck1698 3 ปีที่แล้ว

    where the apk?

    • @EInfotainment
      @EInfotainment  3 ปีที่แล้ว

      U can make it through MIT app inventor website

    • @d47-mithilnaik16
      @d47-mithilnaik16 ปีที่แล้ว +1

      ​@@EInfotainment which software are you using in this Video .... For simulation

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

      @@d47-mithilnaik16 proteus software