Experimental repo for an SCPI device emulation using Raspberry Pi Pico + micropython
- Get the latest micropython UF2 firmware from official: https://micropython.org/download/RPI_PICO/
- Install the firmware into Pico
- Copy
main.py,MicroScpiDevice.pyandRaspberryScpiPico.pyfiles into the root of the target device - Restart device and pico is ready for use
- Clone the repository
- Run
make dockerto build a Docker image - Run
make firmwareto build the UF2 firmware, which appears inbuilddirectory
c103 tag is old but stable version with API document PDF prepared.