Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 8035

General • Re: Pico not working on startup - LED flashing

$
0
0
Yep, 5 flashes at start ...
---- Reopened serial port COM3 ----
Hello World!
Hello World!
Hello World!
Hello World!
Hello World!
Hello World!
Hello World!
Hello World!
Hello World!

Code done running.
Auto-reload is on. Simply save files over USB to run them or enter REPL to disable.

Press any key to enter the REPL. Use CTRL-D to reload.


Then short flashes ... waiting for REPL ... that's normal (actually nicer than MicroPython)

Pressed enter, et voila:
Adafruit CircuitPython 9.2.1 on 2024-11-20; Pimoroni Pico Plus 2 with rp2350b
>>>

no more flashes, problem solved :)

P.S. The file is code.py in the main drive (you can edit it directly):

Code:

import timetime.sleep(3)for i in range(1,10):    print("Hello World!")    time.sleep(1)    

Statistics: Posted by gmx — Sun Nov 24, 2024 3:42 pm



Viewing all articles
Browse latest Browse all 8035

Trending Articles