-
https://www.c64-wiki.com/wiki/Expansion_Port
https://rr.pokefinder.org/rrwiki/images/9/90/1750_1764_Service_Schematics.pdf
Afaik _ROML/_ROMH are just address decode helpers to ease cartridge devel…
-
Hi guys,
I have comipled the examples/rp successfully and got the ELF binaries. To run the examples on raspberry pico(w) board, they must be converted to UF2 file format. For now , I have to do it ma…
-
Hello,
I want to remap a classic Bluetooth HID Keyboard, but as the Seeed Studio Xiao nRF52840 only supports BLE i would like to know which other hardware i should look for to get this function (i…
-
Should https://circuitpython.org/board be "an alias of" / "a redirect to" https://circuitpython.org/downloads ?
The idea is that when you are on a board and you want to check other board, you can s…
-
MicroPython v1.22.2 on 2024-02-22; Raspberry Pi Pico W with RP2040
Type "help()" for more information.
>>> import busio
>>> import board
>>> import adafruit_ltr390
>>> i2c = busio.I2C(board.GP1, …
-
Something of a dupe of #6 except it's a different approach.
Might be handy to have an addendum at the bottom of the page, a small table that covers these additional pins and their functions. This c…
-
Sending a Ctrl-D to the MicroPython REPL to initiate a soft reset and then immediately issuing a Ctrl-C causes the entire filesystem to be erased on the Raspberry Pi Pico board. This issue was observe…
-
Does not seem the library support the RP2040 controllers like the Pi Pico.
-
In order to use the [display](https://shop.pimoroni.com/products/1-54-spi-colour-square-lcd-240x240-breakout?variant=39351811702867) that is part of the [Pimoroni Enviro + Pack](https://shop.pimoroni.…
-
Hello Miroslav,
I'm using this project as a graphics processor for an 8bit computer and it works great (I use the remaining pins and remaining PIO to connect to a 6502 8bit computer bus). I'm also…