-
I suspect this is a clock de-sync issue
Hardware: W5500_EVB_PICO
Firmware: `rp2_w5500_20221111_v2.0.0.uf2`
When this happens everything freezes and no errors are reported in Thonny and a power …
-
This has been discussed in a forum thread [notably here](https://forum.micropython.org/viewtopic.php?f=21&t=9895#p55354) where @marfis produced definitive evidence. The problem can also be demonstrate…
-
[RP2](https://github.com/eprbell/rp2) and [DaLI](https://github.com/eprbell/dali-rp2) have a programmable plugin architecture for countries, accounting methods, report generators and more. Adding supp…
-
[RP2](https://github.com/eprbell/rp2) and [DaLI](https://github.com/eprbell/dali-rp2) have a programmable plugin architecture for countries, accounting methods, report generators and more. Adding supp…
-
Using my "for-cointracker.csv" file provided from pionex with dali generates a nice .ods file and config file. The crypto_data.ini file marks crypto_sent = 7 / crypto_data.ods marks column 7 as Crypt…
-
A rp2 state machine instance can be made to fail when the I2S protocol is used.
**Minimal test to reproduce**
The code below uses a PIO state machine to flash the onboard LED on a Raspberry Pi Pic…
-
For me this always hangs:
https://github.com/rkompass/RPi2040_mPy/blob/1d109ce6a1840576036183090f06e06a6cd225c8/rp2_dma/rp2_dma.py#L403
To fix, I replaced
`while p[0]:`
with
`while self.busy():…
-
Web application `RP1` and `RP2` offer sign in/sign up functionality for users of identity provider `IDP1`, using any of the following:
* any OpenID Connect flow
* any SAML flow
* any WS-Fed flow
…
-
**rp2** Hacking around with irq_disable/irq_enable
inspired by [Writing interrupt handlers](https://docs.micropython.org/en/latest/reference/isr_rules.html#critical-sections)
> This is an instance o…
-
As per 11.1.1 of the RP2350 datasheet, a new register `GPIOBASE` is added to specify which pin the PIO treats as GPIO 0:
![image](https://github.com/user-attachments/assets/7458c220-2ca5-49fd-93fa…