Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jmysu/rpi-pico

Some projects related to RPi-Pico
https://github.com/jmysu/rpi-pico

arduino interpolation pio platformio rp2040 spi st7735 st7789

Last synced: 8 days ago
JSON representation

Some projects related to RPi-Pico

Awesome Lists containing this project

README

        

# Party Time, Arms! [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)

### Interesting projects based on RPi-Pico _(Work-in-Progress)_


An UNO bread-board w/ RPi-Pico, Arduino-Nano, Adafruit QtPy, SEEED Xiao!
With some added features:
- Neopixel RGB LEDs.
- Shared I2C, SPI, UART, A/D & SD card.
- 5V/3V3 power source selectable.
- SPI LCD interface w/ touch.
- Arduino-Uno/Mega compatible size/Holes.




(w/ Nano)

(w/ QtPy or Xiao)




Fritzing part made by Eagle2Fritzing:

Parts located at here:(https://github.com/jmysu/RPi-Pico/tree/main/hardware/Fritzing/FritzingUnoPico/bins)





RPi_Pico Pinout from (https://www.raspberrypi.org/documentation/pico/getting-started/)



### Pico Pinout Terminal Diagram ###

curl https://gabmus.org/pico_pinout

Raspberry Pi Pico pinout diagram





Zoomable RP2040 top layer:
https://siliconpr0n.org/map/raspberry-pi/rp2-b0/mz_mit20x/

RP2040 chip teardown:
https://buzzchronicles.com/Mollyycolllinss/b/tech/10662/

Another inside description posted at [Tiny Transistors](https://www.tinytransistors.net/2021/01/27/raspberry-pi-pico/)


Finally, spi1 works on TFT_eSPI w/ bodmer/TFT_eSPI @ ^2.4.32




## References

-[RPi_Pico](https://www.raspberrypi.org/documentation/pico/getting-started/) Pico Getting Started!

-[Arduino RP2040 Connect](https://blog.arduino.cc/2021/01/20/welcome-raspberry-pi-to-the-world-of-microcontrollers/) Arduino board for RP2040.

-[Adafruit QtPy](https://www.adafruit.com/qtpy) Another SAMD21 dev. board.

-[Eagle2Fritzing](https://github.com/squix78/eagle2fritzing-parent) A nice tool converts Eagle .brd to Fritzing part.