Skip to content

Simple web tool to decode Raspberry Pi Compute Module 4 and 5 part numbers. Supports CM codes and RPL part numbers with instant decoding and shareable links.

License

Notifications You must be signed in to change notification settings

Razikus/RaspberryModelCodeDecoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Raspberry Pi Compute Module Code Decoder

Deploy License: MIT Next.js TypeScript

Simple tool to decode CM4 and CM5 model codes. Type in a code, get the specs.

Live Solution

What it does

Decodes Raspberry Pi Compute Module codes like:

  • CM4102008 → CM4 with WiFi, 2GB RAM, 8GB eMMC
  • SC0668B → Same as above (RPL part number)
  • CM5108032 → CM5 with WiFi, 8GB RAM, 32GB eMMC

Features

  • 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

Code format

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)

Development

git clone https://github.com/Razikus/RaspberryModelCodeDecoder.git
cd RaspberryModelCodeDecoder/rpimodeldecoder
npm install
npm run dev

Built with Next.js, TypeScript, Tailwind CSS.

Author

Made by Adam Raźniewski

About

Simple web tool to decode Raspberry Pi Compute Module 4 and 5 part numbers. Supports CM codes and RPL part numbers with instant decoding and shareable links.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published