Orange PI boards support (H618 chipset) #1044
-
Hi, Yesterday I finally bought the equipment to set up my first Ambilight system for the living room (still waiting for the parts to arrive). Right now, I only have an Ambilight setup for my monitor (using a Pico and WS2812B), so my experience is pretty limited. I decided to go with an Orange Pi Zero 2W (based on the Allwinner H618 chipset, 1GB variant) as an alternative to the Raspberry Pi Zero 2W. I wanted to ask if I might run into any issues with the setup on the software side of things. I’m planning to use a minimal install of Armbian. Do I need to do anything extra to get it working (like enabling SPI pins, or stuff like that), or should it work out of the box after installing HyperHDR? Also, a newbie question: which GPIO pin should I use for the data line of the LED strip? I’m using an SK6812 and I’m a bit confused about whether I need to connect it to an SPI or PWM pin. Sorry for the basic questions my first time working with an SBC! Thanks in advance for any help! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 13 replies
-
Hi |
Beta Was this translation helpful? Give feedback.
-
Piccap with and without NV12 support. All thanks to using LUT: for 640x480x30fps for 320x180x60fps "https://github.com/awawa-dev/HyperHDR/pull/896#issuecomment-2365221973" |
Beta Was this translation helpful? Give feedback.
Hi
At one time, when Raspberry Pi decided to focus on business clients and RPi SoC prices reached astronomical prices, I decided to investigate this topic. You can find the results on the blog: https://www.hyperhdr.eu/search/label/tvbox There was even some Allwinner there and I even built a newer kernel for it because Armbian abandoned it. If you find drivers for all devices on board (in the case of Orange Pi Zero 2W there is a big chance of that... and if the next Armbian update does not break something), the biggest problem is USB3.0 support, which on these devices is either unstable and/or slow. If you do not care about USB3.0, it should probably work, although for HyperHDR we definite…