mirror of
https://github.com/clockworkpi/PicoCalc.git
synced 2025-12-12 10:18:54 +01:00
1.5 KiB
1.5 KiB
MicroPython for PicoCalc
Here is pre-compiled uf2 files for micropython running on PicoCalc based on PicoCalc-micropython-driver
- micropython_pico.uf2
- micropython_pico2.uf2
- micropython_pico2w.uf2
These uf2 files already included main.py ,so just put into PicoCalc , you will get a python running terminal immediately
No need to use Thonny , for those who interest to try python.
For developers, just visit PicoCalc-micropython-driver
Follow the readme to
- Flash firmware and upload python code through Thonny IDE.
- Compile custom micropython firmware for picocalc.
Here is the Sequence for beginners to run python on Pico with PicoCalc:
- Put pico into BOOTSEL mode.
- Flash correct firmware uf2 file that included/compiled all necessary python modules.
- Open Thonny at the mean time, config Interpreter with correct kind and port (usuall /dev/ttyACM0 on linux).
- Upload main.py( this is the entry boot up python file) and other py files to /. from left sidebar.
- Do nothing but wait for uploading finished,then unplug the Micro-usb cable from pico.
- Plug USB-C cable into PicoCalc and Power On to see if everything goes right.
here is the sample screenshots about thonny:

