Search found 4 matches

by maxjon01
Sun Jul 31, 2022 4:17 pm
Forum: Raspberry Pi microcontroller boards
Topic: Unable to blink unboard LED. (Pico and MicroPython)
Replies: 6
Views: 15838

Re: Unable to blink unboard LED. (Pico and MicroPython)

Thanks a lot guys for the quick response! Didn't know it was different on the Pico W, but not it works :)
by maxjon01
Sun Jul 31, 2022 3:52 pm
Forum: Raspberry Pi microcontroller boards
Topic: Unable to blink unboard LED. (Pico and MicroPython)
Replies: 6
Views: 15838

Re: Unable to blink unboard LED. (Pico and MicroPython)

And it works with the picozero extension? Are you sure that you use a raspberry Pi Pico 2040? https://www.raspberrypi.com/products/raspberry-pi-pico/ Yes it works with picozero. Yeah well it should be the Pi Pico W 2040, I've bought it from here. https://www.electrokit.com/produkt/raspberry-pi-pico...
by maxjon01
Sun Jul 31, 2022 3:35 pm
Forum: Raspberry Pi microcontroller boards
Topic: Unable to blink unboard LED. (Pico and MicroPython)
Replies: 6
Views: 15838

Re: Unable to blink unboard LED. (Pico and MicroPython)

The shown example works causing slow blinking: 5 seconds on/5 seconds off. Well the code should work but for some reason the LED does not light up. I've tried to let the code run for 10 minutes and nothing happens. I've also removed everything from the loop and just had: while True: led_onboard.val...
by maxjon01
Sun Jul 31, 2022 3:08 pm
Forum: Raspberry Pi microcontroller boards
Topic: Unable to blink unboard LED. (Pico and MicroPython)
Replies: 6
Views: 15838

Unable to blink unboard LED. (Pico and MicroPython)

Hi. I'm just bought an Raspberry Pi Pico and the get started book. I have some issues when it comes to using the machine module. When following the books guide on how to make the onboard LED (GP25) blink, it does not work. However I tried and followed another guide using the picozero extension and t...