Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
d26e796
Update content.md
ProgrammingElectronics Sep 29, 2023
07a48dc
Update `pinout.png`
aliphys Oct 2, 2023
941c037
Increase `pinout.png` resolution
aliphys Oct 2, 2023
6c33540
update pwm tech spec
karlsoderby Oct 2, 2023
7a02a2e
Datasheet pdf removed (#1381)
jcarolinares Oct 2, 2023
e47c05e
Merge pull request #1380 from arduino/aliphys/MKRCompatibilityRevise
aliphys Oct 2, 2023
39e38b5
update mkr1000 cloud compatibilioty
karlsoderby Oct 2, 2023
23cb012
Merge pull request #1382 from arduino/karlsoderby/esp32pins
karlsoderby Oct 2, 2023
02a3aef
Update iot-cloud-getting-started.md
karlsoderby Oct 2, 2023
1a7a95a
Merge pull request #1378 from ProgrammingElectronicsAcademy/patch-5
karlsoderby Oct 2, 2023
52a5686
Initial commit - Main features description patch w/ minor updates
TaddyHC Oct 2, 2023
4653cc9
Merge pull request #1383 from arduino/karlsoderby/mkr-1000-fixes
karlsoderby Oct 3, 2023
5b867a2
fixed spelling mistakes
jhansson-ard Oct 3, 2023
fe2e20e
updated spelling
jhansson-ard Oct 3, 2023
62520f6
updated spelling ignore list
jhansson-ard Oct 3, 2023
4bd7e9a
Add sketch section to ide getting started
jacobhylen Oct 3, 2023
e8c5cec
added quotes
jhansson-ard Oct 3, 2023
5ea00da
added proper quotes to metadata
jhansson-ard Oct 3, 2023
791f546
Merge pull request #1387 from arduino/jhansson-ard/spelling-issues
mcmchris Oct 4, 2023
b981438
Minor description update
TaddyHC Oct 4, 2023
d6970e0
Merge pull request #1385 from arduino/taddy/edge-control-enclosure-pr…
TaddyHC Oct 4, 2023
b47e724
Merge branch 'main' into jacobhylen/ide2wheretofindexamples
jacobhylen Oct 4, 2023
0e20a99
Merge pull request #1390 from arduino/jacobhylen/ide2wheretofindexamples
jacobhylen Oct 4, 2023
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixed spelling mistakes
  • Loading branch information
jhansson-ard committed Oct 3, 2023
commit 5b867a2b033b7c3db8e9b200ca32f1fbb54fad71
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Start by connecting a 10k ohm pullup resistor to +5V from the RESET pin in order
* Pin 8 - GND
* Pin 22 - GND
* Pin 21 - AREF - Analog reference pin for ADC
* Pin 20 - AVcc - Suppply voltage for the ADC converter. Needs to be connected to power if ADC isn't being used and to power via a low-pass filter if it is (a low pass filter is a circuit that reduces noise from the power source. This example isn't using one)
* Pin 20 - AVcc - Supply voltage for the ADC converter. Needs to be connected to power if ADC isn't being used and to power via a low-pass filter if it is (a low pass filter is a circuit that reduces noise from the power source. This example isn't using one)

![Add the Clock & Caps](assets/arduinobb_08.jpg)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ void loop() {
}
```

Before uploading the code to our board, we must optimize it for debugging. This can be made easily by clicking on the **Sketch** tab and then selecting the option **Optimize for Debbuging**:
Before uploading the code to our board, we must optimize it for debugging. This can be made easily by clicking on the **Sketch** tab and then selecting the option **Optimize for Debugging**:

![The "Optimize for Debugging" option in the Arduino IDE 2](assets/ide_v2_t1_img06.png)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The device has two different software selectable sleep modes: idle & standby.

The device also supports SleepWalking that allows the peripheral to wake up from sleep based on predefined threshold or when a result is ready.

The SAMD21 series has a dedicated module called Power Manager (PM) that controls the reset, clock generation and sleep modes of the microcontroller. In the architecture there are many clock domains that can run at different speeds, enabling the user to save power by running peripherals at a relatively low clock frequency, while maintaning high CPU performance. Furthermore, the clock of each peripheral can be disabled (mask operation), enabling the user to minimize power consumption due to unused peripherals. In particular when the device enters a sleep mode, program execution is stopped and some modules and clock domains are automatically switched off by the PM according to the sleep mode. The application code decides which sleep mode to enter and when.
The SAMD21 series has a dedicated module called Power Manager (PM) that controls the reset, clock generation and sleep modes of the microcontroller. In the architecture there are many clock domains that can run at different speeds, enabling the user to save power by running peripherals at a relatively low clock frequency, while maintaining high CPU performance. Furthermore, the clock of each peripheral can be disabled (mask operation), enabling the user to minimize power consumption due to unused peripherals. In particular when the device enters a sleep mode, program execution is stopped and some modules and clock domains are automatically switched off by the PM according to the sleep mode. The application code decides which sleep mode to enter and when.

## Voltage Regulator

Expand All @@ -27,7 +27,7 @@ Here is a comparison of an Arduino UNO and an Arduino ZERO running the same code

![A voltage regulator.](assets/Arduino_zero_comp.jpg)

As it can be easily seen, in the same conditions the Arduino Zero requires less than half power compared to the Arduino Uno with performances that are far, far away from the Uno's! This result is obtained thanks to the better power management detalied above.
As it can be easily seen, in the same conditions the Arduino Zero requires less than half power compared to the Arduino Uno with performances that are far, far away from the Uno's! This result is obtained thanks to the better power management detailed above.

## Circuit

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ The Portenta C33 board features an onboard Wi-Fi® module, the ESP32-C3-MINI-1U

Some of the key capabilities of the ESP32-C3-MINI-1U module are the following:

- **Wi-Fi® and Bluetooth® connectivity**: The module supports 2.4 GHz Wi-Fi® (802.11 b/g/n) and Bluetooth® 5.0 connectivity. `ArduinoBLE` library support is limited to luetooth® 4.0 at this time.
- **Wi-Fi® and Bluetooth® connectivity**: The module supports 2.4 GHz Wi-Fi® (802.11 b/g/n) and Bluetooth® 5.0 connectivity. `ArduinoBLE` library support is limited to Bluetooth® 4.0 at this time.
- **CPU and memory**: It contains a 32-bit RISC-V single-core processor with a clock speed of up to 160 MHz. The chip also has 400 KB of SRAM and 384 KB of ROM.
- **Security features**: It supports various security features, including secure boot, flash encryption, and cryptographic hardware acceleration.
- **Low-power operation**: It supports multiple power modes for different low-power applications, making it suitable for battery-powered devices.
Expand Down
Loading