using_the_pico_run_button_-_simple
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| using_the_pico_run_button_-_simple [2026/07/16 16:26] – [Introduction] walkeradmin | using_the_pico_run_button_-_simple [2026/07/16 16:29] (current) – walkeradmin | ||
|---|---|---|---|
| Line 7: | Line 7: | ||
| ===== Introduction ===== | ===== Introduction ===== | ||
| \\ | \\ | ||
| - | The Raspberry Pi Pico has a RUN pin, see below. | + | We can reset the Pico at anytime if we have a way to ground the Pico RUN Pin, Pin30 to GND. This will at a hardware level instantly restart the Pico, no user created code is required for this, it is all hardware level. This provides us with a very simple way of restarting some code, if we need to. |
| + | \\ | ||
| + | \\ | ||
| + | The Raspberry Pi Pico has a RUN pin on Pin30, see below. | ||
| \\ | \\ | ||
| \\ | \\ | ||
| Line 31: | Line 34: | ||
| pico_led.blink(0.1) | pico_led.blink(0.1) | ||
| </ | </ | ||
| - | \\ | + | |
| If you reboot the Pico (unplug it and plug it back in) the main.py file will be loaded on boot, and the onboard LED will start to flash. | If you reboot the Pico (unplug it and plug it back in) the main.py file will be loaded on boot, and the onboard LED will start to flash. | ||
| \\ | \\ | ||
using_the_pico_run_button_-_simple.1784219202.txt.gz · Last modified: by walkeradmin
