@@ -121,7 +121,7 @@ The variables will be sent to the registers in the following order:
121
121
122
122
### Opta Code
123
123
124
- You can download the code for the Opta PLC [ here] ( ) .
124
+ You can download the code for the Opta PLC [ here] ( assets/Opta_Nicla_Codes.zip ) .
125
125
126
126
Let's go through some important code sections to make this application fully operative; starting with the required libraries:
127
127
@@ -373,10 +373,10 @@ There are other functions in the main code listed below:
373
373
- ` NiclaVibrationHAndler() ` : manages the BLE connection and gather the vibrations alert from the Nicla Sense ME.
374
374
- ` faultCheck() ` : compare the current sensor values with the fault defined threshold and report the state.
375
375
376
- *** You can download the complete code from [ here] ( ) .***
376
+ *** You can download the complete code from [ here] ( assets/Opta_Nicla_Codes.zip ) .***
377
377
378
378
### Nicla Sense ME Code
379
- You can download the code for the Nicla Sense ME [ here] ( ) .
379
+ You can download the code for the Nicla Sense ME [ here] ( assets/Opta_Nicla_Codes.zip ) .
380
380
381
381
Let's go through some important code sections to make this application fully operative; starting with the required libraries:
382
382
@@ -534,7 +534,7 @@ void updateVibrationStatus() {
534
534
}
535
535
```
536
536
537
- *** You can download the complete code from [ here] ( ) .***
537
+ *** You can download the complete code from [ here] ( assets/Opta_Nicla_Codes.zip ) .***
538
538
539
539
### Arduino Cloud Dashboard
540
540
@@ -557,7 +557,7 @@ In addition, we can set different integrations to complement our project, for ex
557
557
558
558
All the necessary files to replicate this application note can be found below:
559
559
560
- - The complete code can be downloaded [ here] ( )
560
+ - The complete code can be downloaded [ here] ( assets/Opta_Nicla_Codes.zip )
561
561
562
562
## Conclusion
563
563
0 commit comments