ADVANTAGES & LIMITATIONS OF RASPBERRY PI COMPUTE MODULE
Raspberry Pi compute module is a great embedded Linux development platform for building a Commercial or an Industrial Product. It is a low-cost module running Quad-core ARM (BCM2837) processor with 1GB RAM, 8/16/32GB eMMC (on CM3+ variant), bundled with a lot of IOs on a 200-pin SODIMM edge connector.
If you are planning to use Raspberry Pi Compute Module for your product development, you must read this article and understand advantages and especially the limitations of the module and see if they are impacting any of your design requirements.
Advantages of using Raspberry Pi compute module
1. Availability
Availability is one of the most critical parameters to consider before deciding to use any board or module for your product development. Generally speaking, it takes 18–24 months to develop a sellable product and then you need 3–4 years to sell before you start thinking about migration to new board or module. So 7 year is the minimum advisable availability period to be considered.
As per Raspberry Pi’s obsolescence statement, Compute Module 3+ will remain in production until at least January 2026. So developed get 7+ years(as of 2019) to develop the product and sell for a few years in the market.
2. Small Form Factor (edge PCB connector interface)
This is an integrated computer module with a small board (67.6mm × 31mm x 4.7mm) that fits into a standard SODIMM connector. This allows the design engineer to go really small for their end application. This was not possible with regular Raspberry Pi Boards. Raspberry Pi boards are fixed you cannot change anything.
3. Onboard eMMC
Raspberry Pi compute modules comes with an option of onboard eMMC ( 8GB/16GB/32GB eMMC Flash) which eliminates the unreliability of OS residing on an SD Card. Lite variant comes with an option where onboard eMMC is not present but for the commercial or industrial applications, it is recommended to use the eMMC version. Also, eMMC memory soldered on the module itself and not plugged in some connector (causes issues in the field due to vibration)
4. Temperature Range (-25 to 85 Degree C)
As mentioned on the Raspberry Pi website: The operating temperature range of the module is set by the lowest maximum and highest minimum of any of the components used.
The eMMC and LPDDR2 have the narrowest range, these are rated for -25 to +80 degrees Celsius. Therefore the nominal range for the CM3+ and CM3+ Lite is -25C to +80C.
However, this range is the maximum for the silicon die; therefore, users would have to take into account the heat generated when in use and make sure this does not cause the temperature to exceed 80 degrees Celsius
5. IO Interfaces
In such a small form factor board lot of IOs are available which are quite good for any commercial or industrial applications.
- 48x GPIO
- 2x I2C, 2x SPI, 2x UART, 1x USB2 HOST/OTG
- 2x SD/SDIO
- 1x HDMI 1.3a
- 1x DPI (Parallel RGB Display)
- 1x NAND interface (SMI)
- 1x 4-lane CSI Camera Interface (up to 1Gbps per lane)
- 1x 2-lane CSI Camera Interface (up to 1Gbps per lane)
- 1x 4-lane DSI Display Interface (up to 1Gbps per lane)
- 1x 2-lane DSI Display Interface (up to 1Gbps per lane)
Please note all will be available at the same time, some are multiplexed. Check the datasheet in detail proceeding with the design using compute module.
Limitations of using the Raspberry Pi Compute Module
Module form factor gives a lot of advantages but there are some limitations also of Raspberry Pi compute module. Design engineers should consider these before building a product. One biggest limitation with the module approach is you need to create a carrier board if the readily available boards in the market are not good enough for your requirement or are very expensive.
Some of the other limitations are mentioned below:
1. Complex Power Supply Requirement
It needs 6 power rails to be available all the time to function properly. You need to generate 1.8V, 3.3V for processor core, IOs, on module memory & 2.7V (2.5–2.8V) if you need TV-out.
And, you might also need 5V for USB, HDMI, etc. interfaces.
A single input power supply could have been implemented but I guess in order to produce at the lowest cost, they have left it for the developer to handle on their carrier or IO board.
2. Limited IOs & Interfaces
Ethernet
Ethernet interface is not available on the module. If you need Ethernet either you need to use USB to Ethernet chip (with limited throughput) or use any other board.
USB 2.0 / 3.0
Raspberry Pi compute module has only one USB interface. Single USB interface might not be enough for various requirements. If you need more USB port you need to use USB hub chips which adds the complexity of the carrier board as well as the cost. Additionally, USB throughput won’t available fully. The module doesn’t have any USB3.0 interface.
SDIO
Although compute module has two SDIO interface only one if available on CM3+ variant as another is used for onboard eMMC Memory.
4. Thermal Management
Raspberry Pi computer module doesn’t have any special provision for thermal management like thermal pads from where the heat could be transferred or mounting holes to have a robust provision for a heatsink.
Small heat sinks with self-adhesive glue could be attached but those are not enough in many demanding applications.
The datasheet also mentions — a designer must pay careful attention to the thermal design of products using the CM3+ so that performance is not artificially curtailed due to the processor thermal throttling, as the Quad ARM complex in the BCM2837 can generate significant heat output under load.
3. SODIMM Connector
In order to use Raspberry Pi compute module SODIMM connector is required, which add cost & a little complexity to the carrier or IO board design.
4. Onboard WiFi or Bluetooth (BLE)
Unlike many Raspberry Pi SBC Boards, Compute module do not have any provision of WiFi or Bluetooth connectivity.
One needs to connect appropriate modules over SPI, SDIO or USB.
5. Compute Module Cost
Raspberry Pi compute module CM3+ is available for 30$/35$/40$ based on onboard eMMC storage memory size. CM3+ Lite is available for 25$ without onboard eMMC.
There are other alternatives available from other embedded computer module manufacturing companies (check Variscite, Compulab, Toradex, etc.) which better features and comparable cost.
6. Development Board Cost
Development board cost for the Raspberry Pi computer module is quite high, approx 135$. There are some cheaper alternatives available, details are available here.
Raspberry Pi foundation has launched CM, CM3 in the past but now they recommend to use the only CM3+. Their official statement says ” The latest version of the Compute Module is the CM3+. This is the recommended Compute Module for all current and future development. ”
I hope the above information was useful for you and will help you make a decision on using the Raspberry Pi compute module in your design.
If you like the article, please share it with others. Any suggestion or comments, let me know here. Read my other articles on embedded system design.
Happy learning to you!