F1C200S Linux Development Board

SKU: DFR0780

This F1C200S Linux micro development board is designed for Linux, supporting full Python. It uses F1C200S as the main controller, with rich peripherals: GPIO, I2C/SPI, SDIO, audio (record/play), video (RGB565 display/touch/DVP), USB Host/OTG. It has built-in 64MB DDR and 128MB onboard Nand Flash. Fully open-source, users can compile custom modules. Suitable for Python developers and senior enthusiasts (slightly difficult to start).

Front of small blue development board with microcontroller and electronic components.-DFRobot product sku:DFR0780 image.

Downloadable Resources

  • Docs
  • Tech Specs
  • Specification

    Parameter Details
    Built-in Memory 64MB DDR
    On-board Storage 128MB Nand Flash
    System Clock 420MHz default frequency, able to be overclocked to 700MHz and above
    GPIO Rich GPIO pins
    Expansion Ports Onboard SDIO port for connecting SD card or SDIO WiFi + BT module
    Camera Interface DVP camera interface in support of cameras such as OV2640, GC0328, etc.
    Display & Touch RGB565 display interface and 6-wire touch interface
    Audio Onboard mic and power amplifier
    Power Consumption Low power consumption
    Software Support Support complete Python running

    Pinout

    GPIO mapping relationship under sysfs file system

    Mapping pin formula: 32×pin group serial number + pin sub-number = mapped pin number

    Pin Group

    Pin Classification Mapped Serial Number
    Pin start with PA 0
    Pin start with PB 1
    Pin start with PC 2
    Pin start with PD 3
    Pin start with PE 4
    Pin start with PF 5

    Examples

    • PE4 → 32×4+4=132
    • PA6 → 32×0+6=6
    • PF1 → 32×5+1=161

    Was this article helpful?

    TOP