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.py
andRaspberryScpiPico.py
files into the root of the target device - Restart device and pico is ready for use
- Clone the repository
- Run
make docker
to build a Docker image - Run
make firmware
to build the UF2 firmware, which appears inbuild
directory