IOT|HOME Automation | MQTT Server with Pi, LCD and Camra | Part 1| Tuotial #22

Поділитися
Вставка
  • Опубліковано 17 лют 2018
  • IOT|HOME Automation | MQTT Server with Pi, LCD and Camra | Part 1| Tuotial #22
    In this tutorial series we will biuld a Pi hub with MQTT broker.
    Products Links:
    www.dfrobot.com/product-1179.... (SEN0173) $24.9
    www.dfrobot.com/product-1655.... (DFR0506) $69
    www.dfrobot.com/product-1419.... (DFR0431) $39.95
    ################################
    ##### Raspbian commnds for Pi
    ################################
    sudo apt-get update
    sudo apt-get upgrade
    sudo apt-get install mosquitto
    sudo apt-get install mosquitto-clients
    sudo nano /etc/mosquitto/mosquitto.conf
    allow_anonymous false
    password_file /etc/mosquitto/passwordfile
    listener 1883
    sudo mosquitto_passwd -c /etc/mosquitto/passwordfile netmedias
    mosquitto_sub -d -u netmedias -P password1 -t "mqtt/test"
    mosquitto_pub -d -u netmedias -P password1 -t "mqtt/test" -m "mosquitto is working!"
    ################################
    Touchscreen with Raspberry Pi
    You need to reset resolution to avoid touch differentiation caused by resolution difference between Raspberry Pi and the Touchscreen.
    ################################
    Enter "sudo nano/boot/config.txt" modify or add the project as below:
    #remove black borders
    disable_overscan=1
    #set specific CVT mode
    hdmi_cvt 1024 600 60 6 0 0 0
    #set CVT as default
    hdmi_group=2
    hdmi_mode=87
  • Наука та технологія

КОМЕНТАРІ • 14

  • @pedrohenriquepeixoto3964
    @pedrohenriquepeixoto3964 6 років тому

    Very Nice. Can't wait for the next one.

  • @alcidesmarcano
    @alcidesmarcano 6 років тому

    Thanks for another great tutorial!!! Keep doing this,,,

  • @pp2pp1
    @pp2pp1 6 років тому

    really like your tutorials ... waiting part 2 ...

    • @wadem4503
      @wadem4503 6 років тому

      Yeah me too, what do you do with this thing now its working?

    • @netmedias7657
      @netmedias7657  6 років тому

      we will use MQTT server to control our IOT devices from smart phone and log historical data. Stay tuned for 2nd tutorial.

  • @eriklaken1025
    @eriklaken1025 6 років тому

    Thank you so much. ,:)

  • @Giaur86
    @Giaur86 6 років тому

    and later connect it to espEasy as controller for home automation with face recognition :) anyway great content, i gonna wait for next upload :)

    • @netmedias7657
      @netmedias7657  6 років тому

      Gauri Gabriel on my to-do list-Thanks

  • @akashpatel8731
    @akashpatel8731 6 років тому

    Pls provide a video for face recognization technique using pi camera

    • @netmedias7657
      @netmedias7657  6 років тому

      AKASH PATEL I am woking on it. It is taking longer than expected since I fried my my Pi3 while compiling openCV. Stay tuned.

  • @mdshakir3797
    @mdshakir3797 5 років тому

    sir i want to learn all things about home auomation from u.....are u running any class..plz rply