Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Technology

Raspberry Pi Foundation Launches Compute Module 4 for Industrial Users (techcrunch.com) 40

The Raspberry Pi Foundation is launching a new product today -- the Compute Module 4. From a report: If you've been keeping an eye on the Raspberry Pi releases, you know that the flagship Raspberry Pi 4 was released in June 2019. The Compute Module 4 features the same processor, but packed in a compute module for industrial use cases. A traditional Raspberry Pi is a single-board computer with a ton of ports sticking out. Compute Modules are somewhat different. Those system-on-module variants are more compact single-board computers without any traditional port. It lets you create a prototype using a traditional Raspberry Pi, and then order a bunch of Compute Modules to embed in your commercial products. "Over half of the seven million Raspberry Pi units we sell each year go into industrial and commercial applications, from digital signage to thin clients to process automation," Eben Upton wrote on the Raspberry Pi blog. Some things are strictly similar between the Raspberry Pi 4 and the Compute Module 4, such as the 64-bit ARM-based processor with VideoCore VI graphics. This is going to represent a huge upgrade for previous Compute Module customers. In particular, you get much better video performance with 4Kp60 hardware decode for H.265 videos, 1080p60 hardware decode for H.264 videos, 1080p30 hardware encode of H.264 videos. You can also take advantage of the dual HDMI interfaces to connect up to two 4K displays at 60 frames per second.
This discussion has been archived. No new comments can be posted.

Raspberry Pi Foundation Launches Compute Module 4 for Industrial Users

Comments Filter:
  • Is this really a thing?

    Those system-on-module variants are more compact single-board computers without any traditional port. It lets you create a prototype using a traditional Raspberry Pi, and then order a bunch of Compute Modules to embed in your commercial products.

    Are manufacturers really embedding wholesale/retail Pi's in products?

    Seems to me that this would not be for commercial products, but instead for internal manufacturing needs.

    • by flyingfsck ( 986395 ) on Monday October 19, 2020 @01:57PM (#60625542)
      Yes. Using a little system board like that, saves you a huge amount of hassle and it is also cheaper thanks to the RPi Foundation's economies of scale.
    • Yes, it's a thing.. Sadly the development kits for the commercial products are *way* more expensive than a Pi setup.

      Personally, I'd not go this route for a commercial product. IF I wanted to do something that worked like the Pi, I'd build my own commercial grade version of it and integrate it into my product that way. You could do the development on the cheap Pi, but deliver on your own custom boards. I guess the Pi Foundation saw that they could make boards just for this, not that they are capable of in

      • by Anonymous Coward

        You can start with the Raspberry Pi to make your proof of concept. Then go with your own board later. Sad to say, we've got a third party creating a custom linux board for something like this and it's extremely slow going; too many cooks getting involved mostly, not enough communication. An industrial version of a lower end compute module would have worked just fine, from my backseat driver perspective.

    • Imagine a piece of manufacturing equipment has diagnostic outputs indicating its current state. Pressure, temp, etc. The use of these outputs are optional, not necessary for normal operations. But they are there. They are normally used to test or repair this piece of manufacturing equipment.

      So you connect a pi, possibly with an ADC, and graph these outputs on a cheap monitor. That way the operator can glance at the screen periodically to make sure pressures, temps, etc are where they should be. It can he
      • RPi is a bit overkill for a lot of this potentially. You can get lower end compute modules though, with no wifi, bluetooth, video, etc. Don't hook the module up to it, get the data out via ethernet, then you can have 50 modules all sending data to one system (even a Raspberry Pi) that the monitor connects to.

        There are also many competitors out there, many of which are more suitable for industrial uses (if you need a higher temperature range). Raspberry Pi did not invent any of this stuff, they're just go

        • by drnb ( 2434720 )

          RPi is a bit overkill for a lot of this potentially. You can get lower end compute modules though, with no wifi, bluetooth, video, etc. Don't hook the module up to it, get the data out via ethernet, then you can have 50 modules all sending data to one system (even a Raspberry Pi) that the monitor connects to.

          There are also many competitors out there, many of which are more suitable for industrial uses (if you need a higher temperature range). Raspberry Pi did not invent any of this stuff, they're just good at marketing, they went after the hobbyist and consumer side first which created a buzz in the industrial side.

          In the scenario I offered you want the video because the monitor is located with the manufacturing equipment's operator. It is for the operator's use. There also needs to be something at the device to get the data out.

          Pi is just a convenience, its a $35 "linux box" that keeps things simpler on the software development side. An off-the-shelf part from the local electronics store.

          I have seen and used industrial grade equipment in the past. However these were usually essentials that came with the equipme

    • Here's what I use a lot of...

      http://comfiletech.com/categor... [comfiletech.com]

      Rugged, touchscreen Pi for $200 that runs on 24V and has isolated I/O modules.

    • by tlhIngan ( 30335 ) <slashdot.worf@net> on Monday October 19, 2020 @03:03PM (#60625760)

      Is this really a thing?

      Those system-on-module variants are more compact single-board computers without any traditional port. It lets you create a prototype using a traditional Raspberry Pi, and then order a bunch of Compute Modules to embed in your commercial products.

      Are manufacturers really embedding wholesale/retail Pi's in products?

      Seems to me that this would not be for commercial products, but instead for internal manufacturing needs.

      Yes. They aren't in consumer products (it's easier to custom design for things that are made in the millions), but for devices that are made in the thousands, the Pi offers a reasonably powerful computation device you can attach to a carrier board and be on your way.

      If you visit an electronics store, have a close look at the Nintendo Switch display - There is a little screen beside the Nintendo Switches (covered up to avoid excess touching these days), and a big screen to show videos and such. In the past, the little screen was a touch screen that could be used to select and play various game trailers on the big screen. These days, the big screen displays game trailers, while the little screen shows a slide show. But the point is, it's actually a Raspberry Pi inside driving the screens. I think it's got an LCD HAT and the big screen is just a typical HDMI display. (I know this because in the early days, they broke a lot and often hung at the Linux kernel boot screen).

      You have to realize what the Pi brings to the table - decent computation power to power a UI, HDMI output for stupidly cheap output options, WiFi, Ethernet for connectivity and USB. All for a module costing $30 or so.

      It also costs no money to develop for - you don't have to buy special tools or anything, and set up is quick and user friendly because everyone has done it and the instructions have been refined over the years.

      If you took a regular industrial compute board, the tools are sketchy, installation instructions are usually 3 versions out of date because the manufacturer couldn't be bothered updating them, and almost always involve expensive licensing - you spend $500-5000 on a board that needs another $2000 in software purchases to use.

      For a lot of industrial purposes, especially UI based ones, the Pi is a significant upgrade to what's available.

      • by dargaud ( 518470 )
        Yeah, I saw this industrial Pi 2 days ago and wept with joy. Well, until my budget manager said: "We don't have a budget that!" It's exactly what we need: cheap, easy to add to a rack, easy to setup, open source, extendable...
    • It would be useful for prototyping, but far too expensive for production. The thing is, there are many companies building single board Arm boards much cheaper than a Raspberry Pi. RPi has the marketing though especially to the hobbyists. Now if you just need 100 of the modules, then it's probably cheaper to get the RPi ones than roll your own board, and there are indeed applications for these. For instance, we do a lot of control of other devices with Rasberry Pis for testing, running through a full reg

    • Yeah, and they are pretty cool for a number of applications. Personally I want a 1U host board that can provide networking and virtual KVM for 8-12 units; I had found something for the 3B, but the 4 would make the project work. It is nice to be able to have discrete systems and not rely on virtualization or containers for a number of lightweight applications— trivial stuff like DHCP servers or MQTT brokers and the like. I find that when I containerize them I need to fight too many minor issues.
    • I'm few days late to the party, but...

      A while back I came across some discarded prototypes from Sony. I eventually determined that they were multi-zone jukebox appliances for running sound systems in store. There were two types: One was a custom PCB using a low-power ARM-based microcontroller and a little bit of RAM in addition to the DAC hardware. The other was much nicer, with more zones (8 output jacks) and a bunch of heavy-duty lighted buttons plugged into sockets on it -- obviously meant to be put into

  • Includes PCIe! (Score:4, Informative)

    by gabebear ( 251933 ) on Monday October 19, 2020 @02:02PM (#60625568) Homepage Journal
    TechCrunch missed the biggest detail. At https://www.raspberrypi.org/bl... [raspberrypi.org] they announce a PCI Express Gen 2 x1 socket!! In the normal Pi4 this was used to enable USB3 and not available for normal use.
    • Yeah, it seems like a limitation of the SoC that it only supports USB 2.0 natively and they wanted the consumer edition to boot from USB 3 hard drives. This gives people the option of, hopefully, booting from NVMe.

      Which makes me wonder why the compute module isn't the default form factor.* In this release they've broken with tradition and developed a new connector. Assuming they keep that for several generations, one could buy an IO board and just upgrade the CM daughter card.

      (*Yes it's an education product

      • The Raspberry Pi 4 SoC has the Gen 2 x1 PCIe and uses it for the USB 3 ports. There are several articles on the net that show how to directly access the PCIe connections (requires removing the USB 3 chip) and a couple of bridge boards that connect the PCIe to the USB 3 connector are available.
  • by Misagon ( 1135 ) on Monday October 19, 2020 @02:29PM (#60625662)

    Hmm.. The summary omitted that the new module comes in a new form-factor, with a different connector.
    So, you can't replace older slower Compute Module with this on existing IO boards/motherboards.

    I had been toying with the idea of having a socket for a compute module for running an emulator inside a custom keyboard PCB in a vintage computer enclosure. But should I support the old or the new.. or try to squeeze in support for both?

    • If it’s a one-off, then just use a normal Pi, not a compute module. They are already plenty small.
    • I had been toying with the idea of having a socket for a compute module for running an emulator inside a custom keyboard PCB in a vintage computer enclosure. But should I support the old or the new.. or try to squeeze in support for both?

      There never ends up being a standard anything for plug-in hardware like this. Spend your clever-time coming up with a socket system that cares as little as possible about the dimensions of the thing that will be socket'd while protecting itself from the forces of clumsy humans and curious cats.

2.4 statute miles of surgical tubing at Yale U. = 1 I.V.League

Working...