Skip to content

Commit 588c86f

Browse files
committed
update
1 parent 58a5466 commit 588c86f

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

README.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Raspberry Pi Compute Module Code Decoder
2+
3+
Simple tool to decode CM4 and CM5 model codes. Type in a code, get the specs.
4+
5+
[Live Solution](https://razikus.github.io/RaspberryModelCodeDecoder/)
6+
7+
## What it does
8+
9+
Decodes Raspberry Pi Compute Module codes like:
10+
- `CM4102008` → CM4 with WiFi, 2GB RAM, 8GB eMMC
11+
- `SC0668B` → Same as above (RPL part number)
12+
- `CM5108032` → CM5 with WiFi, 8GB RAM, 32GB eMMC
13+
14+
## Features
15+
16+
- Instant decoding as you type
17+
- Supports CM4 and CM5 codes
18+
- Handles RPL part numbers (SC codes)
19+
- Shareable links (`site.com#CM4102008`)
20+
- Works on mobile
21+
- No tracking
22+
23+
## Code format
24+
25+
**CM4**: `CM4` + WiFi (0/1) + RAM (01/02/04/08) + Storage (000/008/016/032)
26+
27+
**CM5**: `CM5` + WiFi (0/1) + RAM (01/02/04/08/16) + Storage (000/008/016/032/064/128)
28+
29+
## Development
30+
31+
```bash
32+
git clone https://github.com/Razikus/RaspberryModelCodeDecoder.git
33+
cd RaspberryModelCodeDecoder/rpimodeldecoder
34+
npm install
35+
npm run dev
36+
```
37+
38+
Built with Next.js, TypeScript, Tailwind CSS.
39+
40+
## Author
41+
42+
Made by [Adam Raźniewski](https://razikus.com)

rpimodeldecoder/README.md

Whitespace-only changes.

0 commit comments

Comments
 (0)