Skip to content

Commit 83c5157

Browse files
authored
Update README.md
1 parent 9456696 commit 83c5157

File tree

1 file changed

+24
-8
lines changed

1 file changed

+24
-8
lines changed

README.md

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ In the terminal window type:
2424

2525
`conda create -n artisan python=3.5 -y`
2626

27-
2827
## 1. Phidget setup (OPTIONAL)
2928

3029
If you have a Phidget temperature sensor, install the Phidget driver for your machine: https://www.phidgets.com/docs/Operating_System_Support
@@ -133,7 +132,22 @@ NEW! you can also enable the Artisan PID mode adding the flag:
133132
--pid_mode artisan
134133
```
135134

136-
This can be combined with all the options above. To use this new function you need to download and load the new setting file available below.
135+
136+
This can be combined with all the options above. For example to use the internal temperature prove the command is:
137+
138+
```
139+
Start_SR700_Artisan_Server --pid_mode artisan
140+
```
141+
142+
To use the phidget with 1 channell instead:
143+
144+
```
145+
Start_SR700_Artisan_Server --enable_extension phidget_simple --pid_mode artisan
146+
```
147+
148+
## NOTE To use this new function you need to download and load the new setting file available below.
149+
150+
137151
See documentation for `freshroastsr700_phidget` for more info.
138152

139153
## 4. Start Artisan
@@ -146,16 +160,18 @@ See documentation for `freshroastsr700_phidget` for more info.
146160

147161
If you want to use the internal PID download and use this file: https://raw.githubusercontent.com/lucapinello/SR700_Artisan_Server/master/SR700_Artisan_Server/settings/artisan-settings.aset
148162

149-
The roasting profiles are created through alarms, a generic profile is already loaded.
163+
In this case the roasting profiles are created through alarms and a generic profile is already loaded. To create custom profiiles you need to use this software: https://github.com/lucapinello/SR700_Artisan_Profile_Builder
164+
150165

151-
NEW! If you want to use the Artisan PID and its excellent designer, use instead this file:
166+
### NEW! If you want to use the Artisan PID and its excellent designer, use instead this file:
152167
https://github.com/lucapinello/SR700_Artisan_Server/blob/master/SR700_Artisan_Server/settings/artisan-settings_sr700.aset
153168

169+
Here you can read how to use the artisan designer:
154170

155-
Now you are ready to roast!
171+
https://artisan-scope.org/docs/designer/
156172

157-
Hit Start, and keep in mind that the first 30sec are for preheating the machine.
173+
The fan control is not supported in the Artisan designer so you need to add alarms yuorself
158174

159-
## NOTE: You can create custom profiles with this other tool I wrote: https://github.com/lucapinello/SR700_Artisan_Profile_Builder
175+
Now you are ready to roast!
160176

161-
You can also disable the automatic changes in temperature and fan using the buttons: Temp Manual and Fan Manual. The buttons Temp Alarm and Fan Alarm enable instead the alarm mode.
177+
Hit Start, and keep in mind that the first 30sec are for preheating the machine.

0 commit comments

Comments
 (0)