Skip to content

Code to control and check running status of devices connected to TinyMesh automatically using Raspberry pi

Notifications You must be signed in to change notification settings

NoOne03/Automation-using-TinyMesh-and-Raspberry-pi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

TinyMesh|Basic Program|Automation-using-TinyMesh-and-Raspberry-pi

Code is written in python language and well commented.Below installations are as per latest linux(Ubuntu) operating system.Still commands may change over the time

Requirements

1. Enable serial communication in Raspberry pi (default disabled in pi3)
2. Serial framework
3. MySQLdb framework (for Mysql database)

Installations

1. To enable serial communication in Raspberry pi follow the steps as described in the following video link: Link:https://youtu.be/Cs2r5Z1R1H8
2. Run sudo apt-get install python-pip
3. Run sudo pip install serial
4. Run sudo pip install MySQL-python (for database users only)

NOTE:

1. Above is just basic code for TinyMesh automation. Add further according to use
2. Read TinyMesh Documentaion for better understanding of received data
3. Read comments for code understanding

About

Code to control and check running status of devices connected to TinyMesh automatically using Raspberry pi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages