Various code for the Pico Radar Station Camp
This folder contains short examples how to use the indivitua components, like the ultrasonic sensor, the servo motors, the display and the buttons. Note Button A does not work in the current setup - it uses a reseved pin for CircuitPython.
This folder contains four different versions of the radar code from a simple display to buzzer and button use to the sweep radar diagram.
The Raspberry Pico uses CircuitPython and should show up like a flash drive calles CIRCUITPY on the computer. The code in the file code.py
will be executed once the Pico is powered. The files are stored onm the device.
There are two convenient ways to code and communicate with the Pico and CircuitPython:
- MuEditor - needs to be installed on your computer
- The online editor we used in class - runs in a browser.
- .. and there are more ways :)
Have fun.