Skip to content

Commit a5ed720

Browse files
authored
Merge pull request #23 from arduino/sync/sebromero/cat-m1-nb-iot-gnss-launch
Add Cat M1 NB IoT GNSS documentation for product launch [PC-417]
2 parents d1d19f6 + 05a2509 commit a5ed720

File tree

31 files changed

+13402
-12
lines changed

31 files changed

+13402
-12
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ envs
66
gatsby-*
77
node_modules
88
public
9-
src
9+
src
10+
.DS_Store

content/hardware/04.pro/carriers/edge-control/tutorials/ec-ard-3wirevalve/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ void setup(){
7373
Serial.println("Starting");
7474
}
7575
```
76-
As mentioned earlier, the 2 Input Pins of the latching circuit are primarily used to control the direction of the output signal. The `<Arduino_EdgeControl.h>` provides various methods to access and control these pins. The command `Latching.chennalDirection(LATCHING_OUT_1, *direction*)` is a method that can be used to assign a signal direction to a specific pin on the board through the parameters.
76+
As mentioned earlier, the 2 Input Pins of the latching circuit are primarily used to control the direction of the output signal. The `<Arduino_EdgeControl.h>` provides various methods to access and control these pins. The command `Latching.chennalDirection(LATCHING_OUT_1, direction)` is a method that can be used to assign a signal direction to a specific pin on the board through the parameters.
7777

7878
Inside the `loop()` you will add the instructions to open and close the valve. `Latching.channelDirection()` with the parameter `LATCHING_OUT_1` to access the 1N:1P pins and the parameters, `POSITIVE` or `NEGATIVE` for the direction. If you want the valve to open you can use the function as such,
7979

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
software:
2+
- arduino-ide
3+
- arduino-cli
4+
- web-editor
5+
hardware:
6+
boards:
7+
- portenta-breakout
8+
- portenta-h7

content/hardware/04.pro/shields/portenta-cat-m1-nb-iot-gnss-shield/datasheet/assets/thalesPinout.svg

Lines changed: 8861 additions & 0 deletions
Loading

content/hardware/04.pro/shields/portenta-cat-m1-nb-iot-gnss-shield/datasheet/assets/thalesShieldBackTopology.svg

Lines changed: 308 additions & 0 deletions
Loading

content/hardware/04.pro/shields/portenta-cat-m1-nb-iot-gnss-shield/datasheet/assets/thalesShieldBlockDiagram.svg

Lines changed: 1 addition & 0 deletions
Loading

content/hardware/04.pro/shields/portenta-cat-m1-nb-iot-gnss-shield/datasheet/assets/thalesShieldMeMech.svg

Lines changed: 135 additions & 0 deletions
Loading

content/hardware/04.pro/shields/portenta-cat-m1-nb-iot-gnss-shield/datasheet/assets/thalesShieldPowerTree.svg

Lines changed: 90 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)