
INDIEDROID NOVA by INDIEDROID
The Indiedroid Nova is the same form factor as Raspberry Pi 4B, but 3+ times faster and supports 16GB RAM, plus 8K video!
The uber-efficient RK3588S SoC uses less energy, generates less heat, and processes more data than less-advanced SoC units used in most other SBCs.
Indiedroid’s goal is to create an active and welcoming community that rewards community members who add value to the ecosystem.
- Amazing 8-core performance
- Outstanding video and GPU performance
- Able to stream 4K/30 video on web browsers
- Able to stream 4K/60 video (and up to 8K/60) with video players
- Heavily accelerated WebGL performance
- Great retrogaming emulation performance
- Dual-monitor output (microHDMI and USB-C Display Port)
- MIPI DSI and CSI connectors (up to 2 cameras)
- Gigabit Ethernet
- Built in WiFi 5 and Bluetooth 5
- On-board antenna, plus external antenna connector for demanding wireless applications
- 2x USB 3.0 Type-A ports
- 2x USB 2.0 Type-A ports
- 1x USB 3.0 Type-C port
- 1x 4-pin serial connector
- Up to 16GB De0645DR4
- Swappable eMMC
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.