setting_up_the_slave_umds
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| setting_up_the_slave_umds [2016/12/21 17:51] – walkeradmin | setting_up_the_slave_umds [2016/12/22 13:36] (current) – [Set Static IP Address] walkeradmin | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| \\ | \\ | ||
| {{: | {{: | ||
| - | \\ | ||
| - | \\ | ||
| - | <color red>This page is work in progress and is incomplete</ | ||
| \\ | \\ | ||
| \\ | \\ | ||
| Line 34: | Line 31: | ||
| sudo nano / | sudo nano / | ||
| | | ||
| - | Add these lines to the end of the file (default is dhcp) using your own IP Address details | + | Add these lines to the end of the file (default is dhcp) using your own IP Address details |
| | | ||
| eth0 | eth0 | ||
| Line 232: | Line 229: | ||
| \\ | \\ | ||
| To test this, reboot and the LCD should start up automatically (the LCD won't clear on boot, but wait for the " | To test this, reboot and the LCD should start up automatically (the LCD won't clear on boot, but wait for the " | ||
| + | \\ | ||
| + | \\ | ||
| + | |||
| + | ---- | ||
| + | ===== UMDsiplay0x.py File Differences ===== | ||
| + | \\ | ||
| + | There are a couple of differences between the Python scripts on the Master and the slaves, here is an overview of those differences. | ||
| + | \\ | ||
| + | \\ | ||
| + | ==== #import ==== | ||
| + | \\ | ||
| + | On the #import section there is one difference | ||
| + | < | ||
| + | Master | ||
| + | |||
| + | # | ||
| + | import RPi.GPIO as GPIO | ||
| + | import time | ||
| + | import socket | ||
| + | import fcntl import fcntl | ||
| + | import struct | ||
| + | import os | ||
| + | </ | ||
| + | \\ | ||
| + | On the slave there is an extra library that is imported (the os library). The <color red>os library</ | ||
| + | \\ | ||
| + | \\ | ||
| + | |||
| + | ---- | ||
| + | ==== Program Start ==== | ||
| + | At the Program Start section of the Python code there is an extra line. | ||
| + | \\ | ||
| + | ## Get text file from master Pi UMD001 (runs the file getData in the Python folder) | ||
| + | os.system("/ | ||
| + | \\ | ||
| + | The <color red> | ||
| \\ | \\ | ||
| \\ | \\ | ||
setting_up_the_slave_umds.1482342695.txt.gz · Last modified: (external edit)
