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: content/hardware/05.pro-solutions/solutions-and-kits/opta/tutorials/getting-started/content.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -201,7 +201,9 @@ Opta has dedicated terminals for power supply located in the upper part of Opta
201
201
202
202

203
203
204
-
These terminals are polarized, it is therefore mandatory to strictly respect the power supply polarity by connecting the positive connector of the power supply to "+" and the negative to "-".
204
+
*** These terminals are polarized, it is therefore mandatory to strictly respect the power supply polarity by connecting the positive connector of the power supply to "+" and the negative to "-". ***
205
+
206
+
The entire sketch can be found below, copy it into your IDE and upload it to your device.
205
207
206
208
```arduino
207
209
void setup() {
@@ -253,6 +255,8 @@ void loop() {
253
255
}
254
256
```
255
257
258
+
*** Important: It is not possible to program the Opta while it is being powered with the power pins. You would need to disconnect the power supply, upload the program and then connect the power again. ***
259
+
256
260
### Using Opta's Inputs
257
261
258
262
Opta has 8 input pins that can be programmed to be used as analog or digital. The mapping between the marking on the Opta physical terminals (I1 to I8) and their definition in the core can be found below:
0 commit comments