-
Understand ASR1000-RP2 CPLD and FPGA Upgrade Common Issues - Cisco
-
I'm developing with a Raspberry Pi Pico (RP2040) and a nightly image of v1.20.0
```
>>> sys.version
3.4.0; MicroPython v1.20.0-494-g72ef2e629 on 2023-09-27
```
Downloaded from:
- https://mic…
-
### Description
I need to read a temperature sensor value and assign it to it's register only when the register is requested from master.
I understand that this must be done by `on_get_cb` callbac…
-
In example we are shown how to read PIO IRQs from Python
https://github.com/raspberrypi/pico-micropython-examples/blob/master/pio/pio_irq.py
However it seems that this clears IRQ, and allows a `ir…
-
`rp2_us` fails with error:
```
INFO: Country: us
INFO: Generation Language: en
INFO: Accounting method: fifo
INFO: Configuration file: ../reports/test_crypto_data.ini
INFO: Input file: ../repo…
-
- https://docs.micropython.org/en/latest/library/rp2.html#module-rp2 specifies the pio asm syntax for 'wait' as
wait(polarity, src, index) where 'src' one of (gpio, pin, irq)
- The rp2040-datashe…
-
### Port, board and/or hardware
unix, RP2
### MicroPython version
MicroPython v1.23.0 on 2024-06-02; Raspberry Pi Pico with RP2040
MicroPython v1.23.0 on 2024-05-31; darwin [GCC 4.2.1] version
##…
-
I'm currently running a program on a Pico W where I am trying to `lightsleep(5000)`. Unfortunately, the program seems to never wake up again after this call. Using a `time.sleep` instead and the Pico …
-
[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…
-
I'm trying rp2 for the first time primarily with Kraken's REST api.. it initially runs and connects to Kraken without issue but when chewing on the data it coughs up two transaction types that it can'…