This contains the code needed to run the transmit/receive Pi Pico + Pico Explorer + HC-12 combination. This requires a Pi Pico connected to a Pimoroni Pico Explorer Base and UART-capable transciever module. These must have the Pimoroni Explorer libraries installed.
For this file, simply connect the Pico to the computer while holding the BOOTSEL button, then copy the file onto the Pico. Alternatively,
- use an IDE such as Thonny
- connect the Pico to the comuter
- open the main.py file in the IDE
- make sure the IDE has identified the Pico
- save the file onto the Pico.