Lines Matching +full:nano +full:- +full:sim

6 Walter is a compact IoT development board that combines an Espressif ESP32-S3 SoC
7 with a Sequans Monarch 2 GM02SP LTE-M/NB-IoT/GNSS modem.
14 ESP32-S3-WROOM-1-N16R2 microcontroller:
16 - Xtensa dual-core 32-bit LX7 CPU
17 - 16 MiB quad SPI flash memory
18 - 2 MiB quad SPI PSRAM
19 - 150 Mbps 802.11 b/g/n Wi-Fi 4 with on-board PCB antenna
20 - 2 Mbps Bluetooth 5 Low Energy with on-board PCB antenna
24 - Dual-mode LTE-M / NB-IoT (NB1, NB2)
25 - 3GPP LTE release 14 (Upgradable up to release 17)
26 - Ultra-low, deep-sleep mode in eDRX and PSM
27 - Adaptive +23 dBm, +20 dBm and +14 dBm output power
28 - Integrated LNA and SAW filter for GNSS reception
29 - Assisted and non-assisted GNSS with GPS and Galileo constellations
30 - Integrated SIM card
31 - Nano-SIM card slot
32 - u.FL RF connectors for GNSS and 5G antennas
36 - 24 GPIO pins for application use
37 - UART, SPI, I²C, CAN, I²S, and SD available on any of the GPIO pins
38 - ADC, DAC, and PWM integrated in ESP32-S3
39 - 3.3 V software-controllable output
40 - USB Type-C connector for flashing and debugging
41 - 22 test points for production programming and testing
42 - On-board reset button
46 - 5.0 V via USB Type-C
47 - 3.0 - 5.5 V via Vin pin
48 - Not allowed to use both power inputs simultaneously
49 - Designed for extremely low quiescent current
53 - Easy to integrate via 2.54 mm headers
54 - 55 mm x 24.8 mm board dimensions
55 - Pin and footprint compatible with EOL Pycom GPy
56 - Breadboard friendly
63 +------------+------------+-------------------------------------+
66 | UART | on-chip | serial port |
67 +------------+------------+-------------------------------------+
68 | GPIO | on-chip | gpio |
69 +------------+------------+-------------------------------------+
70 | PINMUX | on-chip | pinmux |
71 +------------+------------+-------------------------------------+
72 | USB-JTAG | on-chip | hardware interface |
73 +------------+------------+-------------------------------------+
74 | SPI Master | on-chip | spi |
75 +------------+------------+-------------------------------------+
76 | TWAI/CAN | on-chip | can |
77 +------------+------------+-------------------------------------+
78 | ADC | on-chip | adc |
79 +------------+------------+-------------------------------------+
80 | Timers | on-chip | counter |
81 +------------+------------+-------------------------------------+
82 | Watchdog | on-chip | watchdog |
83 +------------+------------+-------------------------------------+
84 | TRNG | on-chip | entropy |
85 +------------+------------+-------------------------------------+
86 | LEDC | on-chip | pwm |
87 +------------+------------+-------------------------------------+
88 | MCPWM | on-chip | pwm |
89 +------------+------------+-------------------------------------+
90 | PCNT | on-chip | qdec |
91 +------------+------------+-------------------------------------+
92 | GDMA | on-chip | dma |
93 +------------+------------+-------------------------------------+
94 | USB-CDC | on-chip | serial |
95 +------------+------------+-------------------------------------+
96 | Wi-Fi | on-chip | |
97 +------------+------------+-------------------------------------+
98 | Bluetooth | on-chip | |
99 +------------+------------+-------------------------------------+
100 | Cellular | on-board | modem_cellular |
101 +------------+------------+-------------------------------------+
104 -------------
109 .. code-block:: console
154 bootstrap the board with the ESP32-S3 SoC.
158 .. zephyr-app-commands::
163 :west-args: --sysbuild
172 .. code-block::
187 With ``--sysbuild`` option the bootloader will be re-build and re-flash
208 .. zephyr-app-commands::
209 :zephyr-app: samples/hello_world
214 configuration. Here is an example for the :zephyr:code-sample:`hello_world`
217 .. zephyr-app-commands::
218 :zephyr-app: samples/hello_world
224 .. code-block:: shell
231 .. code-block:: console
233 ***** Booting Zephyr OS vx.x.x-xxx-gxxxxxxxxxxxx *****
239 ESP32-S3 support on OpenOCD is available at `OpenOCD ESP32`_.
241 ESP32-S3 has a built-in JTAG circuitry and can be debugged without any additional chip. Only an USB…
243 Further documentation can be obtained from the SoC vendor in `JTAG debugging for ESP32-S3`_.
245 Here is an example for building the :zephyr:code-sample:`hello_world` application.
247 .. zephyr-app-commands::
248 :zephyr-app: samples/hello_world
252 You can debug an application in the usual way. Here is an example for the :zephyr:code-sample:`hell…
254 .. zephyr-app-commands::
255 :zephyr-app: samples/hello_world
262 .. target-notes::
266 .. _`JTAG debugging for ESP32-S3`: https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/ap…
267 .. _`OpenOCD ESP32`: https://github.com/openocd-org/openocd