AiPi-Eyes-S2 Multi-Functional Development Board
Overview
AiPi-Eyes-S2 is a Wi-Fi 6 + BLE5.3 module developed by Shenzhen Ai-Thinker Technology Co., Ltd. The module is equipped with BL618 chip as the core processor, supports Wi-Fi 802.11b/g/n/ax protocol and BLE protocol, and supports Thread protocol. The BL618 system includes a low-power 32-bit RISC-V CPU with floating-point unit, DSP unit, cache and memory, with a maximum dominant frequency of 320M.
The module is a AI-M61-32S with marking BLOFN8IR4All.
Hardware
For more information about the Bouffalo Lab BL-61x MCU:
aipi_eyes_s2 Schematics (switch lang to CN if dead link)
Supported Features
The aipi_eyes_s2 board supports the hardware features listed below.
- on-chip / on-board
- Feature integrated in the SoC / present on the board.
- 2 / 2
-
Number of instances that are enabled / disabled.
Click on the label to see the first instance of this feature in the board/SoC DTS files. -
vnd,foo -
Compatible string for the Devicetree binding matching the feature.
Click on the link to view the binding documentation.
System Clock
The M61 (BL618) Development Board is configured to run at maximum speed (320MHz) and can be overclocked to 480 MHz.
Serial Port
The aipi_eyes_s2 board uses UART0 as default serial port. It is connected
to USB Serial converter and port is used for both program and console.
Programming and Debugging
The aipi_eyes_s2 board supports the runners and associated west commands listed below.
| flash | debug |
|---|
Samples
Build the Zephyr kernel and the Hello World sample application:
# From the root of the zephyr repository west build -b aipi_eyes_s2 samples/hello_world west flash
Run your favorite terminal program to listen for output. Under Linux the terminal should be
/dev/ttyUSB0. For example:$ screen /dev/ttyUSB0 115200
Connection should be configured as follows:
Speed: 115200
Data: 8 bits
Parity: None
Stop bits: 1
Then, press and release RST button
*** Booting Zephyr OS build v4.4.0 *** Hello World! aipi_eyes_s2/bl618m05q2i
Congratulations, you have aipi_eyes_s2 configured and running Zephyr.