Simple tool to decode CM4 and CM5 model codes. Type in a code, get the specs.
Decodes Raspberry Pi Compute Module codes like:
CM4102008
→ CM4 with WiFi, 2GB RAM, 8GB eMMCSC0668B
→ Same as above (RPL part number)CM5108032
→ CM5 with WiFi, 8GB RAM, 32GB eMMC
- Instant decoding as you type
- Supports CM4 and CM5 codes
- Handles RPL part numbers (SC codes)
- Shareable links (
site.com#CM4102008
) - Works on mobile
- No tracking
CM4: CM4
+ WiFi (0/1) + RAM (01/02/04/08) + Storage (000/008/016/032)
CM5: CM5
+ WiFi (0/1) + RAM (01/02/04/08/16) + Storage (000/008/016/032/064/128)
git clone https://github.com/Razikus/RaspberryModelCodeDecoder.git
cd RaspberryModelCodeDecoder/rpimodeldecoder
npm install
npm run dev
Built with Next.js, TypeScript, Tailwind CSS.
Made by Adam Raźniewski