Home / EB-0028
View Raw Markdown rev:12603 · 2022-09-30T10:57:35+00:00

EB-0028

BPi Pico W S3

600x600x600px-PICO-1000-7.jpg.pagespeed.ic.Ul8rEikOh4.jpg

Descriptions

The Banana Pi BPI-PicoW-S3 is a series of low-powered microcontrollers designed for IoT development and Maker DIY board.same size as Raspberry Pi Pico board,It supports 2.4 GHz Wi-Fi and Bluetooth® LE dual-mode wireless communication, the peripheral is compatible with low-power hardware design, and the power consumption is only 10uA in deep sleep mode.In terms of programming, the PicoW-S3 supports ESP-IDF, Arduino, micropython and other methods.

Features

  • ESP32-S3, Xtensa® 32 bit LX7
  • External PSRAM, FLASH
  • Ultra-low power 10uA
  • 2.4G WIFI, Bluetooth 5, Bluetooth mesh
  • GPIO, ADC, TOUCH, PWM, I2C, SPI, RMT, I2S, UART, LCD, CAMERA, USB, JTAG
  • 1 * microUSB
  • 1 * Full color LED

BPI-PicoW-S3 VS Rraspberry Pi PicoW, BPI-Leaf-S3, ESP32-S3-DevKitC-1

Development board BPI-PicoW-S3 Rraspberry Pi PicoW BPI-Leaf-S3 ESP32-S3-DevKitC-1
GPIO pinout 27 27 36 36
3.3v pin 1 1 2 2
5v pin 2 2 1 1
GND pin 8 8 4 4
Full color LED 1 on GPIO48 None 1 on GPIO48 1 on GPIO48
Chip directly connected to USB MicroUSB port x1 MicroUSB port x1 Type-C USB port x1 MicroUSB port x1
UART TTL to USB None None None CP2102-MicroUSB interface x1
External battery socket None None 3.7v lithium battery power supply interface None
Battery charging None None 500mA charging None
I²C 4pin connector None None 1 None

Espressif ESP32-S3

Esp32-S3 is an MCU chip that integrates 2.4 GHz Wi-Fi and Bluetooth 5 (LE) and supports Long Range mode. The ESP32-S3 runs on an Xtensa® 32-bit LX7 dual-core processor with a high frequency of 240 MHz, 512 KB built-in SRAM (TCM), 45 programmable GPIO pins, and a rich communication interface. Esp32-s3 supports larger capacity of high-speed Octal SPI flash and off-chip RAM, and supports user-configured data caching and instruction caching.

What follows is a description of the most important features of ESP32-S3.

  • Wi-Fi + Bluetooth 5 (LE) Wireless Connectivity: ESP32-S3 supports a 2.4 GHz Wi-Fi (802.11 b/g/n) with 40 MHz of bandwidth support. The Bluetooth Low Energy subsystem supports long range through Coded PHY and advertisement extension. It also supports higher transmission speed and data throughput, with 2 Mbps PHY. Both Wi-Fi and BLE have superior RF performance that is maintained even at high temperatures.
  • AI Acceleration Support: ESP32-S3 has additional support for vector instructions in the MCU, which provides acceleration for neural network computing and signal processing workloads. The software libraries for the above-mentioned optimized functions will become available very soon, in the form of updates to ESP-DSP and ESP-NN.
  • Rich IO interfaces: ESP32-S3 has 45 programmable GPIOs and common peripheral interfaces such as SPI, I2S, I2C, PWM, RMT, ADC, UART, SD/MMC host controller and TWAITM controller. Fourteen of the GPIOs can be configured as capacitive touch inputs for HMI interaction. In addition, ESP32-S3 is equipped with an ultra-low power coprocessor (ULP) and supports multiple low-power modes, making it widely applicable to various low-power application scenarios.
  • Security mechanism: ESP32-S3 provides comprehensive security mechanism and protection measures for iot devices to prevent all kinds of malicious attacks and threats. It supports Flash encryption based on AES-XTS algorithm, secure startup based on RSA algorithm, digital signature and HMAC. Esp32-s3 also includes a new "World Controller" module, which provides two non-interfering execution environments to implement a trusted execution environment or permission separation mechanism.

Hardware interface

800x645x800px-BPI-PicoW-S3-V0.4-IO.png.pagespeed.ic.f4FG09_Qi.png

Hardware spec

BPI-PicoW-S3 Spec Sheet
SoC
Basic frequency
Operating temperature
On-chip ROM
On-chip SRAM
Extereal FLASH
In-packge PSRAM
WIFI
Bluetooth
GPIO
ADC
TOUCH Capacitive Touch Sensor
SPI
I2C
I2S
LCD
CAMERA
UART
PWM
MCPWM
USB
USB Serial/JTAG Controller
Temperature sensor
SD/MMC
TWAI® Controller
Generic DMA Controller
RMT
Pulse Counter
Timer
External crystal
RTC and Low Power Management
Low power consumption current
Working Voltage
Input voltage
Maximum discharge current
Controllable full color LED
Controllable monochrome LED

Hardware Size

800x391xBPI-Pico-S3-board-dimension.png.pagespeed.ic.2Z-MAB_GdL.png
BPI-PicoW-S3 size chart
Pin spacing
Hole Spacing
Hole size
Mainboard size
Thickness

The pin spacing is compatible with universal boards (hole boards, dot matrix boards) and breadboards, which is convenient for debugging applications.

GPIO define

BPI-PicoW-S3 peripheral GPIO pin assignment
Peripheral Interface
ADC
ADC2_CH0~9
Touch Sensor
JTAG
MTDO
MTDI
MTMS
UART
U0RXD_in
U0CTS_in
U0DSR_in
U0TXD_out
U0RTS_out
U0DTR_out
U1RXD_in
U1CTS_in
U1DSR_in
U1TXD_out
U1RTS_out
U1DTR_out
U2
I2C
PWM
I2S
LCD
CAMERA
RMT
SPI0/1
SPI2/3
Pulse Counter
USB OTG
D+
VP
VM
RCV
OEN
VPO
VMO
USB Serial/JTAG
D+
VP
VM
OEN
VPO
VMO
SD/MMC
MCPWM
TWAI
Full Color LED
Monochrome LED

Software

CircuitPython

 800px

CircuitPython is a programming language designed to simplify experimenting and learning to code on low-cost microcontroller boards.

Reference Resources :

ESP-IDF

 800px

ESP-IDF is an IoT development framework officially launched by Espressif, supporting Windows, Linux and macOS operating systems.

It is recommended that developers install ESP-IDF via an integrated development environment (IDE):

Or select the corresponding manual installation process according to the operating system:

API:

In order to enable your BPI-Leaf-S3 development board to flash FLASH through USB-CDC, you need to set the development board to firmware download mode.

There are two methods of operation:

1. Connect to the computer via USB, press and hold the BOOT button, then press the RESET button and release it, and finally release the BOOT button.

2. Press and hold the BOOT button when the power supply is disconnected, then connect to the computer via USB, and finally release the BOOT button.

You need to confirm the interface in the device manager. The serial number of the interface in the firmware download mode and the normal mode may be different.

MicroPython

 800px

MicroPython implements most of the features and syntax of Python 3, which is easy to learn and use, and can be downloaded directly into the chip to run the verification program without compiling.

Regardless of whether you have a programming foundation or not, MicroPython is far less difficult to get started with than other programming languages. Its code is easy to read, and the open source community has accumulated rich resources over the years. Just like Python, it has strong vitality and application value.

Arduino

 800px

Arduino is an open source embedded software and hardware development platform for users to create interactive embedded projects.

Resources

BPI-PicoW-S3 schematic : https://github.com/BPI-STEAM/BPI-PicoW-Doc/blob/main/sch/BPI-PicoW-V0.4.pdf

Gallery

600x600x600px-PICO-1000-7.jpg.pagespeed.ic.Ul8rEikOh4.jpg

Package Includes

  • 1 x BPi Pico W S3 Development Board

Keywords

  • BPi Pico W