Stories
Slash Boxes
Comments

SoylentNews is people

SoylentNews is powered by your submissions, so send in your scoop. Only 10 submissions in the queue.
posted by martyb on Wednesday January 23 2019, @12:25AM   Printer-friendly
from the Good-Fast-*and*-Cheap? dept.

Orange Pi 3 H6: An updated version of the Raspberry Pi competitor that starts at US$29.90

Following the recent RAM upgrade for the Orange Pi, Shenzhen Xunlong Software has released the Orange Pi 3 H6, a new version of its single-board computer. The Raspberry Pi competitor is equipped with an Allwinner H6 SoC that integrates four ARM Cortex A53 cores that clock up to 1.8 GHz and an ARM Mali-T720 GPU. The SoC is complemented with 1 GB or 2 GB of LPDDR3 RAM depending on the model purchased and 8 GB of eMMC flash storage. There are also two versions with no pre-installed storage.

All four models are otherwise equally equipped though. The Orange Pi 3 H6 has an HDMI 2.0a port, a Composite video output and a 3.5 mm jack. There is also a Gigabit Ethernet port and a Wi-Fi module that supports up to IEEE 802.11 ac and Bluetooth 5.0. Moreover, Shenzhen Xunlong Software has equipped the device with four USB 3.0 Type-A ports, one USB 2.0 port and a TF card slot.

$30-40.

Previously: The New 64-bit Orange Pi is a Quad-core Computer for $20


Original Submission

Related Stories

The New 64-bit Orange Pi is a Quad-core Computer for $20 24 comments

Need a teeny tiny computer that can run Android or Linux? Only have $20? Well you're in luck. When we first met the Orange Pi (get it?) the company was selling a nice Raspberry Pi clone for $15. Now they're selling a souped up version with all the trimmings.

The board includes an Ethernet port and three USB ports. It has 1GB of memory, H5 High Performance Quad-core 64-bit Cortex-A53, and a standalone graphics chip. It supports camera input as well as HDMI out and even has a physical power switch and IR blaster. In short it's a mini computer that can probably play some games, display some HD video, and generally be used in all sorts of home-brew projects.

You can check out the specs here and order online. If you only have $5 you can pick up an Orange Pi Zero with Wi-Fi and Ethernet built-in. It's no Raspberry but who doesn't love oranges?


Original Submission

This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
(1)
  • (Score: 0) by Anonymous Coward on Wednesday January 23 2019, @12:38AM

    by Anonymous Coward on Wednesday January 23 2019, @12:38AM (#790385)

    Guys used to line up for it at the sorority.

  • (Score: 2) by Snotnose on Wednesday January 23 2019, @12:41AM (6 children)

    by Snotnose (1623) Subscriber Badge on Wednesday January 23 2019, @12:41AM (#790388)

    I've got a bunch of h.265 that won't play on my pi, I have to use handbrake to convert it to h.264. If this board will let me skip this step then I'm on board, otherwise why bother?

    --
    Of course I'm against DEI. Donald, Eric, and Ivanka.
    • (Score: 2) by takyon on Wednesday January 23 2019, @01:02AM

      by takyon (881) <takyonNO@SPAMsoylentnews.org> on Wednesday January 23 2019, @01:02AM (#790392) Journal

      You could face the same problem with AV1 [wikipedia.org] in a few years, which is why I don't want any new computer unless it has at least hardware decoding of AV1.

      --
      [SIG] 10/28/2017: Soylent Upgrade v14 [soylentnews.org]
    • (Score: 3, Informative) by takyon on Wednesday January 23 2019, @01:12AM (2 children)

      by takyon (881) <takyonNO@SPAMsoylentnews.org> on Wednesday January 23 2019, @01:12AM (#790395) Journal

      Apparently yes:

      https://www.techrepublic.com/article/this-35-raspberry-pi-rival-is-faster-has-2gb-ram-usb-3-0-and-4k-display-support/ [techrepublic.com]
      https://www.aliexpress.com/item/Orange-Pi-3-H6-2GB-LPDDR3-AP6256-Bluetooth5-0-4-USB3-0-Support-Android-7-0/32971627475.html [aliexpress.com]

      • H265/HEVC Main/Main10 profile@Level5.2 High-tier ;4K@60fps, up to 6Kx4K@30fps
      • H264/AVC BP/MP/HP@level5.1, MVC, 4K@30fps
      • VP9,Profile 0/2, 4K@30fps
      • AVS+/AVS JIZHUN profile@level 6.0, 1080P@60fps

      --
      [SIG] 10/28/2017: Soylent Upgrade v14 [soylentnews.org]
      • (Score: 0) by Anonymous Coward on Wednesday January 23 2019, @01:14AM (1 child)

        by Anonymous Coward on Wednesday January 23 2019, @01:14AM (#790396)
        • (Score: 2) by driverless on Wednesday January 23 2019, @04:14AM

          by driverless (4770) on Wednesday January 23 2019, @04:14AM (#790456)

          That's the 3328, which has been superseded by the 3399. Also, if your main goal is video playback then the cheapest way to get that is to buy one of the bazillion cut-price TV set-top boxes and use that as your base hardware, either with the built-in software or whatever distro you want to drop on it.

    • (Score: 2) by driverless on Wednesday January 23 2019, @03:31AM (1 child)

      by driverless (4770) on Wednesday January 23 2019, @03:31AM (#790445)

      The Orange Pi is a bit of a swing and a miss, the H6 is sort of halfway between a low-end Arm64 (Pi) and a high-end one (anything with an RK3399). So it's competing with things like the Pine64 (which has been around for ages and costs about the same, but with far better support) and NanoPi K2. If you want something more powerful, the RK3399 devices start at about $65 for a NanoPi M4. OK, it costs a few dollars more, so I'll skip a few cups of coffee and make up the difference - unless you're deploying hundreds or thousands of them at once, going for the cheapest device you can get is false economy.

      Another thing to consider with these is software support. I don't want to spend several days hacking up custom kernels or downloading something from virusbucket.ru (is it Orange that distribute their firmware via Mega links? One of the Arm-devices vendors does this), I just want to drop the firmware on an eMMC (no, not an SD card, eMMC) and have it work out of the box. Odroid are good for that, you just order the ready-to-run eMMC when you order the rest of the hardware.

      • (Score: 2) by hendrikboom on Friday January 25 2019, @02:06PM

        by hendrikboom (1125) on Friday January 25 2019, @02:06PM (#791737) Homepage Journal

        Worrisome download sites are OK if you have an independent checksum you can use to verify noncorruption before your machine does anything with it..

  • (Score: 0) by Anonymous Coward on Wednesday January 23 2019, @01:34AM (4 children)

    by Anonymous Coward on Wednesday January 23 2019, @01:34AM (#790402)

    Allwinner is not a good name. They should change it to something else, like Lucky Goldstar (which has a nice ring to it) became LG.

    • (Score: 2) by takyon on Wednesday January 23 2019, @01:41AM (1 child)

      by takyon (881) <takyonNO@SPAMsoylentnews.org> on Wednesday January 23 2019, @01:41AM (#790405) Journal

      How about AW Shucks?

      It could be called Super Dragon Crescent 10K for all I care. The name doesn't matter.

      --
      [SIG] 10/28/2017: Soylent Upgrade v14 [soylentnews.org]
      • (Score: 0) by Anonymous Coward on Wednesday January 23 2019, @09:21AM

        by Anonymous Coward on Wednesday January 23 2019, @09:21AM (#790537)

        Well, for one thing the name implies that they are the best chip company out there. I guess they could document the issue in the errata.

    • (Score: 3, Funny) by driverless on Wednesday January 23 2019, @04:11AM (1 child)

      by driverless (4770) on Wednesday January 23 2019, @04:11AM (#790454)

      Hey, at least it's not 10000 Years Fu Dragon Happy Golden Luck Red Black 8888888, Inc.

(1)