MM-2350
The first MINIMACY MACHINE
MM-2350 is a MINIMACY-ready board. Develop your application from your computer and run it into MM-2350.
Technical specification
| MCU | Raspberry Pi RP2350, 150MHz, 512KB RAM |
| PRNG | hardware random generator |
| PSRAM | 8MB |
| Flash | 16 MB |
| USB-C | power and RP2350 programming |
| Ethernet | 2 ports with separate controllers (SPI). MAC addresses provided. |
| Oled display | 128x64 pixels (I2C) |
| Storage | SD card reader (SPI) |
| RTC | real-time clock with CR1220 battery (I2C) |
| Switches | BOOT, RESET, LEFT, RIGHT |
| Leds | red (power), blue (user) |
| Console | 1 uart port |
| Debug | Raspberry Pi Debug probe |
| Expansion port | 5V, 3.3V, ground, uart, i2C, SPI, 4 gpios |
Documentation
| Board | MM-2350 schematic |
| MCU | RP2350 |
| PSRAM | APS6404L |
| Flash | W25Q128JVSIQ |
| RTC | MCP7940N |
| Oled | SSD1306 |
Disaggregated architecture
Functions run in separate chips, which prevents hidden/undocumented interactions within a chip.
MCU communicates through standard spi and i2c.
Examples of applications
Source code is opensource, concise and readable. You may adapt it to your own need.
Network diode
Use the MM-2350 as a simple yet trustable network diode.
- No configuration: just switch on
- Only udp frames from left to right are accepted
- Count blocked packets
Security module
Use the MM-2350 as a simple yet trustable Security module.
- Sign, verify, encrypt, decrypt, Diffie-Hellman
- Key types: RSA, EC, ED25519, X25519, AES, DES
- Access: http(s), ssh, console
- Authentication: tls certificate, ssh certificate, password
Case
Use 3D Slash to modelize and 3d print your case.
open model >>
Bare-metal made easy!
