Home Elements Boards Recipes

Arduino Nano ESP32

This board is an official Arduino board with the ESP32-S3 chip

This board can be bought from the Arduino Store. https://store.arduino.cc/products/nano-esp32

Arduino Nano ESP32

NORA-W106-10B: https://www.u-blox.com/en/product/nora-w10-series DataSheet: https://content.u-blox.com/sites/default/files/documents/NORA-W10_DataSheet_UBX-21036702.pdf

MCU: Xtensa LX7, 240 MHz dual-core RAM: 512 kByte PSRAM 8192 kByte Flash: 16 MByte

Arduino Board Configuration

To compile for this board in Arduino the following settings for the board can be used:

See Also

static const int8_t TO_GPIO_NUMBER[NUM_DIGITAL_PINS] = { [D0] = 44, // RX [D1] = 43, // TX [D2] = 5, [D3] = 6, // CTS [D4] = 7, // DSR [D5] = 8, [D6] = 9, [D7] = 10, [D8] = 17, [D9] = 18, [D10] = 21, // SS [D11] = 38, // MOSI [D12] = 47, // MISO [D13] = 48, // SCK, LED_BUILTIN [LED_RED] = 46, [LED_GREEN] = 0, [LED_BLUE] = 45, // RTS [A0] = 1, // DTR [A1] = 2, [A2] = 3, [A3] = 4, [A4] = 11, // SDA [A5] = 12, // SCL [A6] = 13, [A7] = 14, };

Tags

Board Wip