You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+38-20Lines changed: 38 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -160,7 +160,8 @@ You only need to perform the following steps once!
160
160
| File | Description |
161
161
| ------------- | ---- |
162
162
| Raspberry-PI-Q.py | Contains all the logic of the temperature controller. See below for details on its input parameters |
163
-
| index.php | Simple PHP webpage to control the startup and teardown of the Raspberry-PI-Q python program |
163
+
| index.php | PHP webpage to control the startup and teardown of the Raspberry-PI-Q python program. It also includes test utilities and real time logging output from the RPI |
164
+
| processID.php | Simple PHP webpage to check if the process ID from the URL is still running on the RPI |
164
165
| launcher.py | This is the python script executed at reboot of the RPI and it refreshes the code from the github repo as well as call the email address program below. It also copies the updated PHP website to the right location |
165
166
| email_IP_address.py | This is a python program that will email and use dweet.io to update the current IP address of the RPI |
166
167
| Freeboard_HTML_MeatChart.txt | This is the sample freeboard.io HTML section for advice on best cooking temperatures. Copy the file contents and create an html-based dashboard on freeboard.io |
@@ -210,32 +211,49 @@ Some things I want to explore for a v2 of this project include
210
211
211
212
## Pictures
212
213
### Click on them to see them bigger in size
213
-
1. Relay and Power Wiring
214
+
1. Relay and Power Wiring for Ground, VCC, and Relay IN2

219
-
4. Robogaia board pass-through connection to 5v power and ground
220
-

0 commit comments