
Vicharak Axon by Vicharak
Introducing the AXON 8GB LPDDR4X & 32GB eMMC Variant—a compact powerhouse for seamless multitasking and fast app navigation. With 8GB RAM and 32GB storage, it’s perfect for productivity and entertainment, delivering high-speed performance and reduced loading times.
The RK3588 chip powers Axon with smooth 4K performance, making it perfect for gaming and multitasking. Its built-in AI engine enhances smart applications, and support for four displays opens possibilities for gaming, digital signage, and development.
Features & Specifications
- Connectivity
- Bluetooth 5.2
- Ethernet
- WiFi 6
- Storage
- eMMC 5.1
- PCIe 3.0 (NVMe M.2)
- Micro SD Card
- SATA 3.0
- Peripherals
- GPIO
- I2C
- SPI
- USB 2.0
- USB 3.0
- I2S
- PWM
- UART
- PCIe 2.0
- PCIe 3.0
- SARADC
- Display Interface
- HDMI TX 2.1
- MIPI DSI 2.0
- Type-C DP 1.4a
- Audio Interface
- Audio Jack
- Speakers
- Analog Mic
- Video Input interface
- HDMI RX 2.0
- MIPI Camera Interface 1.2/2.0
Purchase
Contribute
Have some info to add for this board? Edit the source for this page here.
Adafruit Blinka Installation
We use a special library called adafruit_blinka (named after Blinka, the CircuitPython mascot) to provide the layer that translates the CircuitPython hardware API to whatever library the Linux board provides.
For example, on Raspberry Pi we use the python RPi.GPIO library. For any I2C interfacing we'll use ioctl messages to the /dev/i2c device. For SPI we'll use the spidev python library, etc. These details don't matter so much because they all happen underneath the adafruit_blinka layer.