The Internet of Things

MQTT


MQTT is a machine-to-machine (M2M)/"Internet of Things" connectivity protocol. It was designed as an extremely lightweight publish/subscribe messaging transport. It is useful for connections with remote locations where a small code footprint is required and/or network bandwidth is at a premium. For example, it has been used in sensors communicating to a broker via satellite link, over occasional dial-up connections with healthcare providers, and in a range of home automation and small device scenarios. It is also ideal for mobile applications because of its small size, low power usage, minimised data packets, and efficient distribution of information to one or many receivers.


MQTT








What do you need?

  1. Raspberry Pi
  2. Power supply 5V 2A
  3. SD Card with Raspbian Strech Lite link
  4. UTP Cable
  5. Case for the Raspberry Pi
  6. PuTTy on a Windows or Linux computer.

Setup Raspbian Stretch Lite

  1. Installation of the MQTT Broker on Raspberry Pi. http://mqtt.org/
  2. Make a SSH connection with PuTTy:
    Login: 'pi'
    Password: 'raspberry'
  3. sudo apt-get update
  4. sudo apt-get upgrade
  5. sudo apt-get install mosquitto
  6. sudo apt-get install mosquitto-clients
  7. Testing the Working of MQTT
  8. Open two putty programs on windows, you can do this by clicking the putty.exe file and enter the host name and click to open do this twice so that two putty programs access Pi via ssh. Lets say putty1 and putty2 are open and connected to Pi via ssh for our convenient.
  9. In putty1 window type the command with the topic name YouTube test this topic name can be anything, according to the convenience of the user .

    mosquitto_sub –d –t YouTube test

  10. In putty2 image 2 window type the following command with the same topic i.e YouTube test

    mosquitto_pub –d –t YouTube test –m “Hello from Yuotube”

  11. Now come to the window putty1, image 1 here you will be able to see the message

    Hello from Yuotube


https://youtu.be/hhcc9Pt03x8

Node-Red

Install Node-red on the Raspberry Pi

Node-RED is a programming tool for wiring together hardware devices, APIs and online services in new and interesting ways.
It provides a browser-based editor that makes it easy to wire together flows using the wide range of nodes in the palette that can be deployed to its runtime in a single-click.




What do you need?

  1. Raspberry Pi
  2. Power supply 5V 2A
  3. SD Card with Raspbian Strech Lite link
  4. UTP Cable
  5. Case for the Raspberry Pi
  6. PuTTy on a Windows or Linux computer.


https://youtu.be/3SxMvdSnaQk

Setup Raspbian Strech Lite without a Monitor and Keyboard

What do you need?

  1. Raspberry Pi
  2. Power supply 5V 2A
  3. SD Card with Raspbian Strech Lite link
  4. UTP Cable
  5. Case for the Raspberry Pi
  6. PuTTy on a Windows or Linux computer.
  7. ipscan24.exe

Setup Raspbian Stretch Lite

  1. Install PuTTy http://www.putty.org/
  2. Run ipscan24.exe to find the Raspberry pi IP address.
  3. Enable SSH by placing a file named “ssh” (without any extension) onto the boot partition of the SD card.
  4. Make a SSH connection with PuTTy:
    Login: 'pi'
    Password: 'raspberry'
  5. Run Sudo Raspi-config on the Raspberry pi to:
    Change user password.
    Expand filesystem.
    Set the memory for the GPU to 16 MB.
    Set the Localisation options - Language - Timezone and Wi-fi country.
  6. Reboot the Raspberry Pi sudo reboot & exit
  7. Make a SSH connection with PuTTy.

  • Run sudo apt-get update
  • Run sudo apt-get upgrade
  • Now you have a Rasberry Pi with teh latest Rasbian software installed.



  • https://youtu.be/5p60JCOu_04

    Install Raspbian Stretch Lite on the Raspberry Pi 3.

    What do you need?

    1. Raspberry Pi
    2. Power supply 5V 2A
    3. SD Card
    4. UTP Cable
    5. Case for the Raspberry Pi

    Install Raspbian Stretch Lite

    1. Download Raspbian Stretch Lite from https://www.raspberrypi.org
    2. Unzip with 7-Zip http://www.7-zip.org
    3. Install Win 32 Disk Imager https://sourceforge.net/projects/win32diskimager
    4. Save the image to the SD card with Win 32 Disk Imager



    https://youtu.be/EYR8DrWFRzg


    8/10/2017