Skip to content

Commit d960249

Browse files
Added note blocks
1 parent bcd9488 commit d960249

File tree

1 file changed

+5
-1
lines changed
  • content/hardware/05.pro-solutions/solutions-and-kits/opta/tutorials/getting-started

1 file changed

+5
-1
lines changed

content/hardware/05.pro-solutions/solutions-and-kits/opta/tutorials/getting-started/content.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,9 @@ Opta has dedicated terminals for power supply located in the upper part of Opta
201201

202202
![Connect these pins to drive the relays on the Opta](assets/opta-voltage-pins.png)
203203

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.
205207

206208
```arduino
207209
void setup() {
@@ -253,6 +255,8 @@ void loop() {
253255
}
254256
```
255257

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+
256260
### Using Opta's Inputs
257261

258262
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

Comments
 (0)