-
Now users are starting to see the new Pico2 on the RP2350 chip.
Is it possible to organize the code here so as to also get the firmware for the ZX-Spectrum emulator for the new Pico2?
-
Hi @petewarden
I realize that the Pico 2 (and RP2350 chip) aren't widely available yet, so it may not be possible to answer this question yet, but I'll ask anyway:
Will pico-tflmicro will work …
-
from machine import Pin
led = Pin("LEDW", Pin.OUT)
led.on()
hangs when run after board reset. LED turns on but REPL does not return a prompt.
If the wifi is set up first and connected then the…
-
Hello, dear staub!
I want to thank you very much for this wonderful library.
I have a few questions.
1. Will this library be updated?
2. If so, what features are you planning to add?
3. Is it p…
-
### Port, board and/or hardware
PICO2
### MicroPython version
RPI_PICO2-20240809-v1.24.0-preview.201.g269a0e0e1
### Reproduction
from machine import ADC
temp_sensor = ADC(4)
### Expected behavi…
-
I find the download_instructions button to be incredibly useful, so here is a list of all boards without the link enabled.
List requested by limor so we can backfill boards that already have good …
-
### Port, board and/or hardware
Pico 2 / RP2350
### MicroPython version
MicroPython v1.24.0-preview.201.g269a0e0e1 on 2024-08-09; Raspberry Pi Pico2 with RP2350
### Reproduction
1. Install latest…
-
Just installed by using the Pico button on the main app
After everything installed I switched to the cross tab and saw arm/embedded was pre-selected
Trying to select risc32/embedded should theor…
-
The current version of Thonny v4.1.4 does not recognise these boards when they are plugged in making it difficult to use with Thonny. Please add facilities for RP2350 chips so that they work like PR20…
-
Hi @polhenarejos ,
I'm intereting to pico-hsm. Now, I'm trying to setup the pico-hsm on my pico2.
Howerver, I can't connect to the server when i executed the command `python3 tools/pico-hsm-tool.py …