This is a simple Arduino IDE library to read the keyboard input from the Pico Calc. It utilizes the keyboard and southbridge libraries from Blair Leduc's picocalc-text-starter.
- Install the Arduino IDE from https://www.arduino.cc/en/software.
- Download this repository as a .zip file: https://github.com/jblanked/pico-calc-text/archive/refs/heads/master.zip
- Open up the .zip and double-click the pico-calc-text.ino file to open it up in Arduino IDE.
- Open the Arduino IDE you downloaded earlier, go to Preferences/Settings, and add the following URL to the
Additional Boards Manager URLsfield:https://github.com/earlephilhower/arduino-pico/releases/download/4.6.0/package_rp2040_index.json. ClickOK. - In
Boards Manager, search forrp2040and install theRaspberry Pi Pico/RP2040/RP2350package. - Hold the
BOOTbutton on your Pico while connecting your USB data cable. - Select the serial port to which your Pico is connected and choose your specific Pico type (e.g.,
Raspberry Pi Pico) as your board. - In
Toolsmenu, change theFlash Sizeto2MB (Sketch: 1984KB, FS: 64KB)(or4MB (Sketch: 4032KB, FS: 64KB)if compiling for a Raspberry Pi Pico 2 or 2W device) andCPU Speedto200MHz. - Finally, click
Sketchin the menu, then selectUpload. After it's done, disconnect the USB-C cable and power on your Pico Calc. - Open up the
Serial Monitorwithin Arduino IDE and connect your Pico Calc via USB-C again. - Select the serial port to which your Pico is connected and choose your specific Pico type (e.g.,
Raspberry Pi Pico) as your board. - Begin typing on your Pico Calc. The input will be displayed within the
Serial Monitorsection.