Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wa1tnr/rpi-pico-basics

RPi Pico RP2040 Basics - includes simple USB interpreter (keystroke echo).
https://github.com/wa1tnr/rpi-pico-basics

assembly-language-programming basics basics-of-rp2040 c cpp forth programmable-i-o raspberry-pi-pico rp2040 rp2pio rpi-pico-pio rpi-rp2

Last synced: 8 days ago
JSON representation

RPi Pico RP2040 Basics - includes simple USB interpreter (keystroke echo).

Awesome Lists containing this project

README

        

# rpi-pico-basics

# Mon Feb 8 03:42:47 UTC 2021

# About

First exploration of RP2040 and Raspberry Pi Pico,
locally. A primitive USB interpreter exists now.

# Interesting Files

This is a very rough interpreter that broadcasts
also on the UART, and only accepts keystrokes on
the USB.

The /dev/ttyACM0 is the primary interface (USB).

Using CP2104 USB-to-USART bridge, the secondary
interface (in Linux host PC) is /dev/ttyUSB0, but
that is arbitrary (you can bridge using other
methods and chips).

This is the interpreter file and its location:

rpi-pico-basics/07-interpreter.d/pico-examples/interpreter-a/interpreter-a.c

# Topics

# rp2040
# raspberry-pi-pico

# basics-of-rp2040

# rpi-pico-pio

# programmable-i-o

# forth assembly-language-programming
# basics
# c cpp

END.