Skip to content

TheOpenCalc/OpenCalc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo contains everything about OpenCalc, you can see and understand how everything is built. It should be explained in the differents README (depending on when you read this). To get more info about how you can contribute and join us you can check our website ( opencalc.fr )

Web Simulator

Try the calculator in your browser! The firmware can be compiled to WebAssembly:

# Install Emscripten first (see WASM_BUILD.md)
source ~/emsdk/emsdk_env.sh
./firmware/wasm/build_wasm.sh

# Run the web simulator
cd web-sim
npm install
npm run dev

For detailed build instructions, see:

Build Your Own

You are welcome to build and/or modify your OpenCalc (it's open source but you probably already know it if you read this) , you can choose to build everything from scratch or buy some pieces from us depending on your time and knowledge. The calculatore is made frome

  1. A case which can be 3D printed
  2. A PCB wich can be manufactured or homemade (in theory, we would love to hear from you if you did it)
  3. A battery (we very highly advise NOT TO build it yourself from bare lithium)
  4. A raspberry pico 2 (or pi pico depending on performance you wish to have) which you can buy or build yourself
  5. A screen you can buy from our website

If you custom your OpenCalc you can send us a message in order to share it with us, you could help build a better calculator without even knowing it.

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •