9.0 TOTAL SCORE

banana pi bpi-picow-s3

Development kits
Build quality 9
Implemented technology 8
Ease-of-use 9
Price/performance ratio 10
PROS
  • Pin-to-pin compatible with the Raspberry Pi Pico W
  • Well-supported by Adafruit and Arduino ecosystems
  • Extremely low consumption
CONS
  • Ships without pre-soldered pin headers
Bottomline

The Banana Pi BPi-PicoW-S3 is a great platform for IoT projects, learning CircuitPython and even getting into the Espressif IDF environment.

Sinovoip, the company behind the Banana Pi series of development kits and SBCs had an interesting product idea: to create a Raspberry Pi Pico pin-compatible development kit based on the 240 MHz Tensilica LX7 ESP32-S3R2 dual-core SoC and name it BPi-PicoW-S3. Instead of a dual-core RP2040 with 264 KB of SRAM, we have the LX7 based chipset with 512kB of SRAM, 2MB of on-chip PSRAM and 2.4 GHz support, alongside Bluetooth 5LE (no fancy Pio state machine stuff, however).

BPi-PicoW-S3 pinout

We have the speed, processing power, pin-to-pin compatibility, the same dimensions, and ultimately the same target audience. Even though the ESP32-S3 features 45 GPIO pins, the form factor has to sacrifice quite a few of them, breaking out only 24. A Neopixel LED has been added on-board.

Unlike the RP2040, which can be programmed using CircuitPython, MicroPython and C (Processing), the BPi supports CircuitPython, C and Espressif’s own IDE.

BPi-PicoW-S3 topviewBPi-PicoW-S3 bottom view

CircuitPython is pre-loaded on the board is geared towards STEM projects. All Adafruit ESP32-S3 Feather examples worked perfectly – with potential small changes of GPIO pin numbers. Standard WiFi connection examples also worked perfectly first try – so its safe to say that the board is fully compliant.

BPi-PicoW-S3 box

Arduino IDE support is also good – with generic ESP32-S3 libraries handling everything – as there are no custom libraries for the PicoW available yet. The most complicated, but most fully-featured option is the Espressif IDF package – which offers low-level access to the system at hand.

BPi-PicoW-S3 on protoboard

This tiny board, which we received together with the Banana Pi Leaf S3 from the manufacturer left a good impression. It’s smaller than the Leaf and somewhat less capable, but form-factor compatibility with the Raspberry Pi Pico W justifies this choice. Compared to the original Raspberry Pi board, the Banana Pi features Bluetooth (although, reportedly, Bluetooth support on the Pico W is to be enabled in the near-future via a software update), some AI capability and data encryption features thanks to its more powerful SoC. There’s no fancy state machines – which are a curious feature of the RP2040 MCU. For IoT projects and learning CircuitPython, this miniature development system deserves a recommendation.

Aleksandar Dakić
Follow me