Skip to content

Commit e5b2776

Browse files
Add 'run all cells' instructions for each circuit
1 parent 2bff9f0 commit e5b2776

16 files changed

+67
-3
lines changed

content/SIK_Project1_CircuitA_Full.ipynb

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"Resistors resist the flow of electricity. You can use them to protect sensitive\n",
2929
"components like LEDs. The strength of a resistor (measured in ohms) is marked on\n",
3030
"the body of the resistor using small colored bands. Each color stands for a number,\n",
31-
"which you can look up using a resistor chart. One can be found at the back of this book\n",
31+
"which you can look up using a resistor chart. One can be found in our [guide on resistor markings](https://learn.sparkfun.com/tutorials/resistors/decoding-resistor-markings).\n",
3232
"\n",
3333
"## New Concepts\n",
3434
"\n",
@@ -53,7 +53,7 @@
5353
"\n",
5454
"**R** = Resistance in ohms (Ω)\n",
5555
"\n",
56-
"This equation is used to calculate what resistor values are suitable to sufficiently limit the current flowing to the LED so that it does not get too hot and burn out.\n",
56+
"This equation is used to calculate what resistor values are suitable to sufficiently limit the current flowing to the LED so that it does not get too hot and burn out. If we are using a higher voltage, we also need to use a higher resistance in order for the same amount of current to flow through the LED. \n",
5757
"\n",
5858
"### Digital Output \n",
5959
"\n",
@@ -119,7 +119,11 @@
119119
"\n",
120120
"The following MicroPython commands are entered to blink the LED on your board. \n",
121121
"\n",
122-
"**REMEMBER** To enter a MicroPython command, hold down either the Control (on Windows) or Command (on Mac) key when pressing *Enter*\n",
122+
"**REMEMBER** To enter a MicroPython command, hold down either the Control (on Windows) or Command (on Mac) key when pressing *Enter*.\n",
123+
"\n",
124+
"**Make sure for each notebook you run EVERY code cell presented and you run them in order.**\n",
125+
"\n",
126+
"An alternative is to click the \"Restart kernel and run all cells\" button at the top of the page (⏩). If you are connected to your board, this should automatically run every cell in order.\n",
123127
"\n",
124128
"#### Step 1 - Setup\n",
125129
"\n",

content/SIK_Project1_CircuitB_Full.ipynb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,10 @@
153153
"\n",
154154
"**REMEMBER** To enter a MicroPython command, hold down either the Control (on Windows) or Command (on Mac) key when pressing *Enter*\n",
155155
"\n",
156+
"**Make sure for each notebook you run EVERY code cell presented and you run them in order.**\n",
157+
"\n",
158+
"An alternative is to click the \"Restart kernel and run all cells\" button at the top of the page (⏩). If you are connected to your board, this should automatically run every cell in order.\n",
159+
"\n",
156160
"#### Step 1 - Setup\n",
157161
"\n",
158162
"To blink the LED, we need to enable the board pin **34** (the pin that the LED is connected to in the circuit). \n",

content/SIK_Project1_CircuitC_Full.ipynb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,10 @@
138138
"\n",
139139
"**REMEMBER** To enter a MicroPython command, hold down either the Control (on Windows) or Command (on Mac) key when pressing *Enter*\n",
140140
"\n",
141+
"**Make sure for each notebook you run EVERY code cell presented and you run them in order.**\n",
142+
"\n",
143+
"An alternative is to click the \"Restart kernel and run all cells\" button at the top of the page (⏩). If you are connected to your board, this should automatically run every cell in order.\n",
144+
"\n",
141145
"#### Step 1 - Setup\n",
142146
"\n",
143147
"To blink the LED, we need to enable the board pin **34** (the pin that the LED is connected to in the circuit). \n",

content/SIK_Project1_CircuitD_Full.ipynb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,10 @@
173173
"\n",
174174
"**REMEMBER** To enter a MicroPython command, hold down either the Control (on Windows) or Command (on Mac) key when pressing *Enter*\n",
175175
"\n",
176+
"**Make sure for each notebook you run EVERY code cell presented and you run them in order.**\n",
177+
"\n",
178+
"An alternative is to click the \"Restart kernel and run all cells\" button at the top of the page (⏩). If you are connected to your board, this should automatically run every cell in order.\n",
179+
"\n",
176180
"#### Step 1 - Setup\n",
177181
"\n",
178182
"To blink the LED, we need to enable the board pin **34** (the pin that the LED is connected to in the circuit). \n",

content/SIK_Project2_CircuitA_Full.ipynb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,10 @@
109109
"\n",
110110
"**REMEMBER** To enter a MicroPython command, hold down either the Control (on Windows) or Command (on Mac) key when pressing *Enter*\n",
111111
"\n",
112+
"**Make sure for each notebook you run EVERY code cell presented and you run them in order.**\n",
113+
"\n",
114+
"An alternative is to click the \"Restart kernel and run all cells\" button at the top of the page (⏩). If you are connected to your board, this should automatically run every cell in order.\n",
115+
"\n",
112116
"#### Step 1 - Setup\n",
113117
"\n",
114118
"Lets start by importing any of the libaries we plan on using and setting up our pins."

content/SIK_Project2_CircuitB_Full.ipynb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@
103103
"\n",
104104
"**REMEMBER** To enter a MicroPython command, hold down either the Control (on Windows) or Command (on Mac) key when pressing *Enter*\n",
105105
"\n",
106+
"**Make sure for each notebook you run EVERY code cell presented and you run them in order.**\n",
107+
"\n",
108+
"An alternative is to click the \"Restart kernel and run all cells\" button at the top of the page (⏩). If you are connected to your board, this should automatically run every cell in order.\n",
109+
"\n",
106110
"#### Step 1 - Setup\n",
107111
"\n",
108112
"Lets start by importing any of the libaries we plan on using and setting up our pins."

content/SIK_Project2_CircuitC_Full.ipynb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@
106106
"\n",
107107
"**REMEMBER** To enter a MicroPython command, hold down either the Control (on Windows) or Command (on Mac) key when pressing *Enter*\n",
108108
"\n",
109+
"**Make sure for each notebook you run EVERY code cell presented and you run them in order.**\n",
110+
"\n",
111+
"An alternative is to click the \"Restart kernel and run all cells\" button at the top of the page (⏩). If you are connected to your board, this should automatically run every cell in order.\n",
112+
"\n",
109113
"#### Step 1 - Setup\n",
110114
"\n",
111115
"Lets start by importing any of the libaries we plan on using and setting up our pins."

content/SIK_Project3_CircuitA_Full.ipynb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,10 @@
274274
"\n",
275275
"**REMEMBER** To enter a MicroPython command, hold down either the Control (on Windows) or Command (on Mac) key when pressing *Enter*\n",
276276
"\n",
277+
"**Make sure for each notebook you run EVERY code cell presented and you run them in order.**\n",
278+
"\n",
279+
"An alternative is to click the \"Restart kernel and run all cells\" button at the top of the page (⏩). If you are connected to your board, this should automatically run every cell in order.\n",
280+
"\n",
277281
"#### Step 1 - Setup\n",
278282
"\n",
279283
"Let's use the servo module we discussed earlier (remember to run previous cells before running those below).\n",

content/SIK_Project3_CircuitB_Full.ipynb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,10 @@
180180
"\n",
181181
"**REMEMBER** To enter a MicroPython command, hold down either the Control (on Windows) or Command (on Mac) key when pressing *Enter*\n",
182182
"\n",
183+
"**Make sure for each notebook you run EVERY code cell presented and you run them in order.**\n",
184+
"\n",
185+
"An alternative is to click the \"Restart kernel and run all cells\" button at the top of the page (⏩). If you are connected to your board, this should automatically run every cell in order.\n",
186+
"\n",
183187
"#### Step 1 - Setup\n",
184188
"\n",
185189
"Lets start by importing any of the libaries we plan on using and setting up our pins."

content/SIK_Project3_CircuitC_Full.ipynb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,10 @@
127127
"\n",
128128
"**REMEMBER** To enter a MicroPython command, hold down either the Control (on Windows) or Command (on Mac) key when pressing *Enter*\n",
129129
"\n",
130+
"**Make sure for each notebook you run EVERY code cell presented and you run them in order.**\n",
131+
"\n",
132+
"An alternative is to click the \"Restart kernel and run all cells\" button at the top of the page (⏩). If you are connected to your board, this should automatically run every cell in order.\n",
133+
"\n",
130134
"#### Step 1 - Setup\n",
131135
"\n",
132136
"Remember the servo module used in circuit 3A? Let's use it again!"

0 commit comments

Comments
 (0)