Skip to content

sangseu/Pi-uart-to-mqtt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Pi-uart-to-mqtt

Pi: Transfer data from UART to MQTT

Date: Sep 6, 2016 Author: sangseu

  • Setup Raspbian OS

OS: Jessie lite SSH:

$ ssh pi@IP

$ sudo apt-get update

  • Install pip

Download:

$ wget https://bootstrap.pypa.io/get-pip.py

Install:

$ sudo python get-pip.py

  • Install pySerial

$ sudo python -m pip install pyserial

  • Install paho-mqtt

$ sudo pip install paho-mqtt

  • Code ...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages