Go to file
cuu aedbfa214d update readme 2025-03-17 21:49:08 +08:00
.github/workflows first commit 2024-12-29 12:44:21 +08:00
Bin update 2025-03-15 13:07:23 +08:00
Code update readme 2025-03-17 21:49:08 +08:00
PCB first commit 2024-12-29 12:44:21 +08:00
Pictures first commit 2024-12-29 12:44:21 +08:00
wiki update readme 2025-03-16 23:52:46 +08:00
Clockwork_PicoCalc_Assembly_Guidelines.pdf first commit 2024-12-29 12:44:21 +08:00
ILI9488.pdf add factory uf2,keyboard firmware and other docs 2025-03-14 23:47:16 +08:00
PicoMite_User_Manual.pdf add factory uf2,keyboard firmware and other docs 2025-03-14 23:47:16 +08:00
README.md update readme 2025-03-17 13:36:30 +08:00
clockwork_Mainboard_V2.0_Schematic.pdf first commit 2024-12-29 12:44:21 +08:00

README.md

PicoCalc A cost-effective portable MCU terminal

picocalc


📌 Features

  • Supports the Raspberry Pi Pico H/ Pico WH series and various compatible modules.
  • Expandable hardware with SPI/I²C/UART for external peripherals.
  • Support for Micropython & C/C++ development using the Raspberry Pi Pico SDK.
  • Customizable keypad & UI, allowing users to modify functionalities.
  • USB-C powered, with optional battery support.
  • Compatible with 3D-printed cases, making it an ideal DIY project.

🛠 Development & Customization

PicoCalc supports C/C++ development via Pico SDK,The firmware can be modified to include new features such as:

  • Graphing functions and scientific calculations.
  • I²C/SPI communication for interfacing with external sensors.
  • Keyboard remapping and custom UI modifications.

See the Code directory for sample applications.


📢 Community & Support