Search found 3 matches

by kurtHansen
Thu Dec 30, 2021 4:08 pm
Forum: Raspberry Pi microcontroller boards
Topic: GPIO-Reset-button?
Replies: 3
Views: 14016

Re: GPIO-Reset-button?

Hello hippy! Thank you for answer! How could your suggestion look like? Please have a look to the code. What command would restart the script? import sys import utime from machine import Pin, Timer actionLed = machine.Pin(21, machine.Pin.OUT) pauseLed = machine.Pin(22, machine.Pin.OUT) resetButton =...
by kurtHansen
Wed Dec 29, 2021 11:33 am
Forum: Raspberry Pi microcontroller boards
Topic: GPIO-Reset-button?
Replies: 3
Views: 14016

Re: GPIO-Reset-button?

The Pico has the possibility to restart by using the "run" - GPIO.
That is the behavior I need. Is it ok to use it or could it be, that it destroy my main.py?

I found it here:
https://www.tomshardware.com/how-to/ras ... ts-3685247
by kurtHansen
Mon Dec 27, 2021 4:16 pm
Forum: Raspberry Pi microcontroller boards
Topic: GPIO-Reset-button?
Replies: 3
Views: 14016

GPIO-Reset-button?

Hello all! I am quite new with the Pi Pico. At home I have some normal Pis running as Radio, Calendar and Camara for Birds... However with a Pico I did nothing in the past. So, please be not so hard to me :) I am trying to rebuild a Sport-Timer like a KondiMaster . So far it works good but I have a ...