Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for widora airv r3 board. #415

Merged
merged 1 commit into from
Apr 25, 2021
Merged

Conversation

happyme531
Copy link
Contributor

A neat and powerful K210 development board!
https://mangopi.org/airv3
image

Small and big tfts are supported. For the onboard small tft, use the _small.json, else use the _big.json.
In maixpy ide, choosing kd233 seems to work fine.
Board pinmap:

    "board_info": {
        "pin_num": 48,
        "JTAG_TCK": 0,
        "JTAG_TDI": 1,
        "JTAG_TMS": 2,
        "JTAG_TDO": 3,
        "ISP_RX": 4,
        "ISP_TX": 5,
        "WIFI_TX": 6,
        "WIFI_RX": 7,
        "WIFI_EN": 8,
        "PIN9": 9,
        "PIN10": 10,
        "PIN11": 11,
        "PIN12": 12,
        "DVP_PWDN": 13,
        "LED_IR": 14,
        "LED_RGB": 15,
        "BOOT_KEY": 16,
        "LED_1": 17,
        "LED_2": 18,
        "USR_A": 19,
        "USR_B": 20,
        "PIN21": 21,
        "PIN22": 22,
        "PIN23": 23,
        "PIN24": 24,
        "PIN25": 25,
        "SPI0_MISO": 26,
        "SPI0_CLK": 27,
        "SPI0_MOSI": 28,
        "SPI0_CS0": 29,
        "I2S_LRCK": 30,
        "I2S_SCLK": 31,
        "I2S_DIN": 32,
        "I2S_LRCK_2": 33,
        "I2S_DOUT": 34,
        "I2S_SCLK_2": 35,
        "LCD_CS": 36,
        "LCD_CS_2": 37,
        "LCD_DC": 38,
        "LCD_WR": 39,
        "DVP_SDA": 40,
        "DVP_SCL": 41,
        "DVP_RST": 42,
        "DVP_VSYNC": 43,
        "DVP_SDA_2": 44,
        "DVP_HSYNC": 45,
        "DVP_XCLK": 46,
        "DVP_PCLK": 47,
        "pin_name": [
            "JTAG_TCK",
            "JTAG_TDI",
            "JTAG_TMS",
            "JTAG_TDO",
            "ISP_RX",
            "ISP_TX",
            "WIFI_TX",
            "WIFI_RX",
            "WIFI_EN",
            "PIN9",
            "PIN10",
            "PIN11",
            "PIN12",
            "DVP_PWDN",
            "LED_IR",
            "LED_RGB",
            "BOOT_KEY",
            "LED_1",
            "LED_2",
            "USR_A",
            "USR_B",
            "PIN21",
            "PIN22",
            "PIN23",
            "PIN24",
            "PIN25",
            "SPI0_MISO",
            "SPI0_CLK",
            "SPI0_MOSI",
            "SPI0_CS0",
            "I2S_LRCK",
            "I2S_SCLK",
            "I2S_DIN",
            "I2S_LRCK_2",
            "I2S_DOUT",
            "I2S_SCLK_2",
            "LCD_CS",
            "LCD_CS_2",
            "LCD_DC",
            "LCD_WR",
            "DVP_SDA",
            "DVP_SCL",
            "DVP_RST",
            "DVP_VSYNC",
            "DVP_SDA_2",
            "DVP_HSYNC",
            "DVP_XCLK",
            "DVP_PCLK"
        ]
    }
Note: cs2 is small screen and cs1 is big screen.
lrck/sclk1 is for microphone, 2 is for i2s dac.

(Small and big tfts are supported)
@junhuanchen junhuanchen merged commit 6651b7a into sipeed:master Apr 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants